projen 0.101.29 → 0.101.30

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 (149) hide show
  1. package/.jsii +250 -162
  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.js +1 -1
  62. package/lib/gitlab/configuration.js +1 -1
  63. package/lib/gitlab/gitlab-configuration.js +1 -1
  64. package/lib/gitlab/nested-configuration.js +1 -1
  65. package/lib/gitpod.js +1 -1
  66. package/lib/ignore-file.js +1 -1
  67. package/lib/ini.js +1 -1
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +2 -2
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/biome/biome.js +1 -1
  76. package/lib/javascript/bundler.js +1 -1
  77. package/lib/javascript/eslint.js +1 -1
  78. package/lib/javascript/jest.js +4 -4
  79. package/lib/javascript/license-checker.js +1 -1
  80. package/lib/javascript/node-package.js +1 -1
  81. package/lib/javascript/node-project.js +1 -1
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/pnpm-workspace-config.d.ts +29 -3
  84. package/lib/javascript/pnpm-workspace-config.js +8 -4
  85. package/lib/javascript/pnpm-workspace.js +1 -1
  86. package/lib/javascript/prettier.js +1 -1
  87. package/lib/javascript/projenrc.js +1 -1
  88. package/lib/javascript/typescript-config.js +2 -2
  89. package/lib/javascript/upgrade-dependencies.js +2 -2
  90. package/lib/javascript/yarnrc.js +1 -1
  91. package/lib/json-patch.js +1 -1
  92. package/lib/json.js +1 -1
  93. package/lib/license.js +1 -1
  94. package/lib/logger.js +1 -1
  95. package/lib/makefile.js +1 -1
  96. package/lib/object-file.js +1 -1
  97. package/lib/project-build.js +1 -1
  98. package/lib/project-tree.js +1 -1
  99. package/lib/project.js +1 -1
  100. package/lib/projects.js +1 -1
  101. package/lib/projenrc-json.js +1 -1
  102. package/lib/projenrc.js +1 -1
  103. package/lib/python/pip.js +1 -1
  104. package/lib/python/poetry.js +2 -2
  105. package/lib/python/projenrc.js +1 -1
  106. package/lib/python/pyproject-toml-file.js +1 -1
  107. package/lib/python/pytest-sample.js +1 -1
  108. package/lib/python/pytest.js +1 -1
  109. package/lib/python/python-project.js +1 -1
  110. package/lib/python/python-sample.js +1 -1
  111. package/lib/python/requirements-file.js +1 -1
  112. package/lib/python/setuppy.js +1 -1
  113. package/lib/python/setuptools.js +1 -1
  114. package/lib/python/uv-config.js +1 -1
  115. package/lib/python/uv.js +1 -1
  116. package/lib/python/venv.js +1 -1
  117. package/lib/readme.js +1 -1
  118. package/lib/release/publisher.js +1 -1
  119. package/lib/release/release-trigger.js +1 -1
  120. package/lib/release/release.js +1 -1
  121. package/lib/renovatebot.js +1 -1
  122. package/lib/run-task.cjs +2 -2
  123. package/lib/sample-file.js +2 -2
  124. package/lib/script-runner.js +1 -1
  125. package/lib/source-code.js +1 -1
  126. package/lib/task-shell.js +1 -1
  127. package/lib/task.js +1 -1
  128. package/lib/tasks.js +1 -1
  129. package/lib/testing.js +1 -1
  130. package/lib/textfile.js +1 -1
  131. package/lib/toml.js +1 -1
  132. package/lib/typescript/projenrc-ts.js +1 -1
  133. package/lib/typescript/projenrc.js +1 -1
  134. package/lib/typescript/typescript-runner.js +1 -1
  135. package/lib/typescript/typescript-typedoc.js +1 -1
  136. package/lib/typescript/typescript.js +5 -5
  137. package/lib/version.js +2 -2
  138. package/lib/vscode/devcontainer.js +1 -1
  139. package/lib/vscode/extensions.js +1 -1
  140. package/lib/vscode/launch-config.js +1 -1
  141. package/lib/vscode/settings.js +1 -1
  142. package/lib/vscode/vscode.js +1 -1
  143. package/lib/web/next.js +3 -3
  144. package/lib/web/postcss.js +1 -1
  145. package/lib/web/react.js +3 -3
  146. package/lib/web/tailwind.js +1 -1
  147. package/lib/xmlfile.js +1 -1
  148. package/lib/yaml.js +1 -1
  149. package/package.json +2 -2
package/.jsii CHANGED
@@ -54154,7 +54154,7 @@
54154
54154
  "immutable": true,
54155
54155
  "locationInModule": {
54156
54156
  "filename": "src/javascript/pnpm-workspace-config.ts",
54157
- "line": 1008
54157
+ "line": 1029
54158
54158
  },
54159
54159
  "name": "allowBuilds",
54160
54160
  "optional": true,
@@ -54279,7 +54279,7 @@
54279
54279
  "immutable": true,
54280
54280
  "locationInModule": {
54281
54281
  "filename": "src/javascript/pnpm-workspace-config.ts",
54282
- "line": 1029
54282
+ "line": 1050
54283
54283
  },
54284
54284
  "name": "auditLevel",
54285
54285
  "optional": true,
@@ -54299,7 +54299,7 @@
54299
54299
  "immutable": true,
54300
54300
  "locationInModule": {
54301
54301
  "filename": "src/javascript/pnpm-workspace-config.ts",
54302
- "line": 488
54302
+ "line": 509
54303
54303
  },
54304
54304
  "name": "autoInstallPeers",
54305
54305
  "optional": true,
@@ -54320,7 +54320,7 @@
54320
54320
  "immutable": true,
54321
54321
  "locationInModule": {
54322
54322
  "filename": "src/javascript/pnpm-workspace-config.ts",
54323
- "line": 1015
54323
+ "line": 1036
54324
54324
  },
54325
54325
  "name": "blockExoticSubdeps",
54326
54326
  "optional": true,
@@ -54360,7 +54360,7 @@
54360
54360
  "immutable": true,
54361
54361
  "locationInModule": {
54362
54362
  "filename": "src/javascript/pnpm-workspace-config.ts",
54363
- "line": 790
54363
+ "line": 811
54364
54364
  },
54365
54365
  "name": "cacheDir",
54366
54366
  "optional": true,
@@ -54495,7 +54495,7 @@
54495
54495
  "immutable": true,
54496
54496
  "locationInModule": {
54497
54497
  "filename": "src/javascript/pnpm-workspace-config.ts",
54498
- "line": 601
54498
+ "line": 622
54499
54499
  },
54500
54500
  "name": "childConcurrency",
54501
54501
  "optional": true,
@@ -54535,7 +54535,7 @@
54535
54535
  "immutable": true,
54536
54536
  "locationInModule": {
54537
54537
  "filename": "src/javascript/pnpm-workspace-config.ts",
54538
- "line": 516
54538
+ "line": 537
54539
54539
  },
54540
54540
  "name": "color",
54541
54541
  "optional": true,
@@ -54596,7 +54596,7 @@
54596
54596
  "immutable": true,
54597
54597
  "locationInModule": {
54598
54598
  "filename": "src/javascript/pnpm-workspace-config.ts",
54599
- "line": 853
54599
+ "line": 874
54600
54600
  },
54601
54601
  "name": "dedupeDirectDeps",
54602
54602
  "optional": true,
@@ -54616,7 +54616,7 @@
54616
54616
  "immutable": true,
54617
54617
  "locationInModule": {
54618
54618
  "filename": "src/javascript/pnpm-workspace-config.ts",
54619
- "line": 860
54619
+ "line": 881
54620
54620
  },
54621
54621
  "name": "dedupeInjectedDeps",
54622
54622
  "optional": true,
@@ -54636,7 +54636,7 @@
54636
54636
  "immutable": true,
54637
54637
  "locationInModule": {
54638
54638
  "filename": "src/javascript/pnpm-workspace-config.ts",
54639
- "line": 495
54639
+ "line": 516
54640
54640
  },
54641
54641
  "name": "dedupePeerDependents",
54642
54642
  "optional": true,
@@ -54656,7 +54656,7 @@
54656
54656
  "immutable": true,
54657
54657
  "locationInModule": {
54658
54658
  "filename": "src/javascript/pnpm-workspace-config.ts",
54659
- "line": 1036
54659
+ "line": 1057
54660
54660
  },
54661
54661
  "name": "dedupePeers",
54662
54662
  "optional": true,
@@ -54676,7 +54676,7 @@
54676
54676
  "immutable": true,
54677
54677
  "locationInModule": {
54678
54678
  "filename": "src/javascript/pnpm-workspace-config.ts",
54679
- "line": 846
54679
+ "line": 867
54680
54680
  },
54681
54681
  "name": "deployAllFiles",
54682
54682
  "optional": true,
@@ -54696,7 +54696,7 @@
54696
54696
  "immutable": true,
54697
54697
  "locationInModule": {
54698
54698
  "filename": "src/javascript/pnpm-workspace-config.ts",
54699
- "line": 727
54699
+ "line": 748
54700
54700
  },
54701
54701
  "name": "disallowWorkspaceCycles",
54702
54702
  "optional": true,
@@ -54737,7 +54737,7 @@
54737
54737
  "immutable": true,
54738
54738
  "locationInModule": {
54739
54739
  "filename": "src/javascript/pnpm-workspace-config.ts",
54740
- "line": 881
54740
+ "line": 902
54741
54741
  },
54742
54742
  "name": "embedReadme",
54743
54743
  "optional": true,
@@ -54797,7 +54797,7 @@
54797
54797
  "immutable": true,
54798
54798
  "locationInModule": {
54799
54799
  "filename": "src/javascript/pnpm-workspace-config.ts",
54800
- "line": 937
54800
+ "line": 958
54801
54801
  },
54802
54802
  "name": "enablePrePostScripts",
54803
54803
  "optional": true,
@@ -54817,7 +54817,7 @@
54817
54817
  "immutable": true,
54818
54818
  "locationInModule": {
54819
54819
  "filename": "src/javascript/pnpm-workspace-config.ts",
54820
- "line": 552
54820
+ "line": 573
54821
54821
  },
54822
54822
  "name": "engineStrict",
54823
54823
  "optional": true,
@@ -54856,7 +54856,7 @@
54856
54856
  "immutable": true,
54857
54857
  "locationInModule": {
54858
54858
  "filename": "src/javascript/pnpm-workspace-config.ts",
54859
- "line": 839
54859
+ "line": 860
54860
54860
  },
54861
54861
  "name": "extendNodePath",
54862
54862
  "optional": true,
@@ -54876,7 +54876,7 @@
54876
54876
  "immutable": true,
54877
54877
  "locationInModule": {
54878
54878
  "filename": "src/javascript/pnpm-workspace-config.ts",
54879
- "line": 741
54879
+ "line": 762
54880
54880
  },
54881
54881
  "name": "failIfNoMatch",
54882
54882
  "optional": true,
@@ -54884,6 +54884,27 @@
54884
54884
  "primitive": "boolean"
54885
54885
  }
54886
54886
  },
54887
+ {
54888
+ "abstract": true,
54889
+ "docs": {
54890
+ "custom": {
54891
+ "schema": "PnpmWorkspaceYamlSchema#fetchMinSpeedKiBps"
54892
+ },
54893
+ "remarks": "Added in pnpm v10.18.0.",
54894
+ "stability": "experimental",
54895
+ "summary": "A warning message is displayed if the download speed of a tarball from the registry falls below the specified threshold (in KiB/s)."
54896
+ },
54897
+ "immutable": true,
54898
+ "locationInModule": {
54899
+ "filename": "src/javascript/pnpm-workspace-config.ts",
54900
+ "line": 502
54901
+ },
54902
+ "name": "fetchMinSpeedKiBps",
54903
+ "optional": true,
54904
+ "type": {
54905
+ "primitive": "number"
54906
+ }
54907
+ },
54887
54908
  {
54888
54909
  "abstract": true,
54889
54910
  "docs": {
@@ -54896,7 +54917,7 @@
54896
54917
  "immutable": true,
54897
54918
  "locationInModule": {
54898
54919
  "filename": "src/javascript/pnpm-workspace-config.ts",
54899
- "line": 453
54920
+ "line": 460
54900
54921
  },
54901
54922
  "name": "fetchRetries",
54902
54923
  "optional": true,
@@ -54916,7 +54937,7 @@
54916
54937
  "immutable": true,
54917
54938
  "locationInModule": {
54918
54939
  "filename": "src/javascript/pnpm-workspace-config.ts",
54919
- "line": 460
54940
+ "line": 467
54920
54941
  },
54921
54942
  "name": "fetchRetryFactor",
54922
54943
  "optional": true,
@@ -54936,7 +54957,7 @@
54936
54957
  "immutable": true,
54937
54958
  "locationInModule": {
54938
54959
  "filename": "src/javascript/pnpm-workspace-config.ts",
54939
- "line": 474
54960
+ "line": 481
54940
54961
  },
54941
54962
  "name": "fetchRetryMaxtimeout",
54942
54963
  "optional": true,
@@ -54956,7 +54977,7 @@
54956
54977
  "immutable": true,
54957
54978
  "locationInModule": {
54958
54979
  "filename": "src/javascript/pnpm-workspace-config.ts",
54959
- "line": 467
54980
+ "line": 474
54960
54981
  },
54961
54982
  "name": "fetchRetryMintimeout",
54962
54983
  "optional": true,
@@ -54976,7 +54997,7 @@
54976
54997
  "immutable": true,
54977
54998
  "locationInModule": {
54978
54999
  "filename": "src/javascript/pnpm-workspace-config.ts",
54979
- "line": 481
55000
+ "line": 488
54980
55001
  },
54981
55002
  "name": "fetchTimeout",
54982
55003
  "optional": true,
@@ -54984,6 +55005,27 @@
54984
55005
  "primitive": "number"
54985
55006
  }
54986
55007
  },
55008
+ {
55009
+ "abstract": true,
55010
+ "docs": {
55011
+ "custom": {
55012
+ "schema": "PnpmWorkspaceYamlSchema#fetchWarnTimeoutMs"
55013
+ },
55014
+ "remarks": "Added in pnpm v10.18.0.",
55015
+ "stability": "experimental",
55016
+ "summary": "A warning message is displayed if a metadata request to the registry takes longer than the specified threshold (in milliseconds)."
55017
+ },
55018
+ "immutable": true,
55019
+ "locationInModule": {
55020
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55021
+ "line": 495
55022
+ },
55023
+ "name": "fetchWarnTimeoutMs",
55024
+ "optional": true,
55025
+ "type": {
55026
+ "primitive": "number"
55027
+ }
55028
+ },
54987
55029
  {
54988
55030
  "abstract": true,
54989
55031
  "docs": {
@@ -54997,7 +55039,7 @@
54997
55039
  "immutable": true,
54998
55040
  "locationInModule": {
54999
55041
  "filename": "src/javascript/pnpm-workspace-config.ts",
55000
- "line": 748
55042
+ "line": 769
55001
55043
  },
55002
55044
  "name": "forceLegacyDeploy",
55003
55045
  "optional": true,
@@ -55037,7 +55079,7 @@
55037
55079
  "immutable": true,
55038
55080
  "locationInModule": {
55039
55081
  "filename": "src/javascript/pnpm-workspace-config.ts",
55040
- "line": 874
55082
+ "line": 895
55041
55083
  },
55042
55084
  "name": "gitChecks",
55043
55085
  "optional": true,
@@ -55082,7 +55124,7 @@
55082
55124
  "immutable": true,
55083
55125
  "locationInModule": {
55084
55126
  "filename": "src/javascript/pnpm-workspace-config.ts",
55085
- "line": 776
55127
+ "line": 797
55086
55128
  },
55087
55129
  "name": "globalBinDir",
55088
55130
  "optional": true,
@@ -55102,7 +55144,7 @@
55102
55144
  "immutable": true,
55103
55145
  "locationInModule": {
55104
55146
  "filename": "src/javascript/pnpm-workspace-config.ts",
55105
- "line": 769
55147
+ "line": 790
55106
55148
  },
55107
55149
  "name": "globalDir",
55108
55150
  "optional": true,
@@ -55123,7 +55165,7 @@
55123
55165
  "immutable": true,
55124
55166
  "locationInModule": {
55125
55167
  "filename": "src/javascript/pnpm-workspace-config.ts",
55126
- "line": 916
55168
+ "line": 937
55127
55169
  },
55128
55170
  "name": "globalPnpmfile",
55129
55171
  "optional": true,
@@ -55164,7 +55206,7 @@
55164
55206
  "immutable": true,
55165
55207
  "locationInModule": {
55166
55208
  "filename": "src/javascript/pnpm-workspace-config.ts",
55167
- "line": 1099
55209
+ "line": 1127
55168
55210
  },
55169
55211
  "name": "hoistingLimits",
55170
55212
  "optional": true,
@@ -55217,6 +55259,27 @@
55217
55259
  "primitive": "boolean"
55218
55260
  }
55219
55261
  },
55262
+ {
55263
+ "abstract": true,
55264
+ "docs": {
55265
+ "custom": {
55266
+ "schema": "PnpmWorkspaceYamlSchema#httpProxy"
55267
+ },
55268
+ "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
55269
+ "stability": "experimental",
55270
+ "summary": "A proxy to use for outgoing HTTP requests."
55271
+ },
55272
+ "immutable": true,
55273
+ "locationInModule": {
55274
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55275
+ "line": 411
55276
+ },
55277
+ "name": "httpProxy",
55278
+ "optional": true,
55279
+ "type": {
55280
+ "primitive": "string"
55281
+ }
55282
+ },
55220
55283
  {
55221
55284
  "abstract": true,
55222
55285
  "docs": {
@@ -55251,7 +55314,7 @@
55251
55314
  "immutable": true,
55252
55315
  "locationInModule": {
55253
55316
  "filename": "src/javascript/pnpm-workspace-config.ts",
55254
- "line": 818
55317
+ "line": 839
55255
55318
  },
55256
55319
  "name": "ignoreCompatibilityDb",
55257
55320
  "optional": true,
@@ -55297,7 +55360,7 @@
55297
55360
  "immutable": true,
55298
55361
  "locationInModule": {
55299
55362
  "filename": "src/javascript/pnpm-workspace-config.ts",
55300
- "line": 594
55363
+ "line": 615
55301
55364
  },
55302
55365
  "name": "ignoreDepScripts",
55303
55366
  "optional": true,
@@ -55364,7 +55427,7 @@
55364
55427
  "immutable": true,
55365
55428
  "locationInModule": {
55366
55429
  "filename": "src/javascript/pnpm-workspace-config.ts",
55367
- "line": 923
55430
+ "line": 944
55368
55431
  },
55369
55432
  "name": "ignorePnpmfile",
55370
55433
  "optional": true,
@@ -55384,7 +55447,7 @@
55384
55447
  "immutable": true,
55385
55448
  "locationInModule": {
55386
55449
  "filename": "src/javascript/pnpm-workspace-config.ts",
55387
- "line": 587
55450
+ "line": 608
55388
55451
  },
55389
55452
  "name": "ignoreScripts",
55390
55453
  "optional": true,
@@ -55404,7 +55467,7 @@
55404
55467
  "immutable": true,
55405
55468
  "locationInModule": {
55406
55469
  "filename": "src/javascript/pnpm-workspace-config.ts",
55407
- "line": 713
55470
+ "line": 734
55408
55471
  },
55409
55472
  "name": "ignoreWorkspaceCycles",
55410
55473
  "optional": true,
@@ -55424,7 +55487,7 @@
55424
55487
  "immutable": true,
55425
55488
  "locationInModule": {
55426
55489
  "filename": "src/javascript/pnpm-workspace-config.ts",
55427
- "line": 720
55490
+ "line": 741
55428
55491
  },
55429
55492
  "name": "ignoreWorkspaceRootCheck",
55430
55493
  "optional": true,
@@ -55444,7 +55507,7 @@
55444
55507
  "immutable": true,
55445
55508
  "locationInModule": {
55446
55509
  "filename": "src/javascript/pnpm-workspace-config.ts",
55447
- "line": 706
55510
+ "line": 727
55448
55511
  },
55449
55512
  "name": "includeWorkspaceRoot",
55450
55513
  "optional": true,
@@ -55464,7 +55527,7 @@
55464
55527
  "immutable": true,
55465
55528
  "locationInModule": {
55466
55529
  "filename": "src/javascript/pnpm-workspace-config.ts",
55467
- "line": 671
55530
+ "line": 692
55468
55531
  },
55469
55532
  "name": "injectWorkspacePackages",
55470
55533
  "optional": true,
@@ -55504,7 +55567,7 @@
55504
55567
  "immutable": true,
55505
55568
  "locationInModule": {
55506
55569
  "filename": "src/javascript/pnpm-workspace-config.ts",
55507
- "line": 664
55570
+ "line": 685
55508
55571
  },
55509
55572
  "name": "linkWorkspacePackages",
55510
55573
  "optional": true,
@@ -55524,7 +55587,7 @@
55524
55587
  "immutable": true,
55525
55588
  "locationInModule": {
55526
55589
  "filename": "src/javascript/pnpm-workspace-config.ts",
55527
- "line": 418
55590
+ "line": 425
55528
55591
  },
55529
55592
  "name": "localAddress",
55530
55593
  "optional": true,
@@ -55584,7 +55647,7 @@
55584
55647
  "immutable": true,
55585
55648
  "locationInModule": {
55586
55649
  "filename": "src/javascript/pnpm-workspace-config.ts",
55587
- "line": 523
55650
+ "line": 544
55588
55651
  },
55589
55652
  "name": "loglevel",
55590
55653
  "optional": true,
@@ -55604,7 +55667,7 @@
55604
55667
  "immutable": true,
55605
55668
  "locationInModule": {
55606
55669
  "filename": "src/javascript/pnpm-workspace-config.ts",
55607
- "line": 580
55670
+ "line": 601
55608
55671
  },
55609
55672
  "name": "managePackageManagerVersions",
55610
55673
  "optional": true,
@@ -55624,7 +55687,7 @@
55624
55687
  "immutable": true,
55625
55688
  "locationInModule": {
55626
55689
  "filename": "src/javascript/pnpm-workspace-config.ts",
55627
- "line": 425
55690
+ "line": 432
55628
55691
  },
55629
55692
  "name": "maxsockets",
55630
55693
  "optional": true,
@@ -55670,7 +55733,7 @@
55670
55733
  "immutable": true,
55671
55734
  "locationInModule": {
55672
55735
  "filename": "src/javascript/pnpm-workspace-config.ts",
55673
- "line": 965
55736
+ "line": 986
55674
55737
  },
55675
55738
  "name": "minimumReleaseAge",
55676
55739
  "optional": true,
@@ -55691,7 +55754,7 @@
55691
55754
  "immutable": true,
55692
55755
  "locationInModule": {
55693
55756
  "filename": "src/javascript/pnpm-workspace-config.ts",
55694
- "line": 972
55757
+ "line": 993
55695
55758
  },
55696
55759
  "name": "minimumReleaseAgeExclude",
55697
55760
  "optional": true,
@@ -55717,7 +55780,7 @@
55717
55780
  "immutable": true,
55718
55781
  "locationInModule": {
55719
55782
  "filename": "src/javascript/pnpm-workspace-config.ts",
55720
- "line": 1050
55783
+ "line": 1071
55721
55784
  },
55722
55785
  "name": "minimumReleaseAgeIgnoreMissingTime",
55723
55786
  "optional": true,
@@ -55738,7 +55801,7 @@
55738
55801
  "immutable": true,
55739
55802
  "locationInModule": {
55740
55803
  "filename": "src/javascript/pnpm-workspace-config.ts",
55741
- "line": 980
55804
+ "line": 1001
55742
55805
  },
55743
55806
  "name": "minimumReleaseAgeStrict",
55744
55807
  "optional": true,
@@ -55786,6 +55849,31 @@
55786
55849
  "primitive": "string"
55787
55850
  }
55788
55851
  },
55852
+ {
55853
+ "abstract": true,
55854
+ "docs": {
55855
+ "custom": {
55856
+ "schema": "PnpmWorkspaceYamlSchema#namedRegistries"
55857
+ },
55858
+ "stability": "experimental",
55859
+ "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."
55860
+ },
55861
+ "immutable": true,
55862
+ "locationInModule": {
55863
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55864
+ "line": 1085
55865
+ },
55866
+ "name": "namedRegistries",
55867
+ "optional": true,
55868
+ "type": {
55869
+ "collection": {
55870
+ "elementtype": {
55871
+ "primitive": "string"
55872
+ },
55873
+ "kind": "map"
55874
+ }
55875
+ }
55876
+ },
55789
55877
  {
55790
55878
  "abstract": true,
55791
55879
  "docs": {
@@ -55798,7 +55886,7 @@
55798
55886
  "immutable": true,
55799
55887
  "locationInModule": {
55800
55888
  "filename": "src/javascript/pnpm-workspace-config.ts",
55801
- "line": 446
55889
+ "line": 453
55802
55890
  },
55803
55891
  "name": "networkConcurrency",
55804
55892
  "optional": true,
@@ -55843,7 +55931,7 @@
55843
55931
  "immutable": true,
55844
55932
  "locationInModule": {
55845
55933
  "filename": "src/javascript/pnpm-workspace-config.ts",
55846
- "line": 1085
55934
+ "line": 1113
55847
55935
  },
55848
55936
  "name": "nodeDownloadMirrors",
55849
55937
  "optional": true,
@@ -55888,7 +55976,7 @@
55888
55976
  "immutable": true,
55889
55977
  "locationInModule": {
55890
55978
  "filename": "src/javascript/pnpm-workspace-config.ts",
55891
- "line": 629
55979
+ "line": 650
55892
55980
  },
55893
55981
  "name": "nodeOptions",
55894
55982
  "optional": true,
@@ -55908,7 +55996,7 @@
55908
55996
  "immutable": true,
55909
55997
  "locationInModule": {
55910
55998
  "filename": "src/javascript/pnpm-workspace-config.ts",
55911
- "line": 657
55999
+ "line": 678
55912
56000
  },
55913
56001
  "name": "nodeVersion",
55914
56002
  "optional": true,
@@ -55920,7 +56008,7 @@
55920
56008
  "abstract": true,
55921
56009
  "docs": {
55922
56010
  "custom": {
55923
- "schema": "PnpmWorkspaceYamlSchema#noproxy"
56011
+ "schema": "PnpmWorkspaceYamlSchema#noProxy"
55924
56012
  },
55925
56013
  "stability": "experimental",
55926
56014
  "summary": "A comma-separated string of domain extensions that a proxy should not be used for."
@@ -55928,9 +56016,9 @@
55928
56016
  "immutable": true,
55929
56017
  "locationInModule": {
55930
56018
  "filename": "src/javascript/pnpm-workspace-config.ts",
55931
- "line": 432
56019
+ "line": 439
55932
56020
  },
55933
- "name": "noproxy",
56021
+ "name": "noProxy",
55934
56022
  "optional": true,
55935
56023
  "type": {
55936
56024
  "primitive": "string"
@@ -55948,7 +56036,7 @@
55948
56036
  "immutable": true,
55949
56037
  "locationInModule": {
55950
56038
  "filename": "src/javascript/pnpm-workspace-config.ts",
55951
- "line": 559
56039
+ "line": 580
55952
56040
  },
55953
56041
  "name": "npmPath",
55954
56042
  "optional": true,
@@ -55969,7 +56057,7 @@
55969
56057
  "immutable": true,
55970
56058
  "locationInModule": {
55971
56059
  "filename": "src/javascript/pnpm-workspace-config.ts",
55972
- "line": 1043
56060
+ "line": 1064
55973
56061
  },
55974
56062
  "name": "npmrcAuthFile",
55975
56063
  "optional": true,
@@ -56035,7 +56123,7 @@
56035
56123
  "immutable": true,
56036
56124
  "locationInModule": {
56037
56125
  "filename": "src/javascript/pnpm-workspace-config.ts",
56038
- "line": 867
56126
+ "line": 888
56039
56127
  },
56040
56128
  "name": "optimisticRepeatInstall",
56041
56129
  "optional": true,
@@ -56115,7 +56203,7 @@
56115
56203
  "immutable": true,
56116
56204
  "locationInModule": {
56117
56205
  "filename": "src/javascript/pnpm-workspace-config.ts",
56118
- "line": 566
56206
+ "line": 587
56119
56207
  },
56120
56208
  "name": "packageManagerStrict",
56121
56209
  "optional": true,
@@ -56135,7 +56223,7 @@
56135
56223
  "immutable": true,
56136
56224
  "locationInModule": {
56137
56225
  "filename": "src/javascript/pnpm-workspace-config.ts",
56138
- "line": 573
56226
+ "line": 594
56139
56227
  },
56140
56228
  "name": "packageManagerStrictVersion",
56141
56229
  "optional": true,
@@ -56206,7 +56294,7 @@
56206
56294
  "immutable": true,
56207
56295
  "locationInModule": {
56208
56296
  "filename": "src/javascript/pnpm-workspace-config.ts",
56209
- "line": 930
56297
+ "line": 951
56210
56298
  },
56211
56299
  "name": "patchesDir",
56212
56300
  "optional": true,
@@ -56266,7 +56354,7 @@
56266
56354
  "immutable": true,
56267
56355
  "locationInModule": {
56268
56356
  "filename": "src/javascript/pnpm-workspace-config.ts",
56269
- "line": 1071
56357
+ "line": 1099
56270
56358
  },
56271
56359
  "name": "pmOnFail",
56272
56360
  "optional": true,
@@ -56286,7 +56374,7 @@
56286
56374
  "immutable": true,
56287
56375
  "locationInModule": {
56288
56376
  "filename": "src/javascript/pnpm-workspace-config.ts",
56289
- "line": 909
56377
+ "line": 930
56290
56378
  },
56291
56379
  "name": "pnpmfile",
56292
56380
  "optional": true,
@@ -56327,7 +56415,7 @@
56327
56415
  "immutable": true,
56328
56416
  "locationInModule": {
56329
56417
  "filename": "src/javascript/pnpm-workspace-config.ts",
56330
- "line": 987
56418
+ "line": 1008
56331
56419
  },
56332
56420
  "name": "preferOffline",
56333
56421
  "optional": true,
@@ -56347,7 +56435,7 @@
56347
56435
  "immutable": true,
56348
56436
  "locationInModule": {
56349
56437
  "filename": "src/javascript/pnpm-workspace-config.ts",
56350
- "line": 811
56438
+ "line": 832
56351
56439
  },
56352
56440
  "name": "preferSymlinkedExecutables",
56353
56441
  "optional": true,
@@ -56367,7 +56455,7 @@
56367
56455
  "immutable": true,
56368
56456
  "locationInModule": {
56369
56457
  "filename": "src/javascript/pnpm-workspace-config.ts",
56370
- "line": 685
56458
+ "line": 706
56371
56459
  },
56372
56460
  "name": "preferWorkspacePackages",
56373
56461
  "optional": true,
@@ -56387,7 +56475,7 @@
56387
56475
  "immutable": true,
56388
56476
  "locationInModule": {
56389
56477
  "filename": "src/javascript/pnpm-workspace-config.ts",
56390
- "line": 902
56478
+ "line": 923
56391
56479
  },
56392
56480
  "name": "provenance",
56393
56481
  "optional": true,
@@ -56403,12 +56491,12 @@
56403
56491
  },
56404
56492
  "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
56405
56493
  "stability": "experimental",
56406
- "summary": "A proxy to use for outgoing http requests."
56494
+ "summary": "npm's legacy proxy setting, used as the fallback for both httpsProxy and httpProxy."
56407
56495
  },
56408
56496
  "immutable": true,
56409
56497
  "locationInModule": {
56410
56498
  "filename": "src/javascript/pnpm-workspace-config.ts",
56411
- "line": 411
56499
+ "line": 418
56412
56500
  },
56413
56501
  "name": "proxy",
56414
56502
  "optional": true,
@@ -56453,7 +56541,7 @@
56453
56541
  "immutable": true,
56454
56542
  "locationInModule": {
56455
56543
  "filename": "src/javascript/pnpm-workspace-config.ts",
56456
- "line": 888
56544
+ "line": 909
56457
56545
  },
56458
56546
  "name": "publishBranch",
56459
56547
  "optional": true,
@@ -56473,7 +56561,7 @@
56473
56561
  "immutable": true,
56474
56562
  "locationInModule": {
56475
56563
  "filename": "src/javascript/pnpm-workspace-config.ts",
56476
- "line": 545
56564
+ "line": 566
56477
56565
  },
56478
56566
  "name": "recursiveInstall",
56479
56567
  "optional": true,
@@ -56493,7 +56581,7 @@
56493
56581
  "immutable": true,
56494
56582
  "locationInModule": {
56495
56583
  "filename": "src/javascript/pnpm-workspace-config.ts",
56496
- "line": 1057
56584
+ "line": 1078
56497
56585
  },
56498
56586
  "name": "registries",
56499
56587
  "optional": true,
@@ -56538,7 +56626,7 @@
56538
56626
  "immutable": true,
56539
56627
  "locationInModule": {
56540
56628
  "filename": "src/javascript/pnpm-workspace-config.ts",
56541
- "line": 832
56629
+ "line": 853
56542
56630
  },
56543
56631
  "name": "registrySupportsTimeField",
56544
56632
  "optional": true,
@@ -56559,7 +56647,7 @@
56559
56647
  "immutable": true,
56560
56648
  "locationInModule": {
56561
56649
  "filename": "src/javascript/pnpm-workspace-config.ts",
56562
- "line": 531
56650
+ "line": 552
56563
56651
  },
56564
56652
  "name": "reporter",
56565
56653
  "optional": true,
@@ -56604,7 +56692,7 @@
56604
56692
  "immutable": true,
56605
56693
  "locationInModule": {
56606
56694
  "filename": "src/javascript/pnpm-workspace-config.ts",
56607
- "line": 825
56695
+ "line": 846
56608
56696
  },
56609
56697
  "name": "resolutionMode",
56610
56698
  "optional": true,
@@ -56624,7 +56712,7 @@
56624
56712
  "immutable": true,
56625
56713
  "locationInModule": {
56626
56714
  "filename": "src/javascript/pnpm-workspace-config.ts",
56627
- "line": 509
56715
+ "line": 530
56628
56716
  },
56629
56717
  "name": "resolvePeersFromWorkspaceRoot",
56630
56718
  "optional": true,
@@ -56644,7 +56732,7 @@
56644
56732
  "immutable": true,
56645
56733
  "locationInModule": {
56646
56734
  "filename": "src/javascript/pnpm-workspace-config.ts",
56647
- "line": 1078
56735
+ "line": 1106
56648
56736
  },
56649
56737
  "name": "runtimeOnFail",
56650
56738
  "optional": true,
@@ -56664,7 +56752,7 @@
56664
56752
  "immutable": true,
56665
56753
  "locationInModule": {
56666
56754
  "filename": "src/javascript/pnpm-workspace-config.ts",
56667
- "line": 958
56755
+ "line": 979
56668
56756
  },
56669
56757
  "name": "saveExact",
56670
56758
  "optional": true,
@@ -56684,7 +56772,7 @@
56684
56772
  "immutable": true,
56685
56773
  "locationInModule": {
56686
56774
  "filename": "src/javascript/pnpm-workspace-config.ts",
56687
- "line": 755
56775
+ "line": 776
56688
56776
  },
56689
56777
  "name": "savePrefix",
56690
56778
  "optional": true,
@@ -56704,7 +56792,7 @@
56704
56792
  "immutable": true,
56705
56793
  "locationInModule": {
56706
56794
  "filename": "src/javascript/pnpm-workspace-config.ts",
56707
- "line": 699
56795
+ "line": 720
56708
56796
  },
56709
56797
  "name": "saveWorkspaceProtocol",
56710
56798
  "optional": true,
@@ -56724,7 +56812,7 @@
56724
56812
  "immutable": true,
56725
56813
  "locationInModule": {
56726
56814
  "filename": "src/javascript/pnpm-workspace-config.ts",
56727
- "line": 944
56815
+ "line": 965
56728
56816
  },
56729
56817
  "name": "scriptShell",
56730
56818
  "optional": true,
@@ -56764,7 +56852,7 @@
56764
56852
  "immutable": true,
56765
56853
  "locationInModule": {
56766
56854
  "filename": "src/javascript/pnpm-workspace-config.ts",
56767
- "line": 692
56855
+ "line": 713
56768
56856
  },
56769
56857
  "name": "sharedWorkspaceLockfile",
56770
56858
  "optional": true,
@@ -56784,7 +56872,7 @@
56784
56872
  "immutable": true,
56785
56873
  "locationInModule": {
56786
56874
  "filename": "src/javascript/pnpm-workspace-config.ts",
56787
- "line": 951
56875
+ "line": 972
56788
56876
  },
56789
56877
  "name": "shellEmulator",
56790
56878
  "optional": true,
@@ -56804,7 +56892,7 @@
56804
56892
  "immutable": true,
56805
56893
  "locationInModule": {
56806
56894
  "filename": "src/javascript/pnpm-workspace-config.ts",
56807
- "line": 608
56895
+ "line": 629
56808
56896
  },
56809
56897
  "name": "sideEffectsCache",
56810
56898
  "optional": true,
@@ -56824,7 +56912,7 @@
56824
56912
  "immutable": true,
56825
56913
  "locationInModule": {
56826
56914
  "filename": "src/javascript/pnpm-workspace-config.ts",
56827
- "line": 615
56915
+ "line": 636
56828
56916
  },
56829
56917
  "name": "sideEffectsCacheReadonly",
56830
56918
  "optional": true,
@@ -56844,7 +56932,7 @@
56844
56932
  "immutable": true,
56845
56933
  "locationInModule": {
56846
56934
  "filename": "src/javascript/pnpm-workspace-config.ts",
56847
- "line": 783
56935
+ "line": 804
56848
56936
  },
56849
56937
  "name": "stateDir",
56850
56938
  "optional": true,
@@ -56884,7 +56972,7 @@
56884
56972
  "immutable": true,
56885
56973
  "locationInModule": {
56886
56974
  "filename": "src/javascript/pnpm-workspace-config.ts",
56887
- "line": 643
56975
+ "line": 664
56888
56976
  },
56889
56977
  "name": "strictDepBuilds",
56890
56978
  "optional": true,
@@ -56904,7 +56992,7 @@
56904
56992
  "immutable": true,
56905
56993
  "locationInModule": {
56906
56994
  "filename": "src/javascript/pnpm-workspace-config.ts",
56907
- "line": 502
56995
+ "line": 523
56908
56996
  },
56909
56997
  "name": "strictPeerDependencies",
56910
56998
  "optional": true,
@@ -56924,7 +57012,7 @@
56924
57012
  "immutable": true,
56925
57013
  "locationInModule": {
56926
57014
  "filename": "src/javascript/pnpm-workspace-config.ts",
56927
- "line": 439
57015
+ "line": 446
56928
57016
  },
56929
57017
  "name": "strictSsl",
56930
57018
  "optional": true,
@@ -57005,7 +57093,7 @@
57005
57093
  "immutable": true,
57006
57094
  "locationInModule": {
57007
57095
  "filename": "src/javascript/pnpm-workspace-config.ts",
57008
- "line": 678
57096
+ "line": 699
57009
57097
  },
57010
57098
  "name": "syncInjectedDepsAfterScripts",
57011
57099
  "optional": true,
@@ -57030,7 +57118,7 @@
57030
57118
  "immutable": true,
57031
57119
  "locationInModule": {
57032
57120
  "filename": "src/javascript/pnpm-workspace-config.ts",
57033
- "line": 762
57121
+ "line": 783
57034
57122
  },
57035
57123
  "name": "tag",
57036
57124
  "optional": true,
@@ -57051,7 +57139,7 @@
57051
57139
  "immutable": true,
57052
57140
  "locationInModule": {
57053
57141
  "filename": "src/javascript/pnpm-workspace-config.ts",
57054
- "line": 1092
57142
+ "line": 1120
57055
57143
  },
57056
57144
  "name": "trustLockfile",
57057
57145
  "optional": true,
@@ -57072,7 +57160,7 @@
57072
57160
  "immutable": true,
57073
57161
  "locationInModule": {
57074
57162
  "filename": "src/javascript/pnpm-workspace-config.ts",
57075
- "line": 994
57163
+ "line": 1015
57076
57164
  },
57077
57165
  "name": "trustPolicy",
57078
57166
  "optional": true,
@@ -57092,7 +57180,7 @@
57092
57180
  "immutable": true,
57093
57181
  "locationInModule": {
57094
57182
  "filename": "src/javascript/pnpm-workspace-config.ts",
57095
- "line": 1001
57183
+ "line": 1022
57096
57184
  },
57097
57185
  "name": "trustPolicyExclude",
57098
57186
  "optional": true,
@@ -57118,7 +57206,7 @@
57118
57206
  "immutable": true,
57119
57207
  "locationInModule": {
57120
57208
  "filename": "src/javascript/pnpm-workspace-config.ts",
57121
- "line": 1022
57209
+ "line": 1043
57122
57210
  },
57123
57211
  "name": "trustPolicyIgnoreAfter",
57124
57212
  "optional": true,
@@ -57139,7 +57227,7 @@
57139
57227
  "immutable": true,
57140
57228
  "locationInModule": {
57141
57229
  "filename": "src/javascript/pnpm-workspace-config.ts",
57142
- "line": 622
57230
+ "line": 643
57143
57231
  },
57144
57232
  "name": "unsafePerm",
57145
57233
  "optional": true,
@@ -57197,7 +57285,7 @@
57197
57285
  "immutable": true,
57198
57286
  "locationInModule": {
57199
57287
  "filename": "src/javascript/pnpm-workspace-config.ts",
57200
- "line": 804
57288
+ "line": 825
57201
57289
  },
57202
57290
  "name": "updateNotifier",
57203
57291
  "optional": true,
@@ -57217,7 +57305,7 @@
57217
57305
  "immutable": true,
57218
57306
  "locationInModule": {
57219
57307
  "filename": "src/javascript/pnpm-workspace-config.ts",
57220
- "line": 538
57308
+ "line": 559
57221
57309
  },
57222
57310
  "name": "useBetaCli",
57223
57311
  "optional": true,
@@ -57237,7 +57325,7 @@
57237
57325
  "immutable": true,
57238
57326
  "locationInModule": {
57239
57327
  "filename": "src/javascript/pnpm-workspace-config.ts",
57240
- "line": 650
57328
+ "line": 671
57241
57329
  },
57242
57330
  "name": "useNodeVersion",
57243
57331
  "optional": true,
@@ -57257,7 +57345,7 @@
57257
57345
  "immutable": true,
57258
57346
  "locationInModule": {
57259
57347
  "filename": "src/javascript/pnpm-workspace-config.ts",
57260
- "line": 797
57348
+ "line": 818
57261
57349
  },
57262
57350
  "name": "useStderr",
57263
57351
  "optional": true,
@@ -57277,7 +57365,7 @@
57277
57365
  "immutable": true,
57278
57366
  "locationInModule": {
57279
57367
  "filename": "src/javascript/pnpm-workspace-config.ts",
57280
- "line": 636
57368
+ "line": 657
57281
57369
  },
57282
57370
  "name": "verifyDepsBeforeRun",
57283
57371
  "optional": true,
@@ -57317,7 +57405,7 @@
57317
57405
  "immutable": true,
57318
57406
  "locationInModule": {
57319
57407
  "filename": "src/javascript/pnpm-workspace-config.ts",
57320
- "line": 895
57408
+ "line": 916
57321
57409
  },
57322
57410
  "name": "versioning",
57323
57411
  "optional": true,
@@ -57378,7 +57466,7 @@
57378
57466
  "immutable": true,
57379
57467
  "locationInModule": {
57380
57468
  "filename": "src/javascript/pnpm-workspace-config.ts",
57381
- "line": 1064
57469
+ "line": 1092
57382
57470
  },
57383
57471
  "name": "virtualStoreOnly",
57384
57472
  "optional": true,
@@ -57399,7 +57487,7 @@
57399
57487
  "immutable": true,
57400
57488
  "locationInModule": {
57401
57489
  "filename": "src/javascript/pnpm-workspace-config.ts",
57402
- "line": 734
57490
+ "line": 755
57403
57491
  },
57404
57492
  "name": "workspaceConcurrency",
57405
57493
  "optional": true,
@@ -57423,7 +57511,7 @@
57423
57511
  "kind": "interface",
57424
57512
  "locationInModule": {
57425
57513
  "filename": "src/javascript/pnpm-workspace-config.ts",
57426
- "line": 1411
57514
+ "line": 1443
57427
57515
  },
57428
57516
  "name": "PnpmWorkspaceYamlSchemaAudit",
57429
57517
  "namespace": "javascript",
@@ -57440,7 +57528,7 @@
57440
57528
  "immutable": true,
57441
57529
  "locationInModule": {
57442
57530
  "filename": "src/javascript/pnpm-workspace-config.ts",
57443
- "line": 1424
57531
+ "line": 1456
57444
57532
  },
57445
57533
  "name": "ignore",
57446
57534
  "optional": true,
@@ -57465,7 +57553,7 @@
57465
57553
  "immutable": true,
57466
57554
  "locationInModule": {
57467
57555
  "filename": "src/javascript/pnpm-workspace-config.ts",
57468
- "line": 1417
57556
+ "line": 1449
57469
57557
  },
57470
57558
  "name": "level",
57471
57559
  "optional": true,
@@ -57489,7 +57577,7 @@
57489
57577
  "kind": "interface",
57490
57578
  "locationInModule": {
57491
57579
  "filename": "src/javascript/pnpm-workspace-config.ts",
57492
- "line": 1446
57580
+ "line": 1478
57493
57581
  },
57494
57582
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
57495
57583
  "namespace": "javascript",
@@ -57506,7 +57594,7 @@
57506
57594
  "immutable": true,
57507
57595
  "locationInModule": {
57508
57596
  "filename": "src/javascript/pnpm-workspace-config.ts",
57509
- "line": 1452
57597
+ "line": 1484
57510
57598
  },
57511
57599
  "name": "ignoreCves",
57512
57600
  "optional": true,
@@ -57531,7 +57619,7 @@
57531
57619
  "immutable": true,
57532
57620
  "locationInModule": {
57533
57621
  "filename": "src/javascript/pnpm-workspace-config.ts",
57534
- "line": 1459
57622
+ "line": 1491
57535
57623
  },
57536
57624
  "name": "ignoreGhsas",
57537
57625
  "optional": true,
@@ -57560,7 +57648,7 @@
57560
57648
  "kind": "enum",
57561
57649
  "locationInModule": {
57562
57650
  "filename": "src/javascript/pnpm-workspace-config.ts",
57563
- "line": 1769
57651
+ "line": 1801
57564
57652
  },
57565
57653
  "members": [
57566
57654
  {
@@ -57609,7 +57697,7 @@
57609
57697
  "kind": "enum",
57610
57698
  "locationInModule": {
57611
57699
  "filename": "src/javascript/pnpm-workspace-config.ts",
57612
- "line": 1278
57700
+ "line": 1310
57613
57701
  },
57614
57702
  "members": [
57615
57703
  {
@@ -57651,7 +57739,7 @@
57651
57739
  "kind": "enum",
57652
57740
  "locationInModule": {
57653
57741
  "filename": "src/javascript/pnpm-workspace-config.ts",
57654
- "line": 1581
57742
+ "line": 1613
57655
57743
  },
57656
57744
  "members": [
57657
57745
  {
@@ -57693,7 +57781,7 @@
57693
57781
  "kind": "interface",
57694
57782
  "locationInModule": {
57695
57783
  "filename": "src/javascript/pnpm-workspace-config.ts",
57696
- "line": 1520
57784
+ "line": 1552
57697
57785
  },
57698
57786
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
57699
57787
  "namespace": "javascript",
@@ -57710,7 +57798,7 @@
57710
57798
  "immutable": true,
57711
57799
  "locationInModule": {
57712
57800
  "filename": "src/javascript/pnpm-workspace-config.ts",
57713
- "line": 1526
57801
+ "line": 1558
57714
57802
  },
57715
57803
  "name": "nodeVersion",
57716
57804
  "optional": true,
@@ -57735,7 +57823,7 @@
57735
57823
  "kind": "enum",
57736
57824
  "locationInModule": {
57737
57825
  "filename": "src/javascript/pnpm-workspace-config.ts",
57738
- "line": 1817
57826
+ "line": 1849
57739
57827
  },
57740
57828
  "members": [
57741
57829
  {
@@ -57777,7 +57865,7 @@
57777
57865
  "kind": "class",
57778
57866
  "locationInModule": {
57779
57867
  "filename": "src/javascript/pnpm-workspace-config.ts",
57780
- "line": 1628
57868
+ "line": 1660
57781
57869
  },
57782
57870
  "methods": [
57783
57871
  {
@@ -57786,7 +57874,7 @@
57786
57874
  },
57787
57875
  "locationInModule": {
57788
57876
  "filename": "src/javascript/pnpm-workspace-config.ts",
57789
- "line": 1629
57877
+ "line": 1661
57790
57878
  },
57791
57879
  "name": "fromBoolean",
57792
57880
  "parameters": [
@@ -57810,7 +57898,7 @@
57810
57898
  },
57811
57899
  "locationInModule": {
57812
57900
  "filename": "src/javascript/pnpm-workspace-config.ts",
57813
- "line": 1632
57901
+ "line": 1664
57814
57902
  },
57815
57903
  "name": "fromString",
57816
57904
  "parameters": [
@@ -57839,7 +57927,7 @@
57839
57927
  "immutable": true,
57840
57928
  "locationInModule": {
57841
57929
  "filename": "src/javascript/pnpm-workspace-config.ts",
57842
- "line": 1635
57930
+ "line": 1667
57843
57931
  },
57844
57932
  "name": "value",
57845
57933
  "type": {
@@ -57871,7 +57959,7 @@
57871
57959
  "kind": "enum",
57872
57960
  "locationInModule": {
57873
57961
  "filename": "src/javascript/pnpm-workspace-config.ts",
57874
- "line": 1595
57962
+ "line": 1627
57875
57963
  },
57876
57964
  "members": [
57877
57965
  {
@@ -57920,7 +58008,7 @@
57920
58008
  "kind": "enum",
57921
58009
  "locationInModule": {
57922
58010
  "filename": "src/javascript/pnpm-workspace-config.ts",
57923
- "line": 1549
58011
+ "line": 1581
57924
58012
  },
57925
58013
  "members": [
57926
58014
  {
@@ -57962,7 +58050,7 @@
57962
58050
  "kind": "enum",
57963
58051
  "locationInModule": {
57964
58052
  "filename": "src/javascript/pnpm-workspace-config.ts",
57965
- "line": 1563
58053
+ "line": 1595
57966
58054
  },
57967
58055
  "members": [
57968
58056
  {
@@ -58018,7 +58106,7 @@
58018
58106
  "kind": "interface",
58019
58107
  "locationInModule": {
58020
58108
  "filename": "src/javascript/pnpm-workspace-config.ts",
58021
- "line": 1290
58109
+ "line": 1322
58022
58110
  },
58023
58111
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
58024
58112
  "namespace": "javascript",
@@ -58035,7 +58123,7 @@
58035
58123
  "immutable": true,
58036
58124
  "locationInModule": {
58037
58125
  "filename": "src/javascript/pnpm-workspace-config.ts",
58038
- "line": 1310
58126
+ "line": 1342
58039
58127
  },
58040
58128
  "name": "allowAny",
58041
58129
  "optional": true,
@@ -58060,7 +58148,7 @@
58060
58148
  "immutable": true,
58061
58149
  "locationInModule": {
58062
58150
  "filename": "src/javascript/pnpm-workspace-config.ts",
58063
- "line": 1303
58151
+ "line": 1335
58064
58152
  },
58065
58153
  "name": "allowedVersions",
58066
58154
  "optional": true,
@@ -58080,7 +58168,7 @@
58080
58168
  "immutable": true,
58081
58169
  "locationInModule": {
58082
58170
  "filename": "src/javascript/pnpm-workspace-config.ts",
58083
- "line": 1296
58171
+ "line": 1328
58084
58172
  },
58085
58173
  "name": "ignoreMissing",
58086
58174
  "optional": true,
@@ -58109,7 +58197,7 @@
58109
58197
  "kind": "enum",
58110
58198
  "locationInModule": {
58111
58199
  "filename": "src/javascript/pnpm-workspace-config.ts",
58112
- "line": 1785
58200
+ "line": 1817
58113
58201
  },
58114
58202
  "members": [
58115
58203
  {
@@ -58159,7 +58247,7 @@
58159
58247
  "kind": "enum",
58160
58248
  "locationInModule": {
58161
58249
  "filename": "src/javascript/pnpm-workspace-config.ts",
58162
- "line": 1612
58250
+ "line": 1644
58163
58251
  },
58164
58252
  "members": [
58165
58253
  {
@@ -58208,7 +58296,7 @@
58208
58296
  "kind": "enum",
58209
58297
  "locationInModule": {
58210
58298
  "filename": "src/javascript/pnpm-workspace-config.ts",
58211
- "line": 1674
58299
+ "line": 1706
58212
58300
  },
58213
58301
  "members": [
58214
58302
  {
@@ -58250,7 +58338,7 @@
58250
58338
  "kind": "enum",
58251
58339
  "locationInModule": {
58252
58340
  "filename": "src/javascript/pnpm-workspace-config.ts",
58253
- "line": 1801
58341
+ "line": 1833
58254
58342
  },
58255
58343
  "members": [
58256
58344
  {
@@ -58299,7 +58387,7 @@
58299
58387
  "kind": "enum",
58300
58388
  "locationInModule": {
58301
58389
  "filename": "src/javascript/pnpm-workspace-config.ts",
58302
- "line": 1660
58390
+ "line": 1692
58303
58391
  },
58304
58392
  "members": [
58305
58393
  {
@@ -58341,7 +58429,7 @@
58341
58429
  "kind": "class",
58342
58430
  "locationInModule": {
58343
58431
  "filename": "src/javascript/pnpm-workspace-config.ts",
58344
- "line": 1644
58432
+ "line": 1676
58345
58433
  },
58346
58434
  "methods": [
58347
58435
  {
@@ -58350,7 +58438,7 @@
58350
58438
  },
58351
58439
  "locationInModule": {
58352
58440
  "filename": "src/javascript/pnpm-workspace-config.ts",
58353
- "line": 1645
58441
+ "line": 1677
58354
58442
  },
58355
58443
  "name": "fromBoolean",
58356
58444
  "parameters": [
@@ -58374,7 +58462,7 @@
58374
58462
  },
58375
58463
  "locationInModule": {
58376
58464
  "filename": "src/javascript/pnpm-workspace-config.ts",
58377
- "line": 1648
58465
+ "line": 1680
58378
58466
  },
58379
58467
  "name": "fromString",
58380
58468
  "parameters": [
@@ -58403,7 +58491,7 @@
58403
58491
  "immutable": true,
58404
58492
  "locationInModule": {
58405
58493
  "filename": "src/javascript/pnpm-workspace-config.ts",
58406
- "line": 1651
58494
+ "line": 1683
58407
58495
  },
58408
58496
  "name": "value",
58409
58497
  "type": {
@@ -58436,7 +58524,7 @@
58436
58524
  "kind": "interface",
58437
58525
  "locationInModule": {
58438
58526
  "filename": "src/javascript/pnpm-workspace-config.ts",
58439
- "line": 1483
58527
+ "line": 1515
58440
58528
  },
58441
58529
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
58442
58530
  "namespace": "javascript",
@@ -58452,7 +58540,7 @@
58452
58540
  "immutable": true,
58453
58541
  "locationInModule": {
58454
58542
  "filename": "src/javascript/pnpm-workspace-config.ts",
58455
- "line": 1492
58543
+ "line": 1524
58456
58544
  },
58457
58545
  "name": "cpu",
58458
58546
  "optional": true,
@@ -58476,7 +58564,7 @@
58476
58564
  "immutable": true,
58477
58565
  "locationInModule": {
58478
58566
  "filename": "src/javascript/pnpm-workspace-config.ts",
58479
- "line": 1497
58567
+ "line": 1529
58480
58568
  },
58481
58569
  "name": "libc",
58482
58570
  "optional": true,
@@ -58500,7 +58588,7 @@
58500
58588
  "immutable": true,
58501
58589
  "locationInModule": {
58502
58590
  "filename": "src/javascript/pnpm-workspace-config.ts",
58503
- "line": 1487
58591
+ "line": 1519
58504
58592
  },
58505
58593
  "name": "os",
58506
58594
  "optional": true,
@@ -58530,7 +58618,7 @@
58530
58618
  "kind": "enum",
58531
58619
  "locationInModule": {
58532
58620
  "filename": "src/javascript/pnpm-workspace-config.ts",
58533
- "line": 1757
58621
+ "line": 1789
58534
58622
  },
58535
58623
  "members": [
58536
58624
  {
@@ -58565,7 +58653,7 @@
58565
58653
  "kind": "interface",
58566
58654
  "locationInModule": {
58567
58655
  "filename": "src/javascript/pnpm-workspace-config.ts",
58568
- "line": 1333
58656
+ "line": 1365
58569
58657
  },
58570
58658
  "name": "PnpmWorkspaceYamlSchemaUpdate",
58571
58659
  "namespace": "javascript",
@@ -58582,7 +58670,7 @@
58582
58670
  "immutable": true,
58583
58671
  "locationInModule": {
58584
58672
  "filename": "src/javascript/pnpm-workspace-config.ts",
58585
- "line": 1346
58673
+ "line": 1378
58586
58674
  },
58587
58675
  "name": "changeset",
58588
58676
  "optional": true,
@@ -58602,7 +58690,7 @@
58602
58690
  "immutable": true,
58603
58691
  "locationInModule": {
58604
58692
  "filename": "src/javascript/pnpm-workspace-config.ts",
58605
- "line": 1353
58693
+ "line": 1385
58606
58694
  },
58607
58695
  "name": "githubActions",
58608
58696
  "optional": true,
@@ -58622,7 +58710,7 @@
58622
58710
  "immutable": true,
58623
58711
  "locationInModule": {
58624
58712
  "filename": "src/javascript/pnpm-workspace-config.ts",
58625
- "line": 1360
58713
+ "line": 1392
58626
58714
  },
58627
58715
  "name": "githubActionsServer",
58628
58716
  "optional": true,
@@ -58642,7 +58730,7 @@
58642
58730
  "immutable": true,
58643
58731
  "locationInModule": {
58644
58732
  "filename": "src/javascript/pnpm-workspace-config.ts",
58645
- "line": 1339
58733
+ "line": 1371
58646
58734
  },
58647
58735
  "name": "ignoreDeps",
58648
58736
  "optional": true,
@@ -58671,7 +58759,7 @@
58671
58759
  "kind": "interface",
58672
58760
  "locationInModule": {
58673
58761
  "filename": "src/javascript/pnpm-workspace-config.ts",
58674
- "line": 1384
58762
+ "line": 1416
58675
58763
  },
58676
58764
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
58677
58765
  "namespace": "javascript",
@@ -58688,7 +58776,7 @@
58688
58776
  "immutable": true,
58689
58777
  "locationInModule": {
58690
58778
  "filename": "src/javascript/pnpm-workspace-config.ts",
58691
- "line": 1390
58779
+ "line": 1422
58692
58780
  },
58693
58781
  "name": "ignoreDependencies",
58694
58782
  "optional": true,
@@ -58718,7 +58806,7 @@
58718
58806
  "kind": "interface",
58719
58807
  "locationInModule": {
58720
58808
  "filename": "src/javascript/pnpm-workspace-config.ts",
58721
- "line": 1688
58809
+ "line": 1720
58722
58810
  },
58723
58811
  "name": "PnpmWorkspaceYamlSchemaVersioning",
58724
58812
  "namespace": "javascript",
@@ -58735,7 +58823,7 @@
58735
58823
  "immutable": true,
58736
58824
  "locationInModule": {
58737
58825
  "filename": "src/javascript/pnpm-workspace-config.ts",
58738
- "line": 1729
58826
+ "line": 1761
58739
58827
  },
58740
58828
  "name": "changelog",
58741
58829
  "optional": true,
@@ -58755,7 +58843,7 @@
58755
58843
  "immutable": true,
58756
58844
  "locationInModule": {
58757
58845
  "filename": "src/javascript/pnpm-workspace-config.ts",
58758
- "line": 1722
58846
+ "line": 1754
58759
58847
  },
58760
58848
  "name": "epics",
58761
58849
  "optional": true,
@@ -58781,7 +58869,7 @@
58781
58869
  "immutable": true,
58782
58870
  "locationInModule": {
58783
58871
  "filename": "src/javascript/pnpm-workspace-config.ts",
58784
- "line": 1694
58872
+ "line": 1726
58785
58873
  },
58786
58874
  "name": "fixed",
58787
58875
  "optional": true,
@@ -58811,7 +58899,7 @@
58811
58899
  "immutable": true,
58812
58900
  "locationInModule": {
58813
58901
  "filename": "src/javascript/pnpm-workspace-config.ts",
58814
- "line": 1701
58902
+ "line": 1733
58815
58903
  },
58816
58904
  "name": "ignore",
58817
58905
  "optional": true,
@@ -58837,7 +58925,7 @@
58837
58925
  "immutable": true,
58838
58926
  "locationInModule": {
58839
58927
  "filename": "src/javascript/pnpm-workspace-config.ts",
58840
- "line": 1715
58928
+ "line": 1747
58841
58929
  },
58842
58930
  "name": "lanes",
58843
58931
  "optional": true,
@@ -58862,7 +58950,7 @@
58862
58950
  "immutable": true,
58863
58951
  "locationInModule": {
58864
58952
  "filename": "src/javascript/pnpm-workspace-config.ts",
58865
- "line": 1708
58953
+ "line": 1740
58866
58954
  },
58867
58955
  "name": "maxBump",
58868
58956
  "optional": true,
@@ -58887,7 +58975,7 @@
58887
58975
  "kind": "interface",
58888
58976
  "locationInModule": {
58889
58977
  "filename": "src/javascript/pnpm-workspace-config.ts",
58890
- "line": 1880
58978
+ "line": 1912
58891
58979
  },
58892
58980
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
58893
58981
  "namespace": "javascript",
@@ -58905,7 +58993,7 @@
58905
58993
  "immutable": true,
58906
58994
  "locationInModule": {
58907
58995
  "filename": "src/javascript/pnpm-workspace-config.ts",
58908
- "line": 1886
58996
+ "line": 1918
58909
58997
  },
58910
58998
  "name": "storage",
58911
58999
  "optional": true,
@@ -58930,7 +59018,7 @@
58930
59018
  "kind": "enum",
58931
59019
  "locationInModule": {
58932
59020
  "filename": "src/javascript/pnpm-workspace-config.ts",
58933
- "line": 1909
59021
+ "line": 1941
58934
59022
  },
58935
59023
  "members": [
58936
59024
  {
@@ -58965,7 +59053,7 @@
58965
59053
  "kind": "interface",
58966
59054
  "locationInModule": {
58967
59055
  "filename": "src/javascript/pnpm-workspace-config.ts",
58968
- "line": 1843
59056
+ "line": 1875
58969
59057
  },
58970
59058
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
58971
59059
  "namespace": "javascript",
@@ -58982,7 +59070,7 @@
58982
59070
  "immutable": true,
58983
59071
  "locationInModule": {
58984
59072
  "filename": "src/javascript/pnpm-workspace-config.ts",
58985
- "line": 1849
59073
+ "line": 1881
58986
59074
  },
58987
59075
  "name": "lead",
58988
59076
  "type": {
@@ -59001,7 +59089,7 @@
59001
59089
  "immutable": true,
59002
59090
  "locationInModule": {
59003
59091
  "filename": "src/javascript/pnpm-workspace-config.ts",
59004
- "line": 1856
59092
+ "line": 1888
59005
59093
  },
59006
59094
  "name": "packages",
59007
59095
  "type": {
@@ -59029,7 +59117,7 @@
59029
59117
  "kind": "enum",
59030
59118
  "locationInModule": {
59031
59119
  "filename": "src/javascript/pnpm-workspace-config.ts",
59032
- "line": 1831
59120
+ "line": 1863
59033
59121
  },
59034
59122
  "members": [
59035
59123
  {
@@ -90855,6 +90943,6 @@
90855
90943
  "usedFeatures": [
90856
90944
  "class-covariant-overrides"
90857
90945
  ],
90858
- "version": "0.101.29",
90859
- "fingerprint": "SRJobV1ybtsIS9Wq+MabSurhG4n/IMHiEs4EvI/pXLQ="
90946
+ "version": "0.101.30",
90947
+ "fingerprint": "3zaNv1UxehqCsAA7e1DL2bZl1dpNutEkSFB2NFJAO1w="
90860
90948
  }