projen 0.98.31 → 0.98.33

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 (554) hide show
  1. package/.jsii +1755 -475
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +5 -5
  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 +2 -2
  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 +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/internal.d.ts +1 -2
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -3
  19. package/lib/awscdk/private/feature-flags-v2.const.js +4 -5
  20. package/lib/build/build-workflow.js +1 -1
  21. package/lib/cdk/auto-discover-base.js +2 -2
  22. package/lib/cdk/construct-lib.js +1 -1
  23. package/lib/cdk/integration-test-base.js +1 -1
  24. package/lib/cdk/jsii-docgen.js +1 -1
  25. package/lib/cdk/jsii-project.js +1 -1
  26. package/lib/cdk8s/auto-discover.js +2 -2
  27. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  29. package/lib/cdk8s/cdk8s-construct.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps.js +1 -1
  32. package/lib/cdk8s/integration-test.js +1 -1
  33. package/lib/cdktf/cdktf-construct.js +1 -1
  34. package/lib/circleci/circleci.js +1 -1
  35. package/lib/cli/index.js +6 -3
  36. package/lib/component.js +1 -1
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +1 -1
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/auto-queue.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/github-credentials.js +1 -1
  49. package/lib/github/github-project.js +1 -1
  50. package/lib/github/github.js +1 -1
  51. package/lib/github/merge-queue.js +1 -1
  52. package/lib/github/mergify.js +1 -1
  53. package/lib/github/pr-template.js +1 -1
  54. package/lib/github/pull-request-backport.js +1 -1
  55. package/lib/github/pull-request-lint.js +1 -1
  56. package/lib/github/stale.js +1 -1
  57. package/lib/github/task-workflow-job.js +1 -1
  58. package/lib/github/task-workflow.js +1 -1
  59. package/lib/github/workflow-actions.js +1 -1
  60. package/lib/github/workflow-jobs.js +1 -1
  61. package/lib/github/workflow-steps.js +1 -1
  62. package/lib/github/workflows.js +1 -1
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/ini.js +1 -1
  69. package/lib/java/java-project.js +1 -1
  70. package/lib/java/junit.js +1 -1
  71. package/lib/java/maven-compile.js +1 -1
  72. package/lib/java/maven-packaging.js +1 -1
  73. package/lib/java/maven-sample.js +1 -1
  74. package/lib/java/pom.js +2 -2
  75. package/lib/java/projenrc.js +1 -1
  76. package/lib/javascript/biome/biome-config.d.ts +126 -50
  77. package/lib/javascript/biome/biome-config.js +74 -39
  78. package/lib/javascript/biome/biome.js +1 -1
  79. package/lib/javascript/bundler.js +1 -1
  80. package/lib/javascript/eslint.js +1 -1
  81. package/lib/javascript/jest.js +4 -4
  82. package/lib/javascript/license-checker.js +1 -1
  83. package/lib/javascript/node-package.js +1 -1
  84. package/lib/javascript/node-project.js +1 -1
  85. package/lib/javascript/npm-config.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 +10 -2
  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 +2 -2
  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.d.ts +437 -21
  115. package/lib/python/uv-config.js +437 -2
  116. package/lib/python/uv.js +1 -1
  117. package/lib/python/venv.js +1 -1
  118. package/lib/readme.js +1 -1
  119. package/lib/release/publisher.js +1 -1
  120. package/lib/release/release-trigger.js +1 -1
  121. package/lib/release/release.js +1 -1
  122. package/lib/renovatebot.js +1 -1
  123. package/lib/sample-file.js +2 -2
  124. package/lib/semver.js +1 -1
  125. package/lib/source-code.js +1 -1
  126. package/lib/task-runtime.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-typedoc.js +1 -1
  135. package/lib/typescript/typescript.js +6 -6
  136. package/lib/version.js +2 -2
  137. package/lib/vscode/devcontainer.js +1 -1
  138. package/lib/vscode/extensions.js +1 -1
  139. package/lib/vscode/launch-config.js +1 -1
  140. package/lib/vscode/settings.js +1 -1
  141. package/lib/vscode/vscode.js +1 -1
  142. package/lib/web/next.js +3 -3
  143. package/lib/web/postcss.js +1 -1
  144. package/lib/web/react.js +4 -4
  145. package/lib/web/tailwind.js +1 -1
  146. package/lib/xmlfile.js +1 -1
  147. package/lib/yaml.js +1 -1
  148. package/node_modules/@oozcitak/dom/README.md +2 -4
  149. package/node_modules/@oozcitak/dom/lib/algorithm/AbortAlgorithm.js +7 -29
  150. package/node_modules/@oozcitak/dom/lib/algorithm/AbortAlgorithm.js.map +1 -1
  151. package/node_modules/@oozcitak/dom/lib/algorithm/AttrAlgorithm.js +3 -3
  152. package/node_modules/@oozcitak/dom/lib/algorithm/AttrAlgorithm.js.map +1 -1
  153. package/node_modules/@oozcitak/dom/lib/algorithm/BoundaryPointAlgorithm.js +14 -14
  154. package/node_modules/@oozcitak/dom/lib/algorithm/BoundaryPointAlgorithm.js.map +1 -1
  155. package/node_modules/@oozcitak/dom/lib/algorithm/CharacterDataAlgorithm.js +40 -62
  156. package/node_modules/@oozcitak/dom/lib/algorithm/CharacterDataAlgorithm.js.map +1 -1
  157. package/node_modules/@oozcitak/dom/lib/algorithm/CreateAlgorithm.js +53 -54
  158. package/node_modules/@oozcitak/dom/lib/algorithm/CreateAlgorithm.js.map +1 -1
  159. package/node_modules/@oozcitak/dom/lib/algorithm/CustomElementAlgorithm.js +14 -14
  160. package/node_modules/@oozcitak/dom/lib/algorithm/CustomElementAlgorithm.js.map +1 -1
  161. package/node_modules/@oozcitak/dom/lib/algorithm/DOMAlgorithm.js +29 -51
  162. package/node_modules/@oozcitak/dom/lib/algorithm/DOMAlgorithm.js.map +1 -1
  163. package/node_modules/@oozcitak/dom/lib/algorithm/DOMTokenListAlgorithm.js +11 -11
  164. package/node_modules/@oozcitak/dom/lib/algorithm/DOMTokenListAlgorithm.js.map +1 -1
  165. package/node_modules/@oozcitak/dom/lib/algorithm/DocumentAlgorithm.js +25 -63
  166. package/node_modules/@oozcitak/dom/lib/algorithm/DocumentAlgorithm.js.map +1 -1
  167. package/node_modules/@oozcitak/dom/lib/algorithm/ElementAlgorithm.js +79 -85
  168. package/node_modules/@oozcitak/dom/lib/algorithm/ElementAlgorithm.js.map +1 -1
  169. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.d.ts +1 -1
  170. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.js +96 -153
  171. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.js.map +1 -1
  172. package/node_modules/@oozcitak/dom/lib/algorithm/EventTargetAlgorithm.js +15 -37
  173. package/node_modules/@oozcitak/dom/lib/algorithm/EventTargetAlgorithm.js.map +1 -1
  174. package/node_modules/@oozcitak/dom/lib/algorithm/MutationAlgorithm.js +229 -404
  175. package/node_modules/@oozcitak/dom/lib/algorithm/MutationAlgorithm.js.map +1 -1
  176. package/node_modules/@oozcitak/dom/lib/algorithm/MutationObserverAlgorithm.js +47 -109
  177. package/node_modules/@oozcitak/dom/lib/algorithm/MutationObserverAlgorithm.js.map +1 -1
  178. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.d.ts +5 -1
  179. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.js +19 -19
  180. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.js.map +1 -1
  181. package/node_modules/@oozcitak/dom/lib/algorithm/NodeAlgorithm.js +69 -124
  182. package/node_modules/@oozcitak/dom/lib/algorithm/NodeAlgorithm.js.map +1 -1
  183. package/node_modules/@oozcitak/dom/lib/algorithm/NodeIteratorAlgorithm.js +11 -11
  184. package/node_modules/@oozcitak/dom/lib/algorithm/NodeIteratorAlgorithm.js.map +1 -1
  185. package/node_modules/@oozcitak/dom/lib/algorithm/OrderedSetAlgorithm.js +20 -72
  186. package/node_modules/@oozcitak/dom/lib/algorithm/OrderedSetAlgorithm.js.map +1 -1
  187. package/node_modules/@oozcitak/dom/lib/algorithm/ParentNodeAlgorithm.js +12 -34
  188. package/node_modules/@oozcitak/dom/lib/algorithm/ParentNodeAlgorithm.js.map +1 -1
  189. package/node_modules/@oozcitak/dom/lib/algorithm/RangeAlgorithm.js +183 -289
  190. package/node_modules/@oozcitak/dom/lib/algorithm/RangeAlgorithm.js.map +1 -1
  191. package/node_modules/@oozcitak/dom/lib/algorithm/SelectorsAlgorithm.js +2 -2
  192. package/node_modules/@oozcitak/dom/lib/algorithm/SelectorsAlgorithm.js.map +1 -1
  193. package/node_modules/@oozcitak/dom/lib/algorithm/ShadowTreeAlgorithm.js +65 -140
  194. package/node_modules/@oozcitak/dom/lib/algorithm/ShadowTreeAlgorithm.js.map +1 -1
  195. package/node_modules/@oozcitak/dom/lib/algorithm/TextAlgorithm.js +63 -89
  196. package/node_modules/@oozcitak/dom/lib/algorithm/TextAlgorithm.js.map +1 -1
  197. package/node_modules/@oozcitak/dom/lib/algorithm/TraversalAlgorithm.js +6 -6
  198. package/node_modules/@oozcitak/dom/lib/algorithm/TraversalAlgorithm.js.map +1 -1
  199. package/node_modules/@oozcitak/dom/lib/algorithm/TreeAlgorithm.js +141 -208
  200. package/node_modules/@oozcitak/dom/lib/algorithm/TreeAlgorithm.js.map +1 -1
  201. package/node_modules/@oozcitak/dom/lib/algorithm/TreeWalkerAlgorithm.js +13 -13
  202. package/node_modules/@oozcitak/dom/lib/algorithm/TreeWalkerAlgorithm.js.map +1 -1
  203. package/node_modules/@oozcitak/dom/lib/algorithm/WebIDLAlgorithm.js +1 -1
  204. package/node_modules/@oozcitak/dom/lib/algorithm/WebIDLAlgorithm.js.map +1 -1
  205. package/node_modules/@oozcitak/dom/lib/algorithm/XMLAlgorithm.js +16 -16
  206. package/node_modules/@oozcitak/dom/lib/algorithm/XMLAlgorithm.js.map +1 -1
  207. package/node_modules/@oozcitak/dom/lib/algorithm/index.js +42 -31
  208. package/node_modules/@oozcitak/dom/lib/algorithm/index.js.map +1 -1
  209. package/node_modules/@oozcitak/dom/lib/dom/AbortControllerImpl.js +12 -15
  210. package/node_modules/@oozcitak/dom/lib/dom/AbortControllerImpl.js.map +1 -1
  211. package/node_modules/@oozcitak/dom/lib/dom/AbortSignalImpl.js +20 -43
  212. package/node_modules/@oozcitak/dom/lib/dom/AbortSignalImpl.js.map +1 -1
  213. package/node_modules/@oozcitak/dom/lib/dom/AbstractRangeImpl.js +20 -62
  214. package/node_modules/@oozcitak/dom/lib/dom/AbstractRangeImpl.js.map +1 -1
  215. package/node_modules/@oozcitak/dom/lib/dom/AttrImpl.js +53 -92
  216. package/node_modules/@oozcitak/dom/lib/dom/AttrImpl.js.map +1 -1
  217. package/node_modules/@oozcitak/dom/lib/dom/CDATASectionImpl.js +13 -27
  218. package/node_modules/@oozcitak/dom/lib/dom/CDATASectionImpl.js.map +1 -1
  219. package/node_modules/@oozcitak/dom/lib/dom/CharacterDataImpl.js +40 -88
  220. package/node_modules/@oozcitak/dom/lib/dom/CharacterDataImpl.js.map +1 -1
  221. package/node_modules/@oozcitak/dom/lib/dom/ChildNodeImpl.js +41 -55
  222. package/node_modules/@oozcitak/dom/lib/dom/ChildNodeImpl.js.map +1 -1
  223. package/node_modules/@oozcitak/dom/lib/dom/CommentImpl.js +13 -28
  224. package/node_modules/@oozcitak/dom/lib/dom/CommentImpl.js.map +1 -1
  225. package/node_modules/@oozcitak/dom/lib/dom/CustomEventImpl.js +14 -36
  226. package/node_modules/@oozcitak/dom/lib/dom/CustomEventImpl.js.map +1 -1
  227. package/node_modules/@oozcitak/dom/lib/dom/DOMException.js +114 -204
  228. package/node_modules/@oozcitak/dom/lib/dom/DOMException.js.map +1 -1
  229. package/node_modules/@oozcitak/dom/lib/dom/DOMImpl.js +51 -68
  230. package/node_modules/@oozcitak/dom/lib/dom/DOMImpl.js.map +1 -1
  231. package/node_modules/@oozcitak/dom/lib/dom/DOMImplementationImpl.js +32 -31
  232. package/node_modules/@oozcitak/dom/lib/dom/DOMImplementationImpl.js.map +1 -1
  233. package/node_modules/@oozcitak/dom/lib/dom/DOMTokenListImpl.js +105 -163
  234. package/node_modules/@oozcitak/dom/lib/dom/DOMTokenListImpl.js.map +1 -1
  235. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.d.ts +1 -1
  236. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.js +30 -73
  237. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.js.map +1 -1
  238. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.d.ts +1 -1
  239. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.js +198 -330
  240. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.js.map +1 -1
  241. package/node_modules/@oozcitak/dom/lib/dom/DocumentOrShadowRootImpl.js +3 -5
  242. package/node_modules/@oozcitak/dom/lib/dom/DocumentOrShadowRootImpl.js.map +1 -1
  243. package/node_modules/@oozcitak/dom/lib/dom/DocumentTypeImpl.js +29 -75
  244. package/node_modules/@oozcitak/dom/lib/dom/DocumentTypeImpl.js.map +1 -1
  245. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.d.ts +1 -1
  246. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.js +234 -393
  247. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.js.map +1 -1
  248. package/node_modules/@oozcitak/dom/lib/dom/EventImpl.js +89 -137
  249. package/node_modules/@oozcitak/dom/lib/dom/EventImpl.js.map +1 -1
  250. package/node_modules/@oozcitak/dom/lib/dom/EventTargetImpl.js +32 -57
  251. package/node_modules/@oozcitak/dom/lib/dom/EventTargetImpl.js.map +1 -1
  252. package/node_modules/@oozcitak/dom/lib/dom/HTMLCollectionImpl.js +58 -64
  253. package/node_modules/@oozcitak/dom/lib/dom/HTMLCollectionImpl.js.map +1 -1
  254. package/node_modules/@oozcitak/dom/lib/dom/MutationObserverImpl.js +36 -88
  255. package/node_modules/@oozcitak/dom/lib/dom/MutationObserverImpl.js.map +1 -1
  256. package/node_modules/@oozcitak/dom/lib/dom/MutationRecordImpl.js +33 -60
  257. package/node_modules/@oozcitak/dom/lib/dom/MutationRecordImpl.js.map +1 -1
  258. package/node_modules/@oozcitak/dom/lib/dom/NamedNodeMapImpl.js +33 -47
  259. package/node_modules/@oozcitak/dom/lib/dom/NamedNodeMapImpl.js.map +1 -1
  260. package/node_modules/@oozcitak/dom/lib/dom/NodeFilterImpl.js +58 -42
  261. package/node_modules/@oozcitak/dom/lib/dom/NodeFilterImpl.js.map +1 -1
  262. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.d.ts +1 -1
  263. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.js +375 -471
  264. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.js.map +1 -1
  265. package/node_modules/@oozcitak/dom/lib/dom/NodeIteratorImpl.js +29 -49
  266. package/node_modules/@oozcitak/dom/lib/dom/NodeIteratorImpl.js.map +1 -1
  267. package/node_modules/@oozcitak/dom/lib/dom/NodeListImpl.js +69 -97
  268. package/node_modules/@oozcitak/dom/lib/dom/NodeListImpl.js.map +1 -1
  269. package/node_modules/@oozcitak/dom/lib/dom/NodeListStaticImpl.js +66 -93
  270. package/node_modules/@oozcitak/dom/lib/dom/NodeListStaticImpl.js.map +1 -1
  271. package/node_modules/@oozcitak/dom/lib/dom/NonDocumentTypeChildNodeImpl.js +33 -43
  272. package/node_modules/@oozcitak/dom/lib/dom/NonDocumentTypeChildNodeImpl.js.map +1 -1
  273. package/node_modules/@oozcitak/dom/lib/dom/NonElementParentNodeImpl.js +9 -11
  274. package/node_modules/@oozcitak/dom/lib/dom/NonElementParentNodeImpl.js.map +1 -1
  275. package/node_modules/@oozcitak/dom/lib/dom/ParentNodeImpl.js +73 -121
  276. package/node_modules/@oozcitak/dom/lib/dom/ParentNodeImpl.js.map +1 -1
  277. package/node_modules/@oozcitak/dom/lib/dom/ProcessingInstructionImpl.js +19 -36
  278. package/node_modules/@oozcitak/dom/lib/dom/ProcessingInstructionImpl.js.map +1 -1
  279. package/node_modules/@oozcitak/dom/lib/dom/RangeImpl.js +174 -241
  280. package/node_modules/@oozcitak/dom/lib/dom/RangeImpl.js.map +1 -1
  281. package/node_modules/@oozcitak/dom/lib/dom/ShadowRootImpl.js +22 -43
  282. package/node_modules/@oozcitak/dom/lib/dom/ShadowRootImpl.js.map +1 -1
  283. package/node_modules/@oozcitak/dom/lib/dom/SlotableImpl.js +13 -25
  284. package/node_modules/@oozcitak/dom/lib/dom/SlotableImpl.js.map +1 -1
  285. package/node_modules/@oozcitak/dom/lib/dom/StaticRangeImpl.js +12 -25
  286. package/node_modules/@oozcitak/dom/lib/dom/StaticRangeImpl.js.map +1 -1
  287. package/node_modules/@oozcitak/dom/lib/dom/TextImpl.js +34 -80
  288. package/node_modules/@oozcitak/dom/lib/dom/TextImpl.js.map +1 -1
  289. package/node_modules/@oozcitak/dom/lib/dom/TraverserImpl.js +15 -23
  290. package/node_modules/@oozcitak/dom/lib/dom/TraverserImpl.js.map +1 -1
  291. package/node_modules/@oozcitak/dom/lib/dom/TreeWalkerImpl.js +46 -64
  292. package/node_modules/@oozcitak/dom/lib/dom/TreeWalkerImpl.js.map +1 -1
  293. package/node_modules/@oozcitak/dom/lib/dom/WindowImpl.js +21 -42
  294. package/node_modules/@oozcitak/dom/lib/dom/WindowImpl.js.map +1 -1
  295. package/node_modules/@oozcitak/dom/lib/dom/XMLDocumentImpl.js +6 -20
  296. package/node_modules/@oozcitak/dom/lib/dom/XMLDocumentImpl.js.map +1 -1
  297. package/node_modules/@oozcitak/dom/lib/dom/index.js +92 -91
  298. package/node_modules/@oozcitak/dom/lib/dom/index.js.map +1 -1
  299. package/node_modules/@oozcitak/dom/lib/dom/interfaces.d.ts +28 -25
  300. package/node_modules/@oozcitak/dom/lib/dom/interfaces.js +9 -7
  301. package/node_modules/@oozcitak/dom/lib/dom/interfaces.js.map +1 -1
  302. package/node_modules/@oozcitak/dom/lib/index.js +5 -4
  303. package/node_modules/@oozcitak/dom/lib/index.js.map +1 -1
  304. package/node_modules/@oozcitak/dom/lib/parser/DOMParserImpl.js +13 -15
  305. package/node_modules/@oozcitak/dom/lib/parser/DOMParserImpl.js.map +1 -1
  306. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js +78 -128
  307. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js.map +1 -1
  308. package/node_modules/@oozcitak/dom/lib/parser/XMLStringLexer.js +107 -123
  309. package/node_modules/@oozcitak/dom/lib/parser/XMLStringLexer.js.map +1 -1
  310. package/node_modules/@oozcitak/dom/lib/parser/index.js +2 -1
  311. package/node_modules/@oozcitak/dom/lib/parser/index.js.map +1 -1
  312. package/node_modules/@oozcitak/dom/lib/parser/interfaces.d.ts +2 -2
  313. package/node_modules/@oozcitak/dom/lib/parser/interfaces.js +2 -1
  314. package/node_modules/@oozcitak/dom/lib/parser/interfaces.js.map +1 -1
  315. package/node_modules/@oozcitak/dom/lib/serializer/LocalNameSet.js +10 -12
  316. package/node_modules/@oozcitak/dom/lib/serializer/LocalNameSet.js.map +1 -1
  317. package/node_modules/@oozcitak/dom/lib/serializer/NamespacePrefixMap.js +23 -25
  318. package/node_modules/@oozcitak/dom/lib/serializer/NamespacePrefixMap.js.map +1 -1
  319. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl.js +405 -517
  320. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl.js.map +1 -1
  321. package/node_modules/@oozcitak/dom/lib/serializer/index.js +2 -1
  322. package/node_modules/@oozcitak/dom/lib/serializer/index.js.map +1 -1
  323. package/node_modules/@oozcitak/dom/lib/util/Cast.js +6 -8
  324. package/node_modules/@oozcitak/dom/lib/util/Cast.js.map +1 -1
  325. package/node_modules/@oozcitak/dom/lib/util/EmptySet.d.ts +13 -5
  326. package/node_modules/@oozcitak/dom/lib/util/EmptySet.js +33 -46
  327. package/node_modules/@oozcitak/dom/lib/util/EmptySet.js.map +1 -1
  328. package/node_modules/@oozcitak/dom/lib/util/Guard.js +47 -49
  329. package/node_modules/@oozcitak/dom/lib/util/Guard.js.map +1 -1
  330. package/node_modules/@oozcitak/dom/lib/util/index.js +4 -3
  331. package/node_modules/@oozcitak/dom/lib/util/index.js.map +1 -1
  332. package/node_modules/@oozcitak/dom/package.json +14 -41
  333. package/node_modules/@oozcitak/infra/LICENSE +21 -21
  334. package/node_modules/@oozcitak/infra/README.md +11 -13
  335. package/node_modules/@oozcitak/infra/lib/Base64.js +3 -3
  336. package/node_modules/@oozcitak/infra/lib/Base64.js.map +1 -1
  337. package/node_modules/@oozcitak/infra/lib/Byte.js +1 -1
  338. package/node_modules/@oozcitak/infra/lib/Byte.js.map +1 -1
  339. package/node_modules/@oozcitak/infra/lib/ByteSequence.js +19 -39
  340. package/node_modules/@oozcitak/infra/lib/ByteSequence.js.map +1 -1
  341. package/node_modules/@oozcitak/infra/lib/CodePoints.js +1 -0
  342. package/node_modules/@oozcitak/infra/lib/CodePoints.js.map +1 -1
  343. package/node_modules/@oozcitak/infra/lib/JSON.d.ts +1 -1
  344. package/node_modules/@oozcitak/infra/lib/JSON.js +18 -40
  345. package/node_modules/@oozcitak/infra/lib/JSON.js.map +1 -1
  346. package/node_modules/@oozcitak/infra/lib/List.d.ts +4 -4
  347. package/node_modules/@oozcitak/infra/lib/List.js +49 -173
  348. package/node_modules/@oozcitak/infra/lib/List.js.map +1 -1
  349. package/node_modules/@oozcitak/infra/lib/Map.d.ts +1 -1
  350. package/node_modules/@oozcitak/infra/lib/Map.js +43 -177
  351. package/node_modules/@oozcitak/infra/lib/Map.js.map +1 -1
  352. package/node_modules/@oozcitak/infra/lib/Namespace.js +1 -0
  353. package/node_modules/@oozcitak/infra/lib/Namespace.js.map +1 -1
  354. package/node_modules/@oozcitak/infra/lib/Queue.d.ts +1 -1
  355. package/node_modules/@oozcitak/infra/lib/Queue.js +2 -2
  356. package/node_modules/@oozcitak/infra/lib/Queue.js.map +1 -1
  357. package/node_modules/@oozcitak/infra/lib/Set.d.ts +1 -1
  358. package/node_modules/@oozcitak/infra/lib/Set.js +76 -254
  359. package/node_modules/@oozcitak/infra/lib/Set.js.map +1 -1
  360. package/node_modules/@oozcitak/infra/lib/Stack.d.ts +1 -1
  361. package/node_modules/@oozcitak/infra/lib/Stack.js +2 -2
  362. package/node_modules/@oozcitak/infra/lib/Stack.js.map +1 -1
  363. package/node_modules/@oozcitak/infra/lib/String.d.ts +2 -2
  364. package/node_modules/@oozcitak/infra/lib/String.js +75 -131
  365. package/node_modules/@oozcitak/infra/lib/String.js.map +1 -1
  366. package/node_modules/@oozcitak/infra/lib/index.js +46 -19
  367. package/node_modules/@oozcitak/infra/lib/index.js.map +1 -1
  368. package/node_modules/@oozcitak/infra/package.json +41 -54
  369. package/node_modules/@oozcitak/url/LICENSE +21 -21
  370. package/node_modules/@oozcitak/url/README.md +25 -27
  371. package/node_modules/@oozcitak/url/lib/URLAlgorithm.d.ts +3 -3
  372. package/node_modules/@oozcitak/url/lib/URLAlgorithm.js +287 -460
  373. package/node_modules/@oozcitak/url/lib/URLAlgorithm.js.map +1 -1
  374. package/node_modules/@oozcitak/url/lib/URLImpl.js +285 -331
  375. package/node_modules/@oozcitak/url/lib/URLImpl.js.map +1 -1
  376. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.d.ts +1 -1
  377. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.js +71 -190
  378. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.js.map +1 -1
  379. package/node_modules/@oozcitak/url/lib/index.js +3 -2
  380. package/node_modules/@oozcitak/url/lib/index.js.map +1 -1
  381. package/node_modules/@oozcitak/url/lib/interfaces.d.ts +2 -2
  382. package/node_modules/@oozcitak/url/lib/interfaces.js +2 -1
  383. package/node_modules/@oozcitak/url/lib/interfaces.js.map +1 -1
  384. package/node_modules/@oozcitak/url/package.json +42 -55
  385. package/node_modules/@oozcitak/util/LICENSE +21 -21
  386. package/node_modules/@oozcitak/util/README.md +8 -10
  387. package/node_modules/@oozcitak/util/lib/CompareCache.js +12 -12
  388. package/node_modules/@oozcitak/util/lib/CompareCache.js.map +1 -1
  389. package/node_modules/@oozcitak/util/lib/FixedSizeSet.d.ts +6 -6
  390. package/node_modules/@oozcitak/util/lib/FixedSizeSet.js +42 -117
  391. package/node_modules/@oozcitak/util/lib/FixedSizeSet.js.map +1 -1
  392. package/node_modules/@oozcitak/util/lib/Lazy.js +17 -19
  393. package/node_modules/@oozcitak/util/lib/Lazy.js.map +1 -1
  394. package/node_modules/@oozcitak/util/lib/ObjectCache.d.ts +4 -4
  395. package/node_modules/@oozcitak/util/lib/ObjectCache.js +44 -118
  396. package/node_modules/@oozcitak/util/lib/ObjectCache.js.map +1 -1
  397. package/node_modules/@oozcitak/util/lib/StringWalker.js +41 -47
  398. package/node_modules/@oozcitak/util/lib/StringWalker.js.map +1 -1
  399. package/node_modules/@oozcitak/util/lib/index.d.ts +23 -25
  400. package/node_modules/@oozcitak/util/lib/index.js +62 -88
  401. package/node_modules/@oozcitak/util/lib/index.js.map +1 -1
  402. package/node_modules/@oozcitak/util/package.json +37 -50
  403. package/node_modules/argparse/LICENSE +254 -0
  404. package/node_modules/argparse/README.md +84 -0
  405. package/node_modules/argparse/argparse.js +3707 -0
  406. package/node_modules/argparse/lib/sub.js +67 -0
  407. package/node_modules/argparse/lib/textwrap.js +440 -0
  408. package/node_modules/argparse/package.json +31 -0
  409. package/node_modules/{xmlbuilder2/node_modules/js-yaml → js-yaml}/README.md +36 -88
  410. package/node_modules/{xmlbuilder2/node_modules/js-yaml → js-yaml}/bin/js-yaml.js +17 -23
  411. package/node_modules/js-yaml/dist/js-yaml.js +3880 -0
  412. package/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  413. package/node_modules/{xmlbuilder2/node_modules/js-yaml/dist/js-yaml.js → js-yaml/dist/js-yaml.mjs} +2926 -3075
  414. package/node_modules/js-yaml/index.js +47 -0
  415. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/dumper.js +205 -90
  416. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/exception.js +22 -10
  417. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/loader.js +149 -76
  418. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/schema/core.js +1 -8
  419. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js → js-yaml/lib/schema/default.js} +1 -7
  420. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/schema/json.js +1 -7
  421. package/node_modules/js-yaml/lib/schema.js +121 -0
  422. package/node_modules/js-yaml/lib/snippet.js +101 -0
  423. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/binary.js +4 -17
  424. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/float.js +2 -21
  425. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/int.js +18 -35
  426. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/null.js +2 -1
  427. package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type.js +14 -9
  428. package/node_modules/js-yaml/package.json +66 -0
  429. package/node_modules/xmlbuilder2/README.md +8 -7
  430. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctions.js +36 -37
  431. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctions.js.map +1 -1
  432. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctionsCB.js +3 -3
  433. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctionsCB.js.map +1 -1
  434. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.d.ts +0 -1
  435. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js +235 -333
  436. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js.map +1 -1
  437. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderImpl.js +271 -371
  438. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderImpl.js.map +1 -1
  439. package/node_modules/xmlbuilder2/lib/builder/dom.js +13 -13
  440. package/node_modules/xmlbuilder2/lib/builder/dom.js.map +1 -1
  441. package/node_modules/xmlbuilder2/lib/builder/index.js +9 -8
  442. package/node_modules/xmlbuilder2/lib/builder/index.js.map +1 -1
  443. package/node_modules/xmlbuilder2/lib/constants.js +1 -0
  444. package/node_modules/xmlbuilder2/lib/constants.js.map +1 -1
  445. package/node_modules/xmlbuilder2/lib/index.js +7 -6
  446. package/node_modules/xmlbuilder2/lib/index.js.map +1 -1
  447. package/node_modules/xmlbuilder2/lib/interfaces.d.ts +25 -24
  448. package/node_modules/xmlbuilder2/lib/interfaces.js +1 -0
  449. package/node_modules/xmlbuilder2/lib/interfaces.js.map +1 -1
  450. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js +53 -56
  451. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js.map +1 -1
  452. package/node_modules/xmlbuilder2/lib/readers/JSONReader.js +7 -24
  453. package/node_modules/xmlbuilder2/lib/readers/JSONReader.js.map +1 -1
  454. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js +59 -77
  455. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js.map +1 -1
  456. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js +61 -126
  457. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js.map +1 -1
  458. package/node_modules/xmlbuilder2/lib/readers/YAMLReader.js +9 -26
  459. package/node_modules/xmlbuilder2/lib/readers/YAMLReader.js.map +1 -1
  460. package/node_modules/xmlbuilder2/lib/readers/index.js +5 -4
  461. package/node_modules/xmlbuilder2/lib/readers/index.js.map +1 -1
  462. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.d.ts +1 -0
  463. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.js +14 -8
  464. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.js.map +1 -1
  465. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js +474 -609
  466. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js.map +1 -1
  467. package/node_modules/xmlbuilder2/lib/writers/JSONCBWriter.js +48 -64
  468. package/node_modules/xmlbuilder2/lib/writers/JSONCBWriter.js.map +1 -1
  469. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js +54 -95
  470. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js.map +1 -1
  471. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js +21 -36
  472. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js.map +1 -1
  473. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js +131 -166
  474. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js.map +1 -1
  475. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.d.ts +1 -1
  476. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.js +42 -56
  477. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.js.map +1 -1
  478. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js +48 -62
  479. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js.map +1 -1
  480. package/node_modules/xmlbuilder2/lib/writers/YAMLCBWriter.js +43 -59
  481. package/node_modules/xmlbuilder2/lib/writers/YAMLCBWriter.js.map +1 -1
  482. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js +49 -89
  483. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js.map +1 -1
  484. package/node_modules/xmlbuilder2/lib/writers/index.js +6 -5
  485. package/node_modules/xmlbuilder2/lib/writers/index.js.map +1 -1
  486. package/node_modules/xmlbuilder2/lib/xmlbuilder2.min.js +2 -8
  487. package/node_modules/xmlbuilder2/lib/xmlbuilder2.min.js.LICENSE.txt +10 -0
  488. package/node_modules/xmlbuilder2/package.json +34 -52
  489. package/package.json +8 -13
  490. package/node_modules/sprintf-js/.npmignore +0 -1
  491. package/node_modules/sprintf-js/LICENSE +0 -24
  492. package/node_modules/sprintf-js/README.md +0 -88
  493. package/node_modules/sprintf-js/bower.json +0 -14
  494. package/node_modules/sprintf-js/demo/angular.html +0 -20
  495. package/node_modules/sprintf-js/dist/angular-sprintf.min.js +0 -4
  496. package/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +0 -1
  497. package/node_modules/sprintf-js/dist/angular-sprintf.min.map +0 -1
  498. package/node_modules/sprintf-js/dist/sprintf.min.js +0 -4
  499. package/node_modules/sprintf-js/dist/sprintf.min.js.map +0 -1
  500. package/node_modules/sprintf-js/dist/sprintf.min.map +0 -1
  501. package/node_modules/sprintf-js/gruntfile.js +0 -36
  502. package/node_modules/sprintf-js/package.json +0 -22
  503. package/node_modules/sprintf-js/src/angular-sprintf.js +0 -18
  504. package/node_modules/sprintf-js/src/sprintf.js +0 -208
  505. package/node_modules/sprintf-js/test/test.js +0 -82
  506. package/node_modules/xmlbuilder2/node_modules/argparse/LICENSE +0 -21
  507. package/node_modules/xmlbuilder2/node_modules/argparse/README.md +0 -257
  508. package/node_modules/xmlbuilder2/node_modules/argparse/index.js +0 -3
  509. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/append/constant.js +0 -47
  510. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/append.js +0 -53
  511. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/count.js +0 -40
  512. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/help.js +0 -47
  513. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/constant.js +0 -43
  514. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/false.js +0 -27
  515. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/true.js +0 -26
  516. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store.js +0 -50
  517. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/subparsers.js +0 -149
  518. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/version.js +0 -47
  519. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action.js +0 -146
  520. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action_container.js +0 -482
  521. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argparse.js +0 -14
  522. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/error.js +0 -50
  523. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/exclusive.js +0 -54
  524. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/group.js +0 -75
  525. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument_parser.js +0 -1161
  526. package/node_modules/xmlbuilder2/node_modules/argparse/lib/const.js +0 -21
  527. package/node_modules/xmlbuilder2/node_modules/argparse/lib/help/added_formatters.js +0 -87
  528. package/node_modules/xmlbuilder2/node_modules/argparse/lib/help/formatter.js +0 -795
  529. package/node_modules/xmlbuilder2/node_modules/argparse/lib/namespace.js +0 -76
  530. package/node_modules/xmlbuilder2/node_modules/argparse/lib/utils.js +0 -57
  531. package/node_modules/xmlbuilder2/node_modules/argparse/package.json +0 -34
  532. package/node_modules/xmlbuilder2/node_modules/js-yaml/dist/js-yaml.min.js +0 -1
  533. package/node_modules/xmlbuilder2/node_modules/js-yaml/index.js +0 -7
  534. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/mark.js +0 -76
  535. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +0 -25
  536. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema.js +0 -108
  537. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/function.js +0 -93
  538. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +0 -60
  539. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +0 -28
  540. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml.js +0 -39
  541. package/node_modules/xmlbuilder2/node_modules/js-yaml/package.json +0 -49
  542. /package/node_modules/{xmlbuilder2/node_modules/js-yaml → js-yaml}/LICENSE +0 -0
  543. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/common.js +0 -0
  544. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/schema/failsafe.js +0 -0
  545. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/bool.js +0 -0
  546. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/map.js +0 -0
  547. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/merge.js +0 -0
  548. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/omap.js +0 -0
  549. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/pairs.js +0 -0
  550. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/seq.js +0 -0
  551. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/set.js +0 -0
  552. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/str.js +0 -0
  553. /package/node_modules/{xmlbuilder2/node_modules/js-yaml/lib/js-yaml → js-yaml/lib}/type/timestamp.js +0 -0
  554. /package/node_modules/xmlbuilder2/{LICENSE → LICENSE.txt} +0 -0
package/.jsii CHANGED
@@ -22,7 +22,7 @@
22
22
  "parse-conflict-json": "^4.0.0",
23
23
  "semver": "^7.7.3",
24
24
  "shx": "^0.4.0",
25
- "xmlbuilder2": "^3.1.1",
25
+ "xmlbuilder2": "^4.0.3",
26
26
  "yaml": "^2.2.2",
27
27
  "yargs": "^17.7.2"
28
28
  },
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "5.9.20 (build 6e2b13a)",
64
+ "jsiiVersion": "5.9.21 (build f1fe2ef)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -5953,7 +5953,7 @@
5953
5953
  },
5954
5954
  "locationInModule": {
5955
5955
  "filename": "src/json.ts",
5956
- "line": 43
5956
+ "line": 56
5957
5957
  },
5958
5958
  "name": "synthesizeContent",
5959
5959
  "overrides": "projen.ObjectFile",
@@ -57445,7 +57445,7 @@
57445
57445
  "kind": "interface",
57446
57446
  "locationInModule": {
57447
57447
  "filename": "src/javascript/biome/biome-config.ts",
57448
- "line": 935
57448
+ "line": 955
57449
57449
  },
57450
57450
  "name": "Actions",
57451
57451
  "namespace": "javascript.biome_config",
@@ -57463,7 +57463,7 @@
57463
57463
  "immutable": true,
57464
57464
  "locationInModule": {
57465
57465
  "filename": "src/javascript/biome/biome-config.ts",
57466
- "line": 941
57466
+ "line": 961
57467
57467
  },
57468
57468
  "name": "recommended",
57469
57469
  "optional": true,
@@ -57482,7 +57482,7 @@
57482
57482
  "immutable": true,
57483
57483
  "locationInModule": {
57484
57484
  "filename": "src/javascript/biome/biome-config.ts",
57485
- "line": 946
57485
+ "line": 966
57486
57486
  },
57487
57487
  "name": "source",
57488
57488
  "optional": true,
@@ -57505,7 +57505,7 @@
57505
57505
  "kind": "enum",
57506
57506
  "locationInModule": {
57507
57507
  "filename": "src/javascript/biome/biome-config.ts",
57508
- "line": 2520
57508
+ "line": 2594
57509
57509
  },
57510
57510
  "members": [
57511
57511
  {
@@ -57540,7 +57540,7 @@
57540
57540
  "kind": "interface",
57541
57541
  "locationInModule": {
57542
57542
  "filename": "src/javascript/biome/biome-config.ts",
57543
- "line": 154
57543
+ "line": 155
57544
57544
  },
57545
57545
  "name": "AssistConfiguration",
57546
57546
  "namespace": "javascript.biome_config",
@@ -57557,7 +57557,7 @@
57557
57557
  "immutable": true,
57558
57558
  "locationInModule": {
57559
57559
  "filename": "src/javascript/biome/biome-config.ts",
57560
- "line": 160
57560
+ "line": 161
57561
57561
  },
57562
57562
  "name": "actions",
57563
57563
  "optional": true,
@@ -57577,7 +57577,7 @@
57577
57577
  "immutable": true,
57578
57578
  "locationInModule": {
57579
57579
  "filename": "src/javascript/biome/biome-config.ts",
57580
- "line": 167
57580
+ "line": 168
57581
57581
  },
57582
57582
  "name": "enabled",
57583
57583
  "optional": true,
@@ -57591,14 +57591,14 @@
57591
57591
  "custom": {
57592
57592
  "schema": "AssistConfiguration#includes"
57593
57593
  },
57594
- "remarks": "Biome will include files/folders that will match these patterns.",
57594
+ "remarks": "Biome will include files/folders that will\nmatch these patterns.",
57595
57595
  "stability": "experimental",
57596
57596
  "summary": "A list of glob patterns."
57597
57597
  },
57598
57598
  "immutable": true,
57599
57599
  "locationInModule": {
57600
57600
  "filename": "src/javascript/biome/biome-config.ts",
57601
- "line": 174
57601
+ "line": 176
57602
57602
  },
57603
57603
  "name": "includes",
57604
57604
  "optional": true,
@@ -57626,7 +57626,7 @@
57626
57626
  "kind": "enum",
57627
57627
  "locationInModule": {
57628
57628
  "filename": "src/javascript/biome/biome-config.ts",
57629
- "line": 1143
57629
+ "line": 1163
57630
57630
  },
57631
57631
  "members": [
57632
57632
  {
@@ -57955,7 +57955,7 @@
57955
57955
  "immutable": true,
57956
57956
  "locationInModule": {
57957
57957
  "filename": "src/javascript/biome/biome-config.ts",
57958
- "line": 111
57958
+ "line": 112
57959
57959
  },
57960
57960
  "name": "root",
57961
57961
  "optional": true,
@@ -57995,7 +57995,7 @@
57995
57995
  "immutable": true,
57996
57996
  "locationInModule": {
57997
57997
  "filename": "src/javascript/biome/biome-config.ts",
57998
- "line": 118
57998
+ "line": 119
57999
57999
  },
58000
58000
  "name": "vcs",
58001
58001
  "optional": true,
@@ -58020,7 +58020,7 @@
58020
58020
  "kind": "interface",
58021
58021
  "locationInModule": {
58022
58022
  "filename": "src/javascript/biome/biome-config.ts",
58023
- "line": 970
58023
+ "line": 990
58024
58024
  },
58025
58025
  "name": "CssAssistConfiguration",
58026
58026
  "namespace": "javascript.biome_config",
@@ -58037,7 +58037,7 @@
58037
58037
  "immutable": true,
58038
58038
  "locationInModule": {
58039
58039
  "filename": "src/javascript/biome/biome-config.ts",
58040
- "line": 976
58040
+ "line": 996
58041
58041
  },
58042
58042
  "name": "enabled",
58043
58043
  "optional": true,
@@ -58062,7 +58062,7 @@
58062
58062
  "kind": "interface",
58063
58063
  "locationInModule": {
58064
58064
  "filename": "src/javascript/biome/biome-config.ts",
58065
- "line": 199
58065
+ "line": 201
58066
58066
  },
58067
58067
  "name": "CssConfiguration",
58068
58068
  "namespace": "javascript.biome_config",
@@ -58079,7 +58079,7 @@
58079
58079
  "immutable": true,
58080
58080
  "locationInModule": {
58081
58081
  "filename": "src/javascript/biome/biome-config.ts",
58082
- "line": 205
58082
+ "line": 207
58083
58083
  },
58084
58084
  "name": "assist",
58085
58085
  "optional": true,
@@ -58099,7 +58099,7 @@
58099
58099
  "immutable": true,
58100
58100
  "locationInModule": {
58101
58101
  "filename": "src/javascript/biome/biome-config.ts",
58102
- "line": 212
58102
+ "line": 214
58103
58103
  },
58104
58104
  "name": "formatter",
58105
58105
  "optional": true,
@@ -58119,7 +58119,7 @@
58119
58119
  "immutable": true,
58120
58120
  "locationInModule": {
58121
58121
  "filename": "src/javascript/biome/biome-config.ts",
58122
- "line": 219
58122
+ "line": 221
58123
58123
  },
58124
58124
  "name": "globals",
58125
58125
  "optional": true,
@@ -58144,7 +58144,7 @@
58144
58144
  "immutable": true,
58145
58145
  "locationInModule": {
58146
58146
  "filename": "src/javascript/biome/biome-config.ts",
58147
- "line": 226
58147
+ "line": 228
58148
58148
  },
58149
58149
  "name": "linter",
58150
58150
  "optional": true,
@@ -58164,7 +58164,7 @@
58164
58164
  "immutable": true,
58165
58165
  "locationInModule": {
58166
58166
  "filename": "src/javascript/biome/biome-config.ts",
58167
- "line": 233
58167
+ "line": 235
58168
58168
  },
58169
58169
  "name": "parser",
58170
58170
  "optional": true,
@@ -58189,7 +58189,7 @@
58189
58189
  "kind": "interface",
58190
58190
  "locationInModule": {
58191
58191
  "filename": "src/javascript/biome/biome-config.ts",
58192
- "line": 999
58192
+ "line": 1019
58193
58193
  },
58194
58194
  "name": "CssFormatterConfiguration",
58195
58195
  "namespace": "javascript.biome_config",
@@ -58206,7 +58206,7 @@
58206
58206
  "immutable": true,
58207
58207
  "locationInModule": {
58208
58208
  "filename": "src/javascript/biome/biome-config.ts",
58209
- "line": 1005
58209
+ "line": 1025
58210
58210
  },
58211
58211
  "name": "enabled",
58212
58212
  "optional": true,
@@ -58226,7 +58226,7 @@
58226
58226
  "immutable": true,
58227
58227
  "locationInModule": {
58228
58228
  "filename": "src/javascript/biome/biome-config.ts",
58229
- "line": 1012
58229
+ "line": 1032
58230
58230
  },
58231
58231
  "name": "indentStyle",
58232
58232
  "optional": true,
@@ -58248,7 +58248,7 @@
58248
58248
  "immutable": true,
58249
58249
  "locationInModule": {
58250
58250
  "filename": "src/javascript/biome/biome-config.ts",
58251
- "line": 1020
58251
+ "line": 1040
58252
58252
  },
58253
58253
  "name": "indentWidth",
58254
58254
  "optional": true,
@@ -58269,7 +58269,7 @@
58269
58269
  "immutable": true,
58270
58270
  "locationInModule": {
58271
58271
  "filename": "src/javascript/biome/biome-config.ts",
58272
- "line": 1027
58272
+ "line": 1047
58273
58273
  },
58274
58274
  "name": "lineEnding",
58275
58275
  "optional": true,
@@ -58291,7 +58291,7 @@
58291
58291
  "immutable": true,
58292
58292
  "locationInModule": {
58293
58293
  "filename": "src/javascript/biome/biome-config.ts",
58294
- "line": 1035
58294
+ "line": 1055
58295
58295
  },
58296
58296
  "name": "lineWidth",
58297
58297
  "optional": true,
@@ -58313,7 +58313,7 @@
58313
58313
  "immutable": true,
58314
58314
  "locationInModule": {
58315
58315
  "filename": "src/javascript/biome/biome-config.ts",
58316
- "line": 1043
58316
+ "line": 1063
58317
58317
  },
58318
58318
  "name": "quoteStyle",
58319
58319
  "optional": true,
@@ -58338,7 +58338,7 @@
58338
58338
  "kind": "interface",
58339
58339
  "locationInModule": {
58340
58340
  "filename": "src/javascript/biome/biome-config.ts",
58341
- "line": 1071
58341
+ "line": 1091
58342
58342
  },
58343
58343
  "name": "CssLinterConfiguration",
58344
58344
  "namespace": "javascript.biome_config",
@@ -58355,7 +58355,7 @@
58355
58355
  "immutable": true,
58356
58356
  "locationInModule": {
58357
58357
  "filename": "src/javascript/biome/biome-config.ts",
58358
- "line": 1077
58358
+ "line": 1097
58359
58359
  },
58360
58360
  "name": "enabled",
58361
58361
  "optional": true,
@@ -58380,7 +58380,7 @@
58380
58380
  "kind": "interface",
58381
58381
  "locationInModule": {
58382
58382
  "filename": "src/javascript/biome/biome-config.ts",
58383
- "line": 1100
58383
+ "line": 1120
58384
58384
  },
58385
58385
  "name": "CssParserConfiguration",
58386
58386
  "namespace": "javascript.biome_config",
@@ -58397,7 +58397,7 @@
58397
58397
  "immutable": true,
58398
58398
  "locationInModule": {
58399
58399
  "filename": "src/javascript/biome/biome-config.ts",
58400
- "line": 1106
58400
+ "line": 1126
58401
58401
  },
58402
58402
  "name": "allowWrongLineComments",
58403
58403
  "optional": true,
@@ -58417,7 +58417,7 @@
58417
58417
  "immutable": true,
58418
58418
  "locationInModule": {
58419
58419
  "filename": "src/javascript/biome/biome-config.ts",
58420
- "line": 1113
58420
+ "line": 1133
58421
58421
  },
58422
58422
  "name": "cssModules",
58423
58423
  "optional": true,
@@ -58437,7 +58437,7 @@
58437
58437
  "immutable": true,
58438
58438
  "locationInModule": {
58439
58439
  "filename": "src/javascript/biome/biome-config.ts",
58440
- "line": 1120
58440
+ "line": 1140
58441
58441
  },
58442
58442
  "name": "tailwindDirectives",
58443
58443
  "optional": true,
@@ -58460,27 +58460,30 @@
58460
58460
  "kind": "enum",
58461
58461
  "locationInModule": {
58462
58462
  "filename": "src/javascript/biome/biome-config.ts",
58463
- "line": 1153
58463
+ "line": 1173
58464
58464
  },
58465
58465
  "members": [
58466
58466
  {
58467
58467
  "docs": {
58468
+ "remarks": "Arrays are always\nexpanded if they are shorter than the line width. (auto)",
58468
58469
  "stability": "experimental",
58469
- "summary": "auto."
58470
+ "summary": "Objects are expanded when the first property has a leading newline."
58470
58471
  },
58471
58472
  "name": "AUTO"
58472
58473
  },
58473
58474
  {
58474
58475
  "docs": {
58476
+ "remarks": "(always)",
58475
58477
  "stability": "experimental",
58476
- "summary": "always."
58478
+ "summary": "Objects and arrays are always expanded."
58477
58479
  },
58478
58480
  "name": "ALWAYS"
58479
58481
  },
58480
58482
  {
58481
58483
  "docs": {
58484
+ "remarks": "(never)",
58482
58485
  "stability": "experimental",
58483
- "summary": "never."
58486
+ "summary": "Objects and arrays are never expanded, if they are shorter than the line width."
58484
58487
  },
58485
58488
  "name": "NEVER"
58486
58489
  }
@@ -58503,7 +58506,7 @@
58503
58506
  "kind": "interface",
58504
58507
  "locationInModule": {
58505
58508
  "filename": "src/javascript/biome/biome-config.ts",
58506
- "line": 260
58509
+ "line": 262
58507
58510
  },
58508
58511
  "name": "FilesConfiguration",
58509
58512
  "namespace": "javascript.biome_config",
@@ -58514,14 +58517,14 @@
58514
58517
  "custom": {
58515
58518
  "schema": "FilesConfiguration#experimentalScannerIgnores"
58516
58519
  },
58517
- "remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
58520
+ "remarks": "Set of file and folder names that should be unconditionally ignored by\nBiome's scanner.",
58518
58521
  "stability": "experimental",
58519
58522
  "summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: <https://biomejs.dev/reference/configuration/#filesincludes>."
58520
58523
  },
58521
58524
  "immutable": true,
58522
58525
  "locationInModule": {
58523
58526
  "filename": "src/javascript/biome/biome-config.ts",
58524
- "line": 268
58527
+ "line": 272
58525
58528
  },
58526
58529
  "name": "experimentalScannerIgnores",
58527
58530
  "optional": true,
@@ -58546,7 +58549,7 @@
58546
58549
  "immutable": true,
58547
58550
  "locationInModule": {
58548
58551
  "filename": "src/javascript/biome/biome-config.ts",
58549
- "line": 275
58552
+ "line": 279
58550
58553
  },
58551
58554
  "name": "ignoreUnknown",
58552
58555
  "optional": true,
@@ -58560,14 +58563,14 @@
58560
58563
  "custom": {
58561
58564
  "schema": "FilesConfiguration#includes"
58562
58565
  },
58563
- "remarks": "Biome will handle only those files/folders that will match these patterns.",
58566
+ "remarks": "Biome will handle only those files/folders that will\nmatch these patterns.",
58564
58567
  "stability": "experimental",
58565
58568
  "summary": "A list of glob patterns."
58566
58569
  },
58567
58570
  "immutable": true,
58568
58571
  "locationInModule": {
58569
58572
  "filename": "src/javascript/biome/biome-config.ts",
58570
- "line": 282
58573
+ "line": 287
58571
58574
  },
58572
58575
  "name": "includes",
58573
58576
  "optional": true,
@@ -58587,14 +58590,14 @@
58587
58590
  "schema": "FilesConfiguration#maxSize"
58588
58591
  },
58589
58592
  "default": "1 MiB",
58590
- "remarks": "Files above this limit will be ignored for performance reasons. Defaults to 1 MiB",
58593
+ "remarks": "Files above\nthis limit will be ignored for performance reasons. Defaults to 1 MiB",
58591
58594
  "stability": "experimental",
58592
58595
  "summary": "The maximum allowed size for source code files in bytes."
58593
58596
  },
58594
58597
  "immutable": true,
58595
58598
  "locationInModule": {
58596
58599
  "filename": "src/javascript/biome/biome-config.ts",
58597
- "line": 290
58600
+ "line": 296
58598
58601
  },
58599
58602
  "name": "maxSize",
58600
58603
  "optional": true,
@@ -58619,7 +58622,7 @@
58619
58622
  "kind": "interface",
58620
58623
  "locationInModule": {
58621
58624
  "filename": "src/javascript/biome/biome-config.ts",
58622
- "line": 316
58625
+ "line": 322
58623
58626
  },
58624
58627
  "name": "FormatterConfiguration",
58625
58628
  "namespace": "javascript.biome_config",
@@ -58638,7 +58641,7 @@
58638
58641
  "immutable": true,
58639
58642
  "locationInModule": {
58640
58643
  "filename": "src/javascript/biome/biome-config.ts",
58641
- "line": 323
58644
+ "line": 329
58642
58645
  },
58643
58646
  "name": "attributePosition",
58644
58647
  "optional": true,
@@ -58658,7 +58661,7 @@
58658
58661
  "immutable": true,
58659
58662
  "locationInModule": {
58660
58663
  "filename": "src/javascript/biome/biome-config.ts",
58661
- "line": 330
58664
+ "line": 336
58662
58665
  },
58663
58666
  "name": "bracketSameLine",
58664
58667
  "optional": true,
@@ -58680,7 +58683,7 @@
58680
58683
  "immutable": true,
58681
58684
  "locationInModule": {
58682
58685
  "filename": "src/javascript/biome/biome-config.ts",
58683
- "line": 338
58686
+ "line": 344
58684
58687
  },
58685
58688
  "name": "bracketSpacing",
58686
58689
  "optional": true,
@@ -58699,7 +58702,7 @@
58699
58702
  "immutable": true,
58700
58703
  "locationInModule": {
58701
58704
  "filename": "src/javascript/biome/biome-config.ts",
58702
- "line": 343
58705
+ "line": 349
58703
58706
  },
58704
58707
  "name": "enabled",
58705
58708
  "optional": true,
@@ -58714,14 +58717,14 @@
58714
58717
  "schema": "FormatterConfiguration#expand"
58715
58718
  },
58716
58719
  "default": "auto\".",
58717
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline, and array literals are formatted on a single line if it fits in the line. When set to `always`, these literals are formatted on multiple lines, regardless of length of the list. When set to `never`, these literals are formatted on a single line if it fits in the line. When formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
58720
+ "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
58718
58721
  "stability": "experimental",
58719
58722
  "summary": "Whether to expand arrays and objects on multiple lines."
58720
58723
  },
58721
58724
  "immutable": true,
58722
58725
  "locationInModule": {
58723
58726
  "filename": "src/javascript/biome/biome-config.ts",
58724
- "line": 351
58727
+ "line": 362
58725
58728
  },
58726
58729
  "name": "expand",
58727
58730
  "optional": true,
@@ -58741,7 +58744,7 @@
58741
58744
  "immutable": true,
58742
58745
  "locationInModule": {
58743
58746
  "filename": "src/javascript/biome/biome-config.ts",
58744
- "line": 358
58747
+ "line": 370
58745
58748
  },
58746
58749
  "name": "formatWithErrors",
58747
58750
  "optional": true,
@@ -58755,14 +58758,14 @@
58755
58758
  "custom": {
58756
58759
  "schema": "FormatterConfiguration#includes"
58757
58760
  },
58758
- "remarks": "The formatter will include files/folders that will match these patterns.",
58761
+ "remarks": "The formatter will include files/folders that will\nmatch these patterns.",
58759
58762
  "stability": "experimental",
58760
58763
  "summary": "A list of glob patterns."
58761
58764
  },
58762
58765
  "immutable": true,
58763
58766
  "locationInModule": {
58764
58767
  "filename": "src/javascript/biome/biome-config.ts",
58765
- "line": 365
58768
+ "line": 378
58766
58769
  },
58767
58770
  "name": "includes",
58768
58771
  "optional": true,
@@ -58787,7 +58790,7 @@
58787
58790
  "immutable": true,
58788
58791
  "locationInModule": {
58789
58792
  "filename": "src/javascript/biome/biome-config.ts",
58790
- "line": 372
58793
+ "line": 385
58791
58794
  },
58792
58795
  "name": "indentStyle",
58793
58796
  "optional": true,
@@ -58807,7 +58810,7 @@
58807
58810
  "immutable": true,
58808
58811
  "locationInModule": {
58809
58812
  "filename": "src/javascript/biome/biome-config.ts",
58810
- "line": 379
58813
+ "line": 392
58811
58814
  },
58812
58815
  "name": "indentWidth",
58813
58816
  "optional": true,
@@ -58827,7 +58830,7 @@
58827
58830
  "immutable": true,
58828
58831
  "locationInModule": {
58829
58832
  "filename": "src/javascript/biome/biome-config.ts",
58830
- "line": 386
58833
+ "line": 399
58831
58834
  },
58832
58835
  "name": "lineEnding",
58833
58836
  "optional": true,
@@ -58849,7 +58852,7 @@
58849
58852
  "immutable": true,
58850
58853
  "locationInModule": {
58851
58854
  "filename": "src/javascript/biome/biome-config.ts",
58852
- "line": 394
58855
+ "line": 407
58853
58856
  },
58854
58857
  "name": "lineWidth",
58855
58858
  "optional": true,
@@ -58870,7 +58873,7 @@
58870
58873
  "immutable": true,
58871
58874
  "locationInModule": {
58872
58875
  "filename": "src/javascript/biome/biome-config.ts",
58873
- "line": 403
58876
+ "line": 417
58874
58877
  },
58875
58878
  "name": "useEditorconfig",
58876
58879
  "optional": true,
@@ -58895,7 +58898,7 @@
58895
58898
  "kind": "interface",
58896
58899
  "locationInModule": {
58897
58900
  "filename": "src/javascript/biome/biome-config.ts",
58898
- "line": 1191
58901
+ "line": 1212
58899
58902
  },
58900
58903
  "name": "GraphqlAssistConfiguration",
58901
58904
  "namespace": "javascript.biome_config",
@@ -58912,7 +58915,7 @@
58912
58915
  "immutable": true,
58913
58916
  "locationInModule": {
58914
58917
  "filename": "src/javascript/biome/biome-config.ts",
58915
- "line": 1197
58918
+ "line": 1218
58916
58919
  },
58917
58920
  "name": "enabled",
58918
58921
  "optional": true,
@@ -58937,7 +58940,7 @@
58937
58940
  "kind": "interface",
58938
58941
  "locationInModule": {
58939
58942
  "filename": "src/javascript/biome/biome-config.ts",
58940
- "line": 437
58943
+ "line": 451
58941
58944
  },
58942
58945
  "name": "GraphqlConfiguration",
58943
58946
  "namespace": "javascript.biome_config",
@@ -58954,7 +58957,7 @@
58954
58957
  "immutable": true,
58955
58958
  "locationInModule": {
58956
58959
  "filename": "src/javascript/biome/biome-config.ts",
58957
- "line": 443
58960
+ "line": 457
58958
58961
  },
58959
58962
  "name": "assist",
58960
58963
  "optional": true,
@@ -58974,7 +58977,7 @@
58974
58977
  "immutable": true,
58975
58978
  "locationInModule": {
58976
58979
  "filename": "src/javascript/biome/biome-config.ts",
58977
- "line": 450
58980
+ "line": 464
58978
58981
  },
58979
58982
  "name": "formatter",
58980
58983
  "optional": true,
@@ -58993,7 +58996,7 @@
58993
58996
  "immutable": true,
58994
58997
  "locationInModule": {
58995
58998
  "filename": "src/javascript/biome/biome-config.ts",
58996
- "line": 455
58999
+ "line": 469
58997
59000
  },
58998
59001
  "name": "linter",
58999
59002
  "optional": true,
@@ -59018,7 +59021,7 @@
59018
59021
  "kind": "interface",
59019
59022
  "locationInModule": {
59020
59023
  "filename": "src/javascript/biome/biome-config.ts",
59021
- "line": 1220
59024
+ "line": 1241
59022
59025
  },
59023
59026
  "name": "GraphqlFormatterConfiguration",
59024
59027
  "namespace": "javascript.biome_config",
@@ -59037,7 +59040,7 @@
59037
59040
  "immutable": true,
59038
59041
  "locationInModule": {
59039
59042
  "filename": "src/javascript/biome/biome-config.ts",
59040
- "line": 1227
59043
+ "line": 1248
59041
59044
  },
59042
59045
  "name": "bracketSpacing",
59043
59046
  "optional": true,
@@ -59057,7 +59060,7 @@
59057
59060
  "immutable": true,
59058
59061
  "locationInModule": {
59059
59062
  "filename": "src/javascript/biome/biome-config.ts",
59060
- "line": 1234
59063
+ "line": 1255
59061
59064
  },
59062
59065
  "name": "enabled",
59063
59066
  "optional": true,
@@ -59077,7 +59080,7 @@
59077
59080
  "immutable": true,
59078
59081
  "locationInModule": {
59079
59082
  "filename": "src/javascript/biome/biome-config.ts",
59080
- "line": 1241
59083
+ "line": 1262
59081
59084
  },
59082
59085
  "name": "indentStyle",
59083
59086
  "optional": true,
@@ -59099,7 +59102,7 @@
59099
59102
  "immutable": true,
59100
59103
  "locationInModule": {
59101
59104
  "filename": "src/javascript/biome/biome-config.ts",
59102
- "line": 1249
59105
+ "line": 1270
59103
59106
  },
59104
59107
  "name": "indentWidth",
59105
59108
  "optional": true,
@@ -59120,7 +59123,7 @@
59120
59123
  "immutable": true,
59121
59124
  "locationInModule": {
59122
59125
  "filename": "src/javascript/biome/biome-config.ts",
59123
- "line": 1256
59126
+ "line": 1277
59124
59127
  },
59125
59128
  "name": "lineEnding",
59126
59129
  "optional": true,
@@ -59142,7 +59145,7 @@
59142
59145
  "immutable": true,
59143
59146
  "locationInModule": {
59144
59147
  "filename": "src/javascript/biome/biome-config.ts",
59145
- "line": 1264
59148
+ "line": 1285
59146
59149
  },
59147
59150
  "name": "lineWidth",
59148
59151
  "optional": true,
@@ -59164,7 +59167,7 @@
59164
59167
  "immutable": true,
59165
59168
  "locationInModule": {
59166
59169
  "filename": "src/javascript/biome/biome-config.ts",
59167
- "line": 1272
59170
+ "line": 1293
59168
59171
  },
59169
59172
  "name": "quoteStyle",
59170
59173
  "optional": true,
@@ -59189,7 +59192,7 @@
59189
59192
  "kind": "interface",
59190
59193
  "locationInModule": {
59191
59194
  "filename": "src/javascript/biome/biome-config.ts",
59192
- "line": 1301
59195
+ "line": 1322
59193
59196
  },
59194
59197
  "name": "GraphqlLinterConfiguration",
59195
59198
  "namespace": "javascript.biome_config",
@@ -59206,7 +59209,7 @@
59206
59209
  "immutable": true,
59207
59210
  "locationInModule": {
59208
59211
  "filename": "src/javascript/biome/biome-config.ts",
59209
- "line": 1307
59212
+ "line": 1328
59210
59213
  },
59211
59214
  "name": "enabled",
59212
59215
  "optional": true,
@@ -59230,7 +59233,7 @@
59230
59233
  "kind": "interface",
59231
59234
  "locationInModule": {
59232
59235
  "filename": "src/javascript/biome/biome-config.ts",
59233
- "line": 1328
59236
+ "line": 1349
59234
59237
  },
59235
59238
  "name": "GritAssistConfiguration",
59236
59239
  "namespace": "javascript.biome_config",
@@ -59247,7 +59250,7 @@
59247
59250
  "immutable": true,
59248
59251
  "locationInModule": {
59249
59252
  "filename": "src/javascript/biome/biome-config.ts",
59250
- "line": 1334
59253
+ "line": 1355
59251
59254
  },
59252
59255
  "name": "enabled",
59253
59256
  "optional": true,
@@ -59272,7 +59275,7 @@
59272
59275
  "kind": "interface",
59273
59276
  "locationInModule": {
59274
59277
  "filename": "src/javascript/biome/biome-config.ts",
59275
- "line": 480
59278
+ "line": 494
59276
59279
  },
59277
59280
  "name": "GritConfiguration",
59278
59281
  "namespace": "javascript.biome_config",
@@ -59289,7 +59292,7 @@
59289
59292
  "immutable": true,
59290
59293
  "locationInModule": {
59291
59294
  "filename": "src/javascript/biome/biome-config.ts",
59292
- "line": 486
59295
+ "line": 500
59293
59296
  },
59294
59297
  "name": "assist",
59295
59298
  "optional": true,
@@ -59309,7 +59312,7 @@
59309
59312
  "immutable": true,
59310
59313
  "locationInModule": {
59311
59314
  "filename": "src/javascript/biome/biome-config.ts",
59312
- "line": 493
59315
+ "line": 507
59313
59316
  },
59314
59317
  "name": "formatter",
59315
59318
  "optional": true,
@@ -59329,7 +59332,7 @@
59329
59332
  "immutable": true,
59330
59333
  "locationInModule": {
59331
59334
  "filename": "src/javascript/biome/biome-config.ts",
59332
- "line": 500
59335
+ "line": 514
59333
59336
  },
59334
59337
  "name": "linter",
59335
59338
  "optional": true,
@@ -59353,7 +59356,7 @@
59353
59356
  "kind": "interface",
59354
59357
  "locationInModule": {
59355
59358
  "filename": "src/javascript/biome/biome-config.ts",
59356
- "line": 1355
59359
+ "line": 1376
59357
59360
  },
59358
59361
  "name": "GritFormatterConfiguration",
59359
59362
  "namespace": "javascript.biome_config",
@@ -59370,7 +59373,7 @@
59370
59373
  "immutable": true,
59371
59374
  "locationInModule": {
59372
59375
  "filename": "src/javascript/biome/biome-config.ts",
59373
- "line": 1361
59376
+ "line": 1382
59374
59377
  },
59375
59378
  "name": "enabled",
59376
59379
  "optional": true,
@@ -59390,7 +59393,7 @@
59390
59393
  "immutable": true,
59391
59394
  "locationInModule": {
59392
59395
  "filename": "src/javascript/biome/biome-config.ts",
59393
- "line": 1368
59396
+ "line": 1389
59394
59397
  },
59395
59398
  "name": "indentStyle",
59396
59399
  "optional": true,
@@ -59412,7 +59415,7 @@
59412
59415
  "immutable": true,
59413
59416
  "locationInModule": {
59414
59417
  "filename": "src/javascript/biome/biome-config.ts",
59415
- "line": 1376
59418
+ "line": 1397
59416
59419
  },
59417
59420
  "name": "indentWidth",
59418
59421
  "optional": true,
@@ -59432,7 +59435,7 @@
59432
59435
  "immutable": true,
59433
59436
  "locationInModule": {
59434
59437
  "filename": "src/javascript/biome/biome-config.ts",
59435
- "line": 1383
59438
+ "line": 1404
59436
59439
  },
59437
59440
  "name": "lineEnding",
59438
59441
  "optional": true,
@@ -59454,7 +59457,7 @@
59454
59457
  "immutable": true,
59455
59458
  "locationInModule": {
59456
59459
  "filename": "src/javascript/biome/biome-config.ts",
59457
- "line": 1391
59460
+ "line": 1412
59458
59461
  },
59459
59462
  "name": "lineWidth",
59460
59463
  "optional": true,
@@ -59478,7 +59481,7 @@
59478
59481
  "kind": "interface",
59479
59482
  "locationInModule": {
59480
59483
  "filename": "src/javascript/biome/biome-config.ts",
59481
- "line": 1416
59484
+ "line": 1437
59482
59485
  },
59483
59486
  "name": "GritLinterConfiguration",
59484
59487
  "namespace": "javascript.biome_config",
@@ -59495,7 +59498,7 @@
59495
59498
  "immutable": true,
59496
59499
  "locationInModule": {
59497
59500
  "filename": "src/javascript/biome/biome-config.ts",
59498
- "line": 1422
59501
+ "line": 1443
59499
59502
  },
59500
59503
  "name": "enabled",
59501
59504
  "optional": true,
@@ -59520,7 +59523,7 @@
59520
59523
  "kind": "interface",
59521
59524
  "locationInModule": {
59522
59525
  "filename": "src/javascript/biome/biome-config.ts",
59523
- "line": 1445
59526
+ "line": 1466
59524
59527
  },
59525
59528
  "name": "HtmlAssistConfiguration",
59526
59529
  "namespace": "javascript.biome_config",
@@ -59537,7 +59540,7 @@
59537
59540
  "immutable": true,
59538
59541
  "locationInModule": {
59539
59542
  "filename": "src/javascript/biome/biome-config.ts",
59540
- "line": 1451
59543
+ "line": 1472
59541
59544
  },
59542
59545
  "name": "enabled",
59543
59546
  "optional": true,
@@ -59562,7 +59565,7 @@
59562
59565
  "kind": "interface",
59563
59566
  "locationInModule": {
59564
59567
  "filename": "src/javascript/biome/biome-config.ts",
59565
- "line": 525
59568
+ "line": 539
59566
59569
  },
59567
59570
  "name": "HtmlConfiguration",
59568
59571
  "namespace": "javascript.biome_config",
@@ -59578,7 +59581,7 @@
59578
59581
  "immutable": true,
59579
59582
  "locationInModule": {
59580
59583
  "filename": "src/javascript/biome/biome-config.ts",
59581
- "line": 529
59584
+ "line": 543
59582
59585
  },
59583
59586
  "name": "assist",
59584
59587
  "optional": true,
@@ -59598,7 +59601,7 @@
59598
59601
  "immutable": true,
59599
59602
  "locationInModule": {
59600
59603
  "filename": "src/javascript/biome/biome-config.ts",
59601
- "line": 536
59604
+ "line": 550
59602
59605
  },
59603
59606
  "name": "experimentalFullSupportEnabled",
59604
59607
  "optional": true,
@@ -59618,7 +59621,7 @@
59618
59621
  "immutable": true,
59619
59622
  "locationInModule": {
59620
59623
  "filename": "src/javascript/biome/biome-config.ts",
59621
- "line": 543
59624
+ "line": 557
59622
59625
  },
59623
59626
  "name": "formatter",
59624
59627
  "optional": true,
@@ -59638,7 +59641,7 @@
59638
59641
  "immutable": true,
59639
59642
  "locationInModule": {
59640
59643
  "filename": "src/javascript/biome/biome-config.ts",
59641
- "line": 550
59644
+ "line": 564
59642
59645
  },
59643
59646
  "name": "linter",
59644
59647
  "optional": true,
@@ -59658,7 +59661,7 @@
59658
59661
  "immutable": true,
59659
59662
  "locationInModule": {
59660
59663
  "filename": "src/javascript/biome/biome-config.ts",
59661
- "line": 557
59664
+ "line": 571
59662
59665
  },
59663
59666
  "name": "parser",
59664
59667
  "optional": true,
@@ -59683,7 +59686,7 @@
59683
59686
  "kind": "interface",
59684
59687
  "locationInModule": {
59685
59688
  "filename": "src/javascript/biome/biome-config.ts",
59686
- "line": 1474
59689
+ "line": 1495
59687
59690
  },
59688
59691
  "name": "HtmlFormatterConfiguration",
59689
59692
  "namespace": "javascript.biome_config",
@@ -59702,7 +59705,7 @@
59702
59705
  "immutable": true,
59703
59706
  "locationInModule": {
59704
59707
  "filename": "src/javascript/biome/biome-config.ts",
59705
- "line": 1481
59708
+ "line": 1502
59706
59709
  },
59707
59710
  "name": "attributePosition",
59708
59711
  "optional": true,
@@ -59724,7 +59727,7 @@
59724
59727
  "immutable": true,
59725
59728
  "locationInModule": {
59726
59729
  "filename": "src/javascript/biome/biome-config.ts",
59727
- "line": 1489
59730
+ "line": 1510
59728
59731
  },
59729
59732
  "name": "bracketSameLine",
59730
59733
  "optional": true,
@@ -59744,7 +59747,7 @@
59744
59747
  "immutable": true,
59745
59748
  "locationInModule": {
59746
59749
  "filename": "src/javascript/biome/biome-config.ts",
59747
- "line": 1496
59750
+ "line": 1517
59748
59751
  },
59749
59752
  "name": "enabled",
59750
59753
  "optional": true,
@@ -59766,7 +59769,7 @@
59766
59769
  "immutable": true,
59767
59770
  "locationInModule": {
59768
59771
  "filename": "src/javascript/biome/biome-config.ts",
59769
- "line": 1504
59772
+ "line": 1525
59770
59773
  },
59771
59774
  "name": "indentScriptAndStyle",
59772
59775
  "optional": true,
@@ -59786,7 +59789,7 @@
59786
59789
  "immutable": true,
59787
59790
  "locationInModule": {
59788
59791
  "filename": "src/javascript/biome/biome-config.ts",
59789
- "line": 1511
59792
+ "line": 1532
59790
59793
  },
59791
59794
  "name": "indentStyle",
59792
59795
  "optional": true,
@@ -59808,7 +59811,7 @@
59808
59811
  "immutable": true,
59809
59812
  "locationInModule": {
59810
59813
  "filename": "src/javascript/biome/biome-config.ts",
59811
- "line": 1519
59814
+ "line": 1540
59812
59815
  },
59813
59816
  "name": "indentWidth",
59814
59817
  "optional": true,
@@ -59829,7 +59832,7 @@
59829
59832
  "immutable": true,
59830
59833
  "locationInModule": {
59831
59834
  "filename": "src/javascript/biome/biome-config.ts",
59832
- "line": 1526
59835
+ "line": 1547
59833
59836
  },
59834
59837
  "name": "lineEnding",
59835
59838
  "optional": true,
@@ -59851,7 +59854,7 @@
59851
59854
  "immutable": true,
59852
59855
  "locationInModule": {
59853
59856
  "filename": "src/javascript/biome/biome-config.ts",
59854
- "line": 1534
59857
+ "line": 1555
59855
59858
  },
59856
59859
  "name": "lineWidth",
59857
59860
  "optional": true,
@@ -59873,7 +59876,7 @@
59873
59876
  "immutable": true,
59874
59877
  "locationInModule": {
59875
59878
  "filename": "src/javascript/biome/biome-config.ts",
59876
- "line": 1542
59879
+ "line": 1563
59877
59880
  },
59878
59881
  "name": "selfCloseVoidElements",
59879
59882
  "optional": true,
@@ -59895,7 +59898,7 @@
59895
59898
  "immutable": true,
59896
59899
  "locationInModule": {
59897
59900
  "filename": "src/javascript/biome/biome-config.ts",
59898
- "line": 1550
59901
+ "line": 1571
59899
59902
  },
59900
59903
  "name": "whitespaceSensitivity",
59901
59904
  "optional": true,
@@ -59920,7 +59923,7 @@
59920
59923
  "kind": "interface",
59921
59924
  "locationInModule": {
59922
59925
  "filename": "src/javascript/biome/biome-config.ts",
59923
- "line": 1582
59926
+ "line": 1603
59924
59927
  },
59925
59928
  "name": "HtmlLinterConfiguration",
59926
59929
  "namespace": "javascript.biome_config",
@@ -59937,7 +59940,7 @@
59937
59940
  "immutable": true,
59938
59941
  "locationInModule": {
59939
59942
  "filename": "src/javascript/biome/biome-config.ts",
59940
- "line": 1588
59943
+ "line": 1609
59941
59944
  },
59942
59945
  "name": "enabled",
59943
59946
  "optional": true,
@@ -59962,7 +59965,7 @@
59962
59965
  "kind": "interface",
59963
59966
  "locationInModule": {
59964
59967
  "filename": "src/javascript/biome/biome-config.ts",
59965
- "line": 1611
59968
+ "line": 1632
59966
59969
  },
59967
59970
  "name": "HtmlParserConfiguration",
59968
59971
  "namespace": "javascript.biome_config",
@@ -59979,7 +59982,7 @@
59979
59982
  "immutable": true,
59980
59983
  "locationInModule": {
59981
59984
  "filename": "src/javascript/biome/biome-config.ts",
59982
- "line": 1617
59985
+ "line": 1638
59983
59986
  },
59984
59987
  "name": "interpolation",
59985
59988
  "optional": true,
@@ -60002,20 +60005,20 @@
60002
60005
  "kind": "enum",
60003
60006
  "locationInModule": {
60004
60007
  "filename": "src/javascript/biome/biome-config.ts",
60005
- "line": 1165
60008
+ "line": 1186
60006
60009
  },
60007
60010
  "members": [
60008
60011
  {
60009
60012
  "docs": {
60010
60013
  "stability": "experimental",
60011
- "summary": "tab."
60014
+ "summary": "Indent with Tab (tab)."
60012
60015
  },
60013
60016
  "name": "TAB"
60014
60017
  },
60015
60018
  {
60016
60019
  "docs": {
60017
60020
  "stability": "experimental",
60018
- "summary": "space."
60021
+ "summary": "Indent with Space (space)."
60019
60022
  },
60020
60023
  "name": "SPACE"
60021
60024
  }
@@ -60038,7 +60041,7 @@
60038
60041
  "kind": "interface",
60039
60042
  "locationInModule": {
60040
60043
  "filename": "src/javascript/biome/biome-config.ts",
60041
- "line": 1640
60044
+ "line": 1661
60042
60045
  },
60043
60046
  "name": "JsAssistConfiguration",
60044
60047
  "namespace": "javascript.biome_config",
@@ -60055,7 +60058,7 @@
60055
60058
  "immutable": true,
60056
60059
  "locationInModule": {
60057
60060
  "filename": "src/javascript/biome/biome-config.ts",
60058
- "line": 1646
60061
+ "line": 1667
60059
60062
  },
60060
60063
  "name": "enabled",
60061
60064
  "optional": true,
@@ -60080,7 +60083,7 @@
60080
60083
  "kind": "interface",
60081
60084
  "locationInModule": {
60082
60085
  "filename": "src/javascript/biome/biome-config.ts",
60083
- "line": 584
60086
+ "line": 598
60084
60087
  },
60085
60088
  "name": "JsConfiguration",
60086
60089
  "namespace": "javascript.biome_config",
@@ -60097,7 +60100,7 @@
60097
60100
  "immutable": true,
60098
60101
  "locationInModule": {
60099
60102
  "filename": "src/javascript/biome/biome-config.ts",
60100
- "line": 590
60103
+ "line": 604
60101
60104
  },
60102
60105
  "name": "assist",
60103
60106
  "optional": true,
@@ -60117,7 +60120,7 @@
60117
60120
  "immutable": true,
60118
60121
  "locationInModule": {
60119
60122
  "filename": "src/javascript/biome/biome-config.ts",
60120
- "line": 597
60123
+ "line": 611
60121
60124
  },
60122
60125
  "name": "formatter",
60123
60126
  "optional": true,
@@ -60138,7 +60141,7 @@
60138
60141
  "immutable": true,
60139
60142
  "locationInModule": {
60140
60143
  "filename": "src/javascript/biome/biome-config.ts",
60141
- "line": 606
60144
+ "line": 620
60142
60145
  },
60143
60146
  "name": "globals",
60144
60147
  "optional": true,
@@ -60163,7 +60166,7 @@
60163
60166
  "immutable": true,
60164
60167
  "locationInModule": {
60165
60168
  "filename": "src/javascript/biome/biome-config.ts",
60166
- "line": 613
60169
+ "line": 627
60167
60170
  },
60168
60171
  "name": "jsxRuntime",
60169
60172
  "optional": true,
@@ -60183,7 +60186,7 @@
60183
60186
  "immutable": true,
60184
60187
  "locationInModule": {
60185
60188
  "filename": "src/javascript/biome/biome-config.ts",
60186
- "line": 620
60189
+ "line": 634
60187
60190
  },
60188
60191
  "name": "linter",
60189
60192
  "optional": true,
@@ -60203,7 +60206,7 @@
60203
60206
  "immutable": true,
60204
60207
  "locationInModule": {
60205
60208
  "filename": "src/javascript/biome/biome-config.ts",
60206
- "line": 627
60209
+ "line": 641
60207
60210
  },
60208
60211
  "name": "parser",
60209
60212
  "optional": true,
@@ -60228,7 +60231,7 @@
60228
60231
  "kind": "interface",
60229
60232
  "locationInModule": {
60230
60233
  "filename": "src/javascript/biome/biome-config.ts",
60231
- "line": 1669
60234
+ "line": 1690
60232
60235
  },
60233
60236
  "name": "JsFormatterConfiguration",
60234
60237
  "namespace": "javascript.biome_config",
@@ -60247,7 +60250,7 @@
60247
60250
  "immutable": true,
60248
60251
  "locationInModule": {
60249
60252
  "filename": "src/javascript/biome/biome-config.ts",
60250
- "line": 1676
60253
+ "line": 1697
60251
60254
  },
60252
60255
  "name": "arrowParentheses",
60253
60256
  "optional": true,
@@ -60269,7 +60272,7 @@
60269
60272
  "immutable": true,
60270
60273
  "locationInModule": {
60271
60274
  "filename": "src/javascript/biome/biome-config.ts",
60272
- "line": 1684
60275
+ "line": 1705
60273
60276
  },
60274
60277
  "name": "attributePosition",
60275
60278
  "optional": true,
@@ -60291,7 +60294,7 @@
60291
60294
  "immutable": true,
60292
60295
  "locationInModule": {
60293
60296
  "filename": "src/javascript/biome/biome-config.ts",
60294
- "line": 1692
60297
+ "line": 1713
60295
60298
  },
60296
60299
  "name": "bracketSameLine",
60297
60300
  "optional": true,
@@ -60313,7 +60316,7 @@
60313
60316
  "immutable": true,
60314
60317
  "locationInModule": {
60315
60318
  "filename": "src/javascript/biome/biome-config.ts",
60316
- "line": 1700
60319
+ "line": 1721
60317
60320
  },
60318
60321
  "name": "bracketSpacing",
60319
60322
  "optional": true,
@@ -60333,7 +60336,7 @@
60333
60336
  "immutable": true,
60334
60337
  "locationInModule": {
60335
60338
  "filename": "src/javascript/biome/biome-config.ts",
60336
- "line": 1707
60339
+ "line": 1728
60337
60340
  },
60338
60341
  "name": "enabled",
60339
60342
  "optional": true,
@@ -60348,14 +60351,14 @@
60348
60351
  "schema": "JsFormatterConfiguration#expand"
60349
60352
  },
60350
60353
  "default": "auto\".",
60351
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline, and array literals are formatted on a single line if it fits in the line. When set to `always`, these literals are formatted on multiple lines, regardless of length of the list. When set to `never`, these literals are formatted on a single line if it fits in the line. When formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
60354
+ "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
60352
60355
  "stability": "experimental",
60353
60356
  "summary": "Whether to expand arrays and objects on multiple lines."
60354
60357
  },
60355
60358
  "immutable": true,
60356
60359
  "locationInModule": {
60357
60360
  "filename": "src/javascript/biome/biome-config.ts",
60358
- "line": 1715
60361
+ "line": 1741
60359
60362
  },
60360
60363
  "name": "expand",
60361
60364
  "optional": true,
@@ -60375,7 +60378,7 @@
60375
60378
  "immutable": true,
60376
60379
  "locationInModule": {
60377
60380
  "filename": "src/javascript/biome/biome-config.ts",
60378
- "line": 1722
60381
+ "line": 1748
60379
60382
  },
60380
60383
  "name": "indentStyle",
60381
60384
  "optional": true,
@@ -60397,7 +60400,7 @@
60397
60400
  "immutable": true,
60398
60401
  "locationInModule": {
60399
60402
  "filename": "src/javascript/biome/biome-config.ts",
60400
- "line": 1730
60403
+ "line": 1756
60401
60404
  },
60402
60405
  "name": "indentWidth",
60403
60406
  "optional": true,
@@ -60419,7 +60422,7 @@
60419
60422
  "immutable": true,
60420
60423
  "locationInModule": {
60421
60424
  "filename": "src/javascript/biome/biome-config.ts",
60422
- "line": 1738
60425
+ "line": 1764
60423
60426
  },
60424
60427
  "name": "jsxQuoteStyle",
60425
60428
  "optional": true,
@@ -60440,7 +60443,7 @@
60440
60443
  "immutable": true,
60441
60444
  "locationInModule": {
60442
60445
  "filename": "src/javascript/biome/biome-config.ts",
60443
- "line": 1745
60446
+ "line": 1771
60444
60447
  },
60445
60448
  "name": "lineEnding",
60446
60449
  "optional": true,
@@ -60462,7 +60465,7 @@
60462
60465
  "immutable": true,
60463
60466
  "locationInModule": {
60464
60467
  "filename": "src/javascript/biome/biome-config.ts",
60465
- "line": 1753
60468
+ "line": 1779
60466
60469
  },
60467
60470
  "name": "lineWidth",
60468
60471
  "optional": true,
@@ -60484,7 +60487,7 @@
60484
60487
  "immutable": true,
60485
60488
  "locationInModule": {
60486
60489
  "filename": "src/javascript/biome/biome-config.ts",
60487
- "line": 1761
60490
+ "line": 1787
60488
60491
  },
60489
60492
  "name": "operatorLinebreak",
60490
60493
  "optional": true,
@@ -60506,7 +60509,7 @@
60506
60509
  "immutable": true,
60507
60510
  "locationInModule": {
60508
60511
  "filename": "src/javascript/biome/biome-config.ts",
60509
- "line": 1769
60512
+ "line": 1795
60510
60513
  },
60511
60514
  "name": "quoteProperties",
60512
60515
  "optional": true,
@@ -60528,7 +60531,7 @@
60528
60531
  "immutable": true,
60529
60532
  "locationInModule": {
60530
60533
  "filename": "src/javascript/biome/biome-config.ts",
60531
- "line": 1777
60534
+ "line": 1803
60532
60535
  },
60533
60536
  "name": "quoteStyle",
60534
60537
  "optional": true,
@@ -60548,7 +60551,7 @@
60548
60551
  "immutable": true,
60549
60552
  "locationInModule": {
60550
60553
  "filename": "src/javascript/biome/biome-config.ts",
60551
- "line": 1784
60554
+ "line": 1810
60552
60555
  },
60553
60556
  "name": "semicolons",
60554
60557
  "optional": true,
@@ -60570,12 +60573,12 @@
60570
60573
  "immutable": true,
60571
60574
  "locationInModule": {
60572
60575
  "filename": "src/javascript/biome/biome-config.ts",
60573
- "line": 1792
60576
+ "line": 1818
60574
60577
  },
60575
60578
  "name": "trailingCommas",
60576
60579
  "optional": true,
60577
60580
  "type": {
60578
- "fqn": "projen.javascript.biome_config.TrailingCommas"
60581
+ "fqn": "projen.javascript.biome_config.JsTrailingCommas"
60579
60582
  }
60580
60583
  }
60581
60584
  ],
@@ -60595,7 +60598,7 @@
60595
60598
  "kind": "interface",
60596
60599
  "locationInModule": {
60597
60600
  "filename": "src/javascript/biome/biome-config.ts",
60598
- "line": 1842
60601
+ "line": 1877
60599
60602
  },
60600
60603
  "name": "JsLinterConfiguration",
60601
60604
  "namespace": "javascript.biome_config",
@@ -60612,7 +60615,7 @@
60612
60615
  "immutable": true,
60613
60616
  "locationInModule": {
60614
60617
  "filename": "src/javascript/biome/biome-config.ts",
60615
- "line": 1848
60618
+ "line": 1883
60616
60619
  },
60617
60620
  "name": "enabled",
60618
60621
  "optional": true,
@@ -60637,7 +60640,7 @@
60637
60640
  "kind": "interface",
60638
60641
  "locationInModule": {
60639
60642
  "filename": "src/javascript/biome/biome-config.ts",
60640
- "line": 1871
60643
+ "line": 1906
60641
60644
  },
60642
60645
  "name": "JsParserConfiguration",
60643
60646
  "namespace": "javascript.biome_config",
@@ -60656,7 +60659,7 @@
60656
60659
  "immutable": true,
60657
60660
  "locationInModule": {
60658
60661
  "filename": "src/javascript/biome/biome-config.ts",
60659
- "line": 1878
60662
+ "line": 1914
60660
60663
  },
60661
60664
  "name": "gritMetavariables",
60662
60665
  "optional": true,
@@ -60678,7 +60681,7 @@
60678
60681
  "immutable": true,
60679
60682
  "locationInModule": {
60680
60683
  "filename": "src/javascript/biome/biome-config.ts",
60681
- "line": 1888
60684
+ "line": 1924
60682
60685
  },
60683
60686
  "name": "jsxEverywhere",
60684
60687
  "optional": true,
@@ -60699,7 +60702,7 @@
60699
60702
  "immutable": true,
60700
60703
  "locationInModule": {
60701
60704
  "filename": "src/javascript/biome/biome-config.ts",
60702
- "line": 1897
60705
+ "line": 1933
60703
60706
  },
60704
60707
  "name": "unsafeParameterDecoratorsEnabled",
60705
60708
  "optional": true,
@@ -60710,6 +60713,48 @@
60710
60713
  ],
60711
60714
  "symbolId": "src/javascript/biome/biome-config:JsParserConfiguration"
60712
60715
  },
60716
+ "projen.javascript.biome_config.JsTrailingCommas": {
60717
+ "assembly": "projen",
60718
+ "docs": {
60719
+ "custom": {
60720
+ "schema": "JsTrailingCommas"
60721
+ },
60722
+ "stability": "experimental",
60723
+ "summary": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures for JavaScript/TypeScript files."
60724
+ },
60725
+ "fqn": "projen.javascript.biome_config.JsTrailingCommas",
60726
+ "kind": "enum",
60727
+ "locationInModule": {
60728
+ "filename": "src/javascript/biome/biome-config.ts",
60729
+ "line": 2636
60730
+ },
60731
+ "members": [
60732
+ {
60733
+ "docs": {
60734
+ "stability": "experimental",
60735
+ "summary": "all."
60736
+ },
60737
+ "name": "ALL"
60738
+ },
60739
+ {
60740
+ "docs": {
60741
+ "stability": "experimental",
60742
+ "summary": "es5."
60743
+ },
60744
+ "name": "ES5"
60745
+ },
60746
+ {
60747
+ "docs": {
60748
+ "stability": "experimental",
60749
+ "summary": "none."
60750
+ },
60751
+ "name": "NONE"
60752
+ }
60753
+ ],
60754
+ "name": "JsTrailingCommas",
60755
+ "namespace": "javascript.biome_config",
60756
+ "symbolId": "src/javascript/biome/biome-config:JsTrailingCommas"
60757
+ },
60713
60758
  "projen.javascript.biome_config.JsonAssistConfiguration": {
60714
60759
  "assembly": "projen",
60715
60760
  "datatype": true,
@@ -60724,7 +60769,7 @@
60724
60769
  "kind": "interface",
60725
60770
  "locationInModule": {
60726
60771
  "filename": "src/javascript/biome/biome-config.ts",
60727
- "line": 1922
60772
+ "line": 1958
60728
60773
  },
60729
60774
  "name": "JsonAssistConfiguration",
60730
60775
  "namespace": "javascript.biome_config",
@@ -60741,7 +60786,7 @@
60741
60786
  "immutable": true,
60742
60787
  "locationInModule": {
60743
60788
  "filename": "src/javascript/biome/biome-config.ts",
60744
- "line": 1928
60789
+ "line": 1964
60745
60790
  },
60746
60791
  "name": "enabled",
60747
60792
  "optional": true,
@@ -60766,7 +60811,7 @@
60766
60811
  "kind": "interface",
60767
60812
  "locationInModule": {
60768
60813
  "filename": "src/javascript/biome/biome-config.ts",
60769
- "line": 655
60814
+ "line": 669
60770
60815
  },
60771
60816
  "name": "JsonConfiguration",
60772
60817
  "namespace": "javascript.biome_config",
@@ -60783,7 +60828,7 @@
60783
60828
  "immutable": true,
60784
60829
  "locationInModule": {
60785
60830
  "filename": "src/javascript/biome/biome-config.ts",
60786
- "line": 661
60831
+ "line": 675
60787
60832
  },
60788
60833
  "name": "assist",
60789
60834
  "optional": true,
@@ -60803,7 +60848,7 @@
60803
60848
  "immutable": true,
60804
60849
  "locationInModule": {
60805
60850
  "filename": "src/javascript/biome/biome-config.ts",
60806
- "line": 668
60851
+ "line": 682
60807
60852
  },
60808
60853
  "name": "formatter",
60809
60854
  "optional": true,
@@ -60823,7 +60868,7 @@
60823
60868
  "immutable": true,
60824
60869
  "locationInModule": {
60825
60870
  "filename": "src/javascript/biome/biome-config.ts",
60826
- "line": 675
60871
+ "line": 689
60827
60872
  },
60828
60873
  "name": "linter",
60829
60874
  "optional": true,
@@ -60843,7 +60888,7 @@
60843
60888
  "immutable": true,
60844
60889
  "locationInModule": {
60845
60890
  "filename": "src/javascript/biome/biome-config.ts",
60846
- "line": 682
60891
+ "line": 696
60847
60892
  },
60848
60893
  "name": "parser",
60849
60894
  "optional": true,
@@ -60867,7 +60912,7 @@
60867
60912
  "kind": "interface",
60868
60913
  "locationInModule": {
60869
60914
  "filename": "src/javascript/biome/biome-config.ts",
60870
- "line": 1949
60915
+ "line": 1985
60871
60916
  },
60872
60917
  "name": "JsonFormatterConfiguration",
60873
60918
  "namespace": "javascript.biome_config",
@@ -60886,7 +60931,7 @@
60886
60931
  "immutable": true,
60887
60932
  "locationInModule": {
60888
60933
  "filename": "src/javascript/biome/biome-config.ts",
60889
- "line": 1956
60934
+ "line": 1992
60890
60935
  },
60891
60936
  "name": "bracketSpacing",
60892
60937
  "optional": true,
@@ -60906,7 +60951,7 @@
60906
60951
  "immutable": true,
60907
60952
  "locationInModule": {
60908
60953
  "filename": "src/javascript/biome/biome-config.ts",
60909
- "line": 1963
60954
+ "line": 1999
60910
60955
  },
60911
60956
  "name": "enabled",
60912
60957
  "optional": true,
@@ -60921,14 +60966,14 @@
60921
60966
  "schema": "JsonFormatterConfiguration#expand"
60922
60967
  },
60923
60968
  "default": "auto\".",
60924
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline, and array literals are formatted on a single line if it fits in the line. When set to `always`, these literals are formatted on multiple lines, regardless of length of the list. When set to `never`, these literals are formatted on a single line if it fits in the line. When formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
60969
+ "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
60925
60970
  "stability": "experimental",
60926
60971
  "summary": "Whether to expand arrays and objects on multiple lines."
60927
60972
  },
60928
60973
  "immutable": true,
60929
60974
  "locationInModule": {
60930
60975
  "filename": "src/javascript/biome/biome-config.ts",
60931
- "line": 1971
60976
+ "line": 2012
60932
60977
  },
60933
60978
  "name": "expand",
60934
60979
  "optional": true,
@@ -60948,7 +60993,7 @@
60948
60993
  "immutable": true,
60949
60994
  "locationInModule": {
60950
60995
  "filename": "src/javascript/biome/biome-config.ts",
60951
- "line": 1978
60996
+ "line": 2019
60952
60997
  },
60953
60998
  "name": "indentStyle",
60954
60999
  "optional": true,
@@ -60970,7 +61015,7 @@
60970
61015
  "immutable": true,
60971
61016
  "locationInModule": {
60972
61017
  "filename": "src/javascript/biome/biome-config.ts",
60973
- "line": 1986
61018
+ "line": 2027
60974
61019
  },
60975
61020
  "name": "indentWidth",
60976
61021
  "optional": true,
@@ -60991,7 +61036,7 @@
60991
61036
  "immutable": true,
60992
61037
  "locationInModule": {
60993
61038
  "filename": "src/javascript/biome/biome-config.ts",
60994
- "line": 1993
61039
+ "line": 2034
60995
61040
  },
60996
61041
  "name": "lineEnding",
60997
61042
  "optional": true,
@@ -61013,7 +61058,7 @@
61013
61058
  "immutable": true,
61014
61059
  "locationInModule": {
61015
61060
  "filename": "src/javascript/biome/biome-config.ts",
61016
- "line": 2001
61061
+ "line": 2042
61017
61062
  },
61018
61063
  "name": "lineWidth",
61019
61064
  "optional": true,
@@ -61035,12 +61080,12 @@
61035
61080
  "immutable": true,
61036
61081
  "locationInModule": {
61037
61082
  "filename": "src/javascript/biome/biome-config.ts",
61038
- "line": 2009
61083
+ "line": 2050
61039
61084
  },
61040
61085
  "name": "trailingCommas",
61041
61086
  "optional": true,
61042
61087
  "type": {
61043
- "fqn": "projen.javascript.biome_config.TrailingCommas2"
61088
+ "fqn": "projen.javascript.biome_config.JsonTrailingCommas"
61044
61089
  }
61045
61090
  }
61046
61091
  ],
@@ -61060,7 +61105,7 @@
61060
61105
  "kind": "interface",
61061
61106
  "locationInModule": {
61062
61107
  "filename": "src/javascript/biome/biome-config.ts",
61063
- "line": 2039
61108
+ "line": 2080
61064
61109
  },
61065
61110
  "name": "JsonLinterConfiguration",
61066
61111
  "namespace": "javascript.biome_config",
@@ -61077,7 +61122,7 @@
61077
61122
  "immutable": true,
61078
61123
  "locationInModule": {
61079
61124
  "filename": "src/javascript/biome/biome-config.ts",
61080
- "line": 2045
61125
+ "line": 2086
61081
61126
  },
61082
61127
  "name": "enabled",
61083
61128
  "optional": true,
@@ -61102,7 +61147,7 @@
61102
61147
  "kind": "interface",
61103
61148
  "locationInModule": {
61104
61149
  "filename": "src/javascript/biome/biome-config.ts",
61105
- "line": 2068
61150
+ "line": 2109
61106
61151
  },
61107
61152
  "name": "JsonParserConfiguration",
61108
61153
  "namespace": "javascript.biome_config",
@@ -61119,7 +61164,7 @@
61119
61164
  "immutable": true,
61120
61165
  "locationInModule": {
61121
61166
  "filename": "src/javascript/biome/biome-config.ts",
61122
- "line": 2074
61167
+ "line": 2115
61123
61168
  },
61124
61169
  "name": "allowComments",
61125
61170
  "optional": true,
@@ -61139,7 +61184,7 @@
61139
61184
  "immutable": true,
61140
61185
  "locationInModule": {
61141
61186
  "filename": "src/javascript/biome/biome-config.ts",
61142
- "line": 2081
61187
+ "line": 2122
61143
61188
  },
61144
61189
  "name": "allowTrailingCommas",
61145
61190
  "optional": true,
@@ -61150,6 +61195,41 @@
61150
61195
  ],
61151
61196
  "symbolId": "src/javascript/biome/biome-config:JsonParserConfiguration"
61152
61197
  },
61198
+ "projen.javascript.biome_config.JsonTrailingCommas": {
61199
+ "assembly": "projen",
61200
+ "docs": {
61201
+ "custom": {
61202
+ "schema": "JsonTrailingCommas"
61203
+ },
61204
+ "stability": "experimental",
61205
+ "summary": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures for JSON files."
61206
+ },
61207
+ "fqn": "projen.javascript.biome_config.JsonTrailingCommas",
61208
+ "kind": "enum",
61209
+ "locationInModule": {
61210
+ "filename": "src/javascript/biome/biome-config.ts",
61211
+ "line": 2650
61212
+ },
61213
+ "members": [
61214
+ {
61215
+ "docs": {
61216
+ "stability": "experimental",
61217
+ "summary": "none."
61218
+ },
61219
+ "name": "NONE"
61220
+ },
61221
+ {
61222
+ "docs": {
61223
+ "stability": "experimental",
61224
+ "summary": "all."
61225
+ },
61226
+ "name": "ALL"
61227
+ }
61228
+ ],
61229
+ "name": "JsonTrailingCommas",
61230
+ "namespace": "javascript.biome_config",
61231
+ "symbolId": "src/javascript/biome/biome-config:JsonTrailingCommas"
61232
+ },
61153
61233
  "projen.javascript.biome_config.JsxRuntime": {
61154
61234
  "assembly": "projen",
61155
61235
  "docs": {
@@ -61163,20 +61243,22 @@
61163
61243
  "kind": "enum",
61164
61244
  "locationInModule": {
61165
61245
  "filename": "src/javascript/biome/biome-config.ts",
61166
- "line": 1830
61246
+ "line": 1856
61167
61247
  },
61168
61248
  "members": [
61169
61249
  {
61170
61250
  "docs": {
61251
+ "remarks": "(transparent)",
61171
61252
  "stability": "experimental",
61172
- "summary": "transparent."
61253
+ "summary": "Indicates a modern or native JSX environment, that doesn't require special handling by Biome."
61173
61254
  },
61174
61255
  "name": "TRANSPARENT"
61175
61256
  },
61176
61257
  {
61177
61258
  "docs": {
61259
+ "remarks": "Corresponds to the `react` value for the `jsx` option in TypeScript's\n`tsconfig.json`.\n\nThis option should only be necessary if you cannot upgrade to a React\nversion that supports the new JSX runtime. For more information about\nthe old vs. new JSX runtime, please see:\n<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html> (reactClassic)",
61178
61260
  "stability": "experimental",
61179
- "summary": "reactClassic."
61261
+ "summary": "Indicates a classic React environment that requires the `React` import."
61180
61262
  },
61181
61263
  "name": "REACT_CLASSIC"
61182
61264
  }
@@ -61197,34 +61279,34 @@
61197
61279
  "kind": "enum",
61198
61280
  "locationInModule": {
61199
61281
  "filename": "src/javascript/biome/biome-config.ts",
61200
- "line": 1175
61282
+ "line": 1196
61201
61283
  },
61202
61284
  "members": [
61203
61285
  {
61204
61286
  "docs": {
61205
61287
  "stability": "experimental",
61206
- "summary": "lf."
61288
+ "summary": "Line Feed only (\\n), common on Linux and macOS as well as inside git repos (lf)."
61207
61289
  },
61208
61290
  "name": "LF"
61209
61291
  },
61210
61292
  {
61211
61293
  "docs": {
61212
61294
  "stability": "experimental",
61213
- "summary": "crlf."
61295
+ "summary": "Carriage Return + Line Feed characters (\\r\\n), common on Windows (crlf)."
61214
61296
  },
61215
61297
  "name": "CRLF"
61216
61298
  },
61217
61299
  {
61218
61300
  "docs": {
61219
61301
  "stability": "experimental",
61220
- "summary": "cr."
61302
+ "summary": "Carriage Return character only (\\r), used very rarely (cr)."
61221
61303
  },
61222
61304
  "name": "CR"
61223
61305
  },
61224
61306
  {
61225
61307
  "docs": {
61226
61308
  "stability": "experimental",
61227
- "summary": "auto."
61309
+ "summary": "Automatically use CRLF on Windows and LF on other platforms (auto)."
61228
61310
  },
61229
61311
  "name": "AUTO"
61230
61312
  }
@@ -61246,7 +61328,7 @@
61246
61328
  "kind": "interface",
61247
61329
  "locationInModule": {
61248
61330
  "filename": "src/javascript/biome/biome-config.ts",
61249
- "line": 706
61331
+ "line": 720
61250
61332
  },
61251
61333
  "name": "LinterConfiguration",
61252
61334
  "namespace": "javascript.biome_config",
@@ -61263,7 +61345,7 @@
61263
61345
  "immutable": true,
61264
61346
  "locationInModule": {
61265
61347
  "filename": "src/javascript/biome/biome-config.ts",
61266
- "line": 712
61348
+ "line": 726
61267
61349
  },
61268
61350
  "name": "domains",
61269
61351
  "optional": true,
@@ -61289,7 +61371,7 @@
61289
61371
  "immutable": true,
61290
61372
  "locationInModule": {
61291
61373
  "filename": "src/javascript/biome/biome-config.ts",
61292
- "line": 719
61374
+ "line": 733
61293
61375
  },
61294
61376
  "name": "enabled",
61295
61377
  "optional": true,
@@ -61303,14 +61385,14 @@
61303
61385
  "custom": {
61304
61386
  "schema": "LinterConfiguration#includes"
61305
61387
  },
61306
- "remarks": "The analyzer will handle only those files/folders that will match these patterns.",
61388
+ "remarks": "The analyzer will handle only those files/folders that will\nmatch these patterns.",
61307
61389
  "stability": "experimental",
61308
61390
  "summary": "A list of glob patterns."
61309
61391
  },
61310
61392
  "immutable": true,
61311
61393
  "locationInModule": {
61312
61394
  "filename": "src/javascript/biome/biome-config.ts",
61313
- "line": 726
61395
+ "line": 741
61314
61396
  },
61315
61397
  "name": "includes",
61316
61398
  "optional": true,
@@ -61335,7 +61417,7 @@
61335
61417
  "immutable": true,
61336
61418
  "locationInModule": {
61337
61419
  "filename": "src/javascript/biome/biome-config.ts",
61338
- "line": 733
61420
+ "line": 748
61339
61421
  },
61340
61422
  "name": "rules",
61341
61423
  "optional": true,
@@ -61358,20 +61440,20 @@
61358
61440
  "kind": "enum",
61359
61441
  "locationInModule": {
61360
61442
  "filename": "src/javascript/biome/biome-config.ts",
61361
- "line": 2530
61443
+ "line": 2604
61362
61444
  },
61363
61445
  "members": [
61364
61446
  {
61365
61447
  "docs": {
61366
61448
  "stability": "experimental",
61367
- "summary": "after."
61449
+ "summary": "The operator is placed after the expression (after)."
61368
61450
  },
61369
61451
  "name": "AFTER"
61370
61452
  },
61371
61453
  {
61372
61454
  "docs": {
61373
61455
  "stability": "experimental",
61374
- "summary": "before."
61456
+ "summary": "The operator is placed before the expression (before)."
61375
61457
  },
61376
61458
  "name": "BEFORE"
61377
61459
  }
@@ -61393,7 +61475,7 @@
61393
61475
  "kind": "interface",
61394
61476
  "locationInModule": {
61395
61477
  "filename": "src/javascript/biome/biome-config.ts",
61396
- "line": 2190
61478
+ "line": 2231
61397
61479
  },
61398
61480
  "name": "OverrideAssistConfiguration",
61399
61481
  "namespace": "javascript.biome_config",
@@ -61410,7 +61492,7 @@
61410
61492
  "immutable": true,
61411
61493
  "locationInModule": {
61412
61494
  "filename": "src/javascript/biome/biome-config.ts",
61413
- "line": 2196
61495
+ "line": 2237
61414
61496
  },
61415
61497
  "name": "actions",
61416
61498
  "optional": true,
@@ -61431,7 +61513,7 @@
61431
61513
  "immutable": true,
61432
61514
  "locationInModule": {
61433
61515
  "filename": "src/javascript/biome/biome-config.ts",
61434
- "line": 2203
61516
+ "line": 2244
61435
61517
  },
61436
61518
  "name": "enabled",
61437
61519
  "optional": true,
@@ -61455,7 +61537,7 @@
61455
61537
  "kind": "interface",
61456
61538
  "locationInModule": {
61457
61539
  "filename": "src/javascript/biome/biome-config.ts",
61458
- "line": 2225
61540
+ "line": 2266
61459
61541
  },
61460
61542
  "name": "OverrideFilesConfiguration",
61461
61543
  "namespace": "javascript.biome_config",
@@ -61472,7 +61554,7 @@
61472
61554
  "immutable": true,
61473
61555
  "locationInModule": {
61474
61556
  "filename": "src/javascript/biome/biome-config.ts",
61475
- "line": 2231
61557
+ "line": 2272
61476
61558
  },
61477
61559
  "name": "maxSize",
61478
61560
  "optional": true,
@@ -61496,7 +61578,7 @@
61496
61578
  "kind": "interface",
61497
61579
  "locationInModule": {
61498
61580
  "filename": "src/javascript/biome/biome-config.ts",
61499
- "line": 2252
61581
+ "line": 2293
61500
61582
  },
61501
61583
  "name": "OverrideFormatterConfiguration",
61502
61584
  "namespace": "javascript.biome_config",
@@ -61513,7 +61595,7 @@
61513
61595
  "immutable": true,
61514
61596
  "locationInModule": {
61515
61597
  "filename": "src/javascript/biome/biome-config.ts",
61516
- "line": 2258
61598
+ "line": 2299
61517
61599
  },
61518
61600
  "name": "attributePosition",
61519
61601
  "optional": true,
@@ -61533,7 +61615,7 @@
61533
61615
  "immutable": true,
61534
61616
  "locationInModule": {
61535
61617
  "filename": "src/javascript/biome/biome-config.ts",
61536
- "line": 2265
61618
+ "line": 2306
61537
61619
  },
61538
61620
  "name": "bracketSameLine",
61539
61621
  "optional": true,
@@ -61555,7 +61637,7 @@
61555
61637
  "immutable": true,
61556
61638
  "locationInModule": {
61557
61639
  "filename": "src/javascript/biome/biome-config.ts",
61558
- "line": 2273
61640
+ "line": 2314
61559
61641
  },
61560
61642
  "name": "bracketSpacing",
61561
61643
  "optional": true,
@@ -61574,7 +61656,7 @@
61574
61656
  "immutable": true,
61575
61657
  "locationInModule": {
61576
61658
  "filename": "src/javascript/biome/biome-config.ts",
61577
- "line": 2278
61659
+ "line": 2319
61578
61660
  },
61579
61661
  "name": "enabled",
61580
61662
  "optional": true,
@@ -61589,14 +61671,14 @@
61589
61671
  "schema": "OverrideFormatterConfiguration#expand"
61590
61672
  },
61591
61673
  "default": "auto\".",
61592
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline, and array literals are formatted on a single line if it fits in the line. When set to `always`, these literals are formatted on multiple lines, regardless of length of the list. When set to `never`, these literals are formatted on a single line if it fits in the line. When formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
61674
+ "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
61593
61675
  "stability": "experimental",
61594
61676
  "summary": "Whether to expand arrays and objects on multiple lines."
61595
61677
  },
61596
61678
  "immutable": true,
61597
61679
  "locationInModule": {
61598
61680
  "filename": "src/javascript/biome/biome-config.ts",
61599
- "line": 2286
61681
+ "line": 2332
61600
61682
  },
61601
61683
  "name": "expand",
61602
61684
  "optional": true,
@@ -61616,7 +61698,7 @@
61616
61698
  "immutable": true,
61617
61699
  "locationInModule": {
61618
61700
  "filename": "src/javascript/biome/biome-config.ts",
61619
- "line": 2293
61701
+ "line": 2340
61620
61702
  },
61621
61703
  "name": "formatWithErrors",
61622
61704
  "optional": true,
@@ -61636,7 +61718,7 @@
61636
61718
  "immutable": true,
61637
61719
  "locationInModule": {
61638
61720
  "filename": "src/javascript/biome/biome-config.ts",
61639
- "line": 2300
61721
+ "line": 2347
61640
61722
  },
61641
61723
  "name": "indentSize",
61642
61724
  "optional": true,
@@ -61656,7 +61738,7 @@
61656
61738
  "immutable": true,
61657
61739
  "locationInModule": {
61658
61740
  "filename": "src/javascript/biome/biome-config.ts",
61659
- "line": 2307
61741
+ "line": 2354
61660
61742
  },
61661
61743
  "name": "indentStyle",
61662
61744
  "optional": true,
@@ -61676,7 +61758,7 @@
61676
61758
  "immutable": true,
61677
61759
  "locationInModule": {
61678
61760
  "filename": "src/javascript/biome/biome-config.ts",
61679
- "line": 2314
61761
+ "line": 2361
61680
61762
  },
61681
61763
  "name": "indentWidth",
61682
61764
  "optional": true,
@@ -61696,7 +61778,7 @@
61696
61778
  "immutable": true,
61697
61779
  "locationInModule": {
61698
61780
  "filename": "src/javascript/biome/biome-config.ts",
61699
- "line": 2321
61781
+ "line": 2368
61700
61782
  },
61701
61783
  "name": "lineEnding",
61702
61784
  "optional": true,
@@ -61718,7 +61800,7 @@
61718
61800
  "immutable": true,
61719
61801
  "locationInModule": {
61720
61802
  "filename": "src/javascript/biome/biome-config.ts",
61721
- "line": 2329
61803
+ "line": 2376
61722
61804
  },
61723
61805
  "name": "lineWidth",
61724
61806
  "optional": true,
@@ -61742,7 +61824,7 @@
61742
61824
  "kind": "interface",
61743
61825
  "locationInModule": {
61744
61826
  "filename": "src/javascript/biome/biome-config.ts",
61745
- "line": 2360
61827
+ "line": 2407
61746
61828
  },
61747
61829
  "name": "OverrideLinterConfiguration",
61748
61830
  "namespace": "javascript.biome_config",
@@ -61759,7 +61841,7 @@
61759
61841
  "immutable": true,
61760
61842
  "locationInModule": {
61761
61843
  "filename": "src/javascript/biome/biome-config.ts",
61762
- "line": 2366
61844
+ "line": 2413
61763
61845
  },
61764
61846
  "name": "domains",
61765
61847
  "optional": true,
@@ -61785,7 +61867,7 @@
61785
61867
  "immutable": true,
61786
61868
  "locationInModule": {
61787
61869
  "filename": "src/javascript/biome/biome-config.ts",
61788
- "line": 2373
61870
+ "line": 2420
61789
61871
  },
61790
61872
  "name": "enabled",
61791
61873
  "optional": true,
@@ -61805,7 +61887,7 @@
61805
61887
  "immutable": true,
61806
61888
  "locationInModule": {
61807
61889
  "filename": "src/javascript/biome/biome-config.ts",
61808
- "line": 2380
61890
+ "line": 2427
61809
61891
  },
61810
61892
  "name": "rules",
61811
61893
  "optional": true,
@@ -61829,7 +61911,7 @@
61829
61911
  "kind": "interface",
61830
61912
  "locationInModule": {
61831
61913
  "filename": "src/javascript/biome/biome-config.ts",
61832
- "line": 757
61914
+ "line": 772
61833
61915
  },
61834
61916
  "name": "OverridePattern",
61835
61917
  "namespace": "javascript.biome_config",
@@ -61846,7 +61928,7 @@
61846
61928
  "immutable": true,
61847
61929
  "locationInModule": {
61848
61930
  "filename": "src/javascript/biome/biome-config.ts",
61849
- "line": 763
61931
+ "line": 778
61850
61932
  },
61851
61933
  "name": "assist",
61852
61934
  "optional": true,
@@ -61866,7 +61948,7 @@
61866
61948
  "immutable": true,
61867
61949
  "locationInModule": {
61868
61950
  "filename": "src/javascript/biome/biome-config.ts",
61869
- "line": 770
61951
+ "line": 785
61870
61952
  },
61871
61953
  "name": "css",
61872
61954
  "optional": true,
@@ -61886,7 +61968,7 @@
61886
61968
  "immutable": true,
61887
61969
  "locationInModule": {
61888
61970
  "filename": "src/javascript/biome/biome-config.ts",
61889
- "line": 777
61971
+ "line": 792
61890
61972
  },
61891
61973
  "name": "files",
61892
61974
  "optional": true,
@@ -61906,7 +61988,7 @@
61906
61988
  "immutable": true,
61907
61989
  "locationInModule": {
61908
61990
  "filename": "src/javascript/biome/biome-config.ts",
61909
- "line": 784
61991
+ "line": 799
61910
61992
  },
61911
61993
  "name": "formatter",
61912
61994
  "optional": true,
@@ -61926,7 +62008,7 @@
61926
62008
  "immutable": true,
61927
62009
  "locationInModule": {
61928
62010
  "filename": "src/javascript/biome/biome-config.ts",
61929
- "line": 791
62011
+ "line": 806
61930
62012
  },
61931
62013
  "name": "graphql",
61932
62014
  "optional": true,
@@ -61946,7 +62028,7 @@
61946
62028
  "immutable": true,
61947
62029
  "locationInModule": {
61948
62030
  "filename": "src/javascript/biome/biome-config.ts",
61949
- "line": 798
62031
+ "line": 813
61950
62032
  },
61951
62033
  "name": "grit",
61952
62034
  "optional": true,
@@ -61966,7 +62048,7 @@
61966
62048
  "immutable": true,
61967
62049
  "locationInModule": {
61968
62050
  "filename": "src/javascript/biome/biome-config.ts",
61969
- "line": 805
62051
+ "line": 820
61970
62052
  },
61971
62053
  "name": "html",
61972
62054
  "optional": true,
@@ -61980,14 +62062,14 @@
61980
62062
  "custom": {
61981
62063
  "schema": "OverridePattern#includes"
61982
62064
  },
61983
- "remarks": "Biome will include files/folders that will match these patterns.",
62065
+ "remarks": "Biome will include files/folders that will\nmatch these patterns.",
61984
62066
  "stability": "experimental",
61985
62067
  "summary": "A list of glob patterns."
61986
62068
  },
61987
62069
  "immutable": true,
61988
62070
  "locationInModule": {
61989
62071
  "filename": "src/javascript/biome/biome-config.ts",
61990
- "line": 812
62072
+ "line": 828
61991
62073
  },
61992
62074
  "name": "includes",
61993
62075
  "optional": true,
@@ -62012,7 +62094,7 @@
62012
62094
  "immutable": true,
62013
62095
  "locationInModule": {
62014
62096
  "filename": "src/javascript/biome/biome-config.ts",
62015
- "line": 819
62097
+ "line": 835
62016
62098
  },
62017
62099
  "name": "javascript",
62018
62100
  "optional": true,
@@ -62032,7 +62114,7 @@
62032
62114
  "immutable": true,
62033
62115
  "locationInModule": {
62034
62116
  "filename": "src/javascript/biome/biome-config.ts",
62035
- "line": 826
62117
+ "line": 842
62036
62118
  },
62037
62119
  "name": "json",
62038
62120
  "optional": true,
@@ -62052,7 +62134,7 @@
62052
62134
  "immutable": true,
62053
62135
  "locationInModule": {
62054
62136
  "filename": "src/javascript/biome/biome-config.ts",
62055
- "line": 833
62137
+ "line": 849
62056
62138
  },
62057
62139
  "name": "linter",
62058
62140
  "optional": true,
@@ -62072,7 +62154,7 @@
62072
62154
  "immutable": true,
62073
62155
  "locationInModule": {
62074
62156
  "filename": "src/javascript/biome/biome-config.ts",
62075
- "line": 840
62157
+ "line": 856
62076
62158
  },
62077
62159
  "name": "plugins",
62078
62160
  "optional": true,
@@ -62100,7 +62182,7 @@
62100
62182
  "kind": "enum",
62101
62183
  "locationInModule": {
62102
62184
  "filename": "src/javascript/biome/biome-config.ts",
62103
- "line": 2540
62185
+ "line": 2614
62104
62186
  },
62105
62187
  "members": [
62106
62188
  {
@@ -62134,7 +62216,7 @@
62134
62216
  "kind": "enum",
62135
62217
  "locationInModule": {
62136
62218
  "filename": "src/javascript/biome/biome-config.ts",
62137
- "line": 2474
62219
+ "line": 2525
62138
62220
  },
62139
62221
  "members": [
62140
62222
  {
@@ -62168,27 +62250,27 @@
62168
62250
  "kind": "enum",
62169
62251
  "locationInModule": {
62170
62252
  "filename": "src/javascript/biome/biome-config.ts",
62171
- "line": 2103
62253
+ "line": 2144
62172
62254
  },
62173
62255
  "members": [
62174
62256
  {
62175
62257
  "docs": {
62176
62258
  "stability": "experimental",
62177
- "summary": "all."
62259
+ "summary": "Enables all the rules that belong to this domain (all)."
62178
62260
  },
62179
62261
  "name": "ALL"
62180
62262
  },
62181
62263
  {
62182
62264
  "docs": {
62183
62265
  "stability": "experimental",
62184
- "summary": "none."
62266
+ "summary": "Disables all the rules that belong to this domain (none)."
62185
62267
  },
62186
62268
  "name": "NONE"
62187
62269
  },
62188
62270
  {
62189
62271
  "docs": {
62190
62272
  "stability": "experimental",
62191
- "summary": "recommended."
62273
+ "summary": "Enables only the recommended rules for this domain (recommended)."
62192
62274
  },
62193
62275
  "name": "RECOMMENDED"
62194
62276
  }
@@ -62210,7 +62292,7 @@
62210
62292
  "kind": "interface",
62211
62293
  "locationInModule": {
62212
62294
  "filename": "src/javascript/biome/biome-config.ts",
62213
- "line": 2115
62295
+ "line": 2156
62214
62296
  },
62215
62297
  "name": "Rules",
62216
62298
  "namespace": "javascript.biome_config",
@@ -62226,7 +62308,7 @@
62226
62308
  "immutable": true,
62227
62309
  "locationInModule": {
62228
62310
  "filename": "src/javascript/biome/biome-config.ts",
62229
- "line": 2119
62311
+ "line": 2160
62230
62312
  },
62231
62313
  "name": "a11Y",
62232
62314
  "optional": true,
@@ -62245,7 +62327,7 @@
62245
62327
  "immutable": true,
62246
62328
  "locationInModule": {
62247
62329
  "filename": "src/javascript/biome/biome-config.ts",
62248
- "line": 2124
62330
+ "line": 2165
62249
62331
  },
62250
62332
  "name": "complexity",
62251
62333
  "optional": true,
@@ -62264,7 +62346,7 @@
62264
62346
  "immutable": true,
62265
62347
  "locationInModule": {
62266
62348
  "filename": "src/javascript/biome/biome-config.ts",
62267
- "line": 2129
62349
+ "line": 2170
62268
62350
  },
62269
62351
  "name": "correctness",
62270
62352
  "optional": true,
@@ -62283,7 +62365,7 @@
62283
62365
  "immutable": true,
62284
62366
  "locationInModule": {
62285
62367
  "filename": "src/javascript/biome/biome-config.ts",
62286
- "line": 2134
62368
+ "line": 2175
62287
62369
  },
62288
62370
  "name": "nursery",
62289
62371
  "optional": true,
@@ -62302,7 +62384,7 @@
62302
62384
  "immutable": true,
62303
62385
  "locationInModule": {
62304
62386
  "filename": "src/javascript/biome/biome-config.ts",
62305
- "line": 2139
62387
+ "line": 2180
62306
62388
  },
62307
62389
  "name": "performance",
62308
62390
  "optional": true,
@@ -62323,7 +62405,7 @@
62323
62405
  "immutable": true,
62324
62406
  "locationInModule": {
62325
62407
  "filename": "src/javascript/biome/biome-config.ts",
62326
- "line": 2146
62408
+ "line": 2187
62327
62409
  },
62328
62410
  "name": "recommended",
62329
62411
  "optional": true,
@@ -62342,7 +62424,7 @@
62342
62424
  "immutable": true,
62343
62425
  "locationInModule": {
62344
62426
  "filename": "src/javascript/biome/biome-config.ts",
62345
- "line": 2151
62427
+ "line": 2192
62346
62428
  },
62347
62429
  "name": "security",
62348
62430
  "optional": true,
@@ -62361,7 +62443,7 @@
62361
62443
  "immutable": true,
62362
62444
  "locationInModule": {
62363
62445
  "filename": "src/javascript/biome/biome-config.ts",
62364
- "line": 2156
62446
+ "line": 2197
62365
62447
  },
62366
62448
  "name": "style",
62367
62449
  "optional": true,
@@ -62380,7 +62462,7 @@
62380
62462
  "immutable": true,
62381
62463
  "locationInModule": {
62382
62464
  "filename": "src/javascript/biome/biome-config.ts",
62383
- "line": 2161
62465
+ "line": 2202
62384
62466
  },
62385
62467
  "name": "suspicious",
62386
62468
  "optional": true,
@@ -62404,20 +62486,20 @@
62404
62486
  "kind": "enum",
62405
62487
  "locationInModule": {
62406
62488
  "filename": "src/javascript/biome/biome-config.ts",
62407
- "line": 2486
62489
+ "line": 2537
62408
62490
  },
62409
62491
  "members": [
62410
62492
  {
62411
62493
  "docs": {
62412
62494
  "stability": "experimental",
62413
- "summary": "never."
62495
+ "summary": "The `/` inside void elements is removed by the formatter (never)."
62414
62496
  },
62415
62497
  "name": "NEVER"
62416
62498
  },
62417
62499
  {
62418
62500
  "docs": {
62419
62501
  "stability": "experimental",
62420
- "summary": "always."
62502
+ "summary": "The `/` inside void elements is always added (always)."
62421
62503
  },
62422
62504
  "name": "ALWAYS"
62423
62505
  }
@@ -62438,7 +62520,7 @@
62438
62520
  "kind": "enum",
62439
62521
  "locationInModule": {
62440
62522
  "filename": "src/javascript/biome/biome-config.ts",
62441
- "line": 2550
62523
+ "line": 2624
62442
62524
  },
62443
62525
  "members": [
62444
62526
  {
@@ -62474,7 +62556,7 @@
62474
62556
  "kind": "interface",
62475
62557
  "locationInModule": {
62476
62558
  "filename": "src/javascript/biome/biome-config.ts",
62477
- "line": 2415
62559
+ "line": 2462
62478
62560
  },
62479
62561
  "name": "Source",
62480
62562
  "namespace": "javascript.biome_config",
@@ -62485,13 +62567,14 @@
62485
62567
  "custom": {
62486
62568
  "schema": "Source#organizeImports"
62487
62569
  },
62570
+ "remarks": "See <https://biomejs.dev/assist/actions/organize-imports>",
62488
62571
  "stability": "experimental",
62489
62572
  "summary": "Provides a code action to sort the imports and exports in the file using a built-in or custom order."
62490
62573
  },
62491
62574
  "immutable": true,
62492
62575
  "locationInModule": {
62493
62576
  "filename": "src/javascript/biome/biome-config.ts",
62494
- "line": 2421
62577
+ "line": 2469
62495
62578
  },
62496
62579
  "name": "organizeImports",
62497
62580
  "optional": true,
@@ -62511,7 +62594,7 @@
62511
62594
  "immutable": true,
62512
62595
  "locationInModule": {
62513
62596
  "filename": "src/javascript/biome/biome-config.ts",
62514
- "line": 2428
62597
+ "line": 2476
62515
62598
  },
62516
62599
  "name": "recommended",
62517
62600
  "optional": true,
@@ -62525,13 +62608,14 @@
62525
62608
  "custom": {
62526
62609
  "schema": "Source#useSortedAttributes"
62527
62610
  },
62611
+ "remarks": "See <https://biomejs.dev/assist/actions/use-sorted-attributes>",
62528
62612
  "stability": "experimental",
62529
62613
  "summary": "Enforce attribute sorting in JSX elements."
62530
62614
  },
62531
62615
  "immutable": true,
62532
62616
  "locationInModule": {
62533
62617
  "filename": "src/javascript/biome/biome-config.ts",
62534
- "line": 2435
62618
+ "line": 2484
62535
62619
  },
62536
62620
  "name": "useSortedAttributes",
62537
62621
  "optional": true,
@@ -62545,13 +62629,14 @@
62545
62629
  "custom": {
62546
62630
  "schema": "Source#useSortedKeys"
62547
62631
  },
62632
+ "remarks": "See <https://biomejs.dev/assist/actions/use-sorted-keys>",
62548
62633
  "stability": "experimental",
62549
62634
  "summary": "Sort the keys of a JSON object in natural order."
62550
62635
  },
62551
62636
  "immutable": true,
62552
62637
  "locationInModule": {
62553
62638
  "filename": "src/javascript/biome/biome-config.ts",
62554
- "line": 2442
62639
+ "line": 2492
62555
62640
  },
62556
62641
  "name": "useSortedKeys",
62557
62642
  "optional": true,
@@ -62565,13 +62650,14 @@
62565
62650
  "custom": {
62566
62651
  "schema": "Source#useSortedProperties"
62567
62652
  },
62653
+ "remarks": "See <https://biomejs.dev/assist/actions/use-sorted-properties>",
62568
62654
  "stability": "experimental",
62569
62655
  "summary": "Enforce ordering of CSS properties and nested rules."
62570
62656
  },
62571
62657
  "immutable": true,
62572
62658
  "locationInModule": {
62573
62659
  "filename": "src/javascript/biome/biome-config.ts",
62574
- "line": 2449
62660
+ "line": 2500
62575
62661
  },
62576
62662
  "name": "useSortedProperties",
62577
62663
  "optional": true,
@@ -62582,82 +62668,6 @@
62582
62668
  ],
62583
62669
  "symbolId": "src/javascript/biome/biome-config:Source"
62584
62670
  },
62585
- "projen.javascript.biome_config.TrailingCommas": {
62586
- "assembly": "projen",
62587
- "docs": {
62588
- "custom": {
62589
- "schema": "TrailingCommas"
62590
- },
62591
- "stability": "experimental",
62592
- "summary": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures."
62593
- },
62594
- "fqn": "projen.javascript.biome_config.TrailingCommas",
62595
- "kind": "enum",
62596
- "locationInModule": {
62597
- "filename": "src/javascript/biome/biome-config.ts",
62598
- "line": 2562
62599
- },
62600
- "members": [
62601
- {
62602
- "docs": {
62603
- "stability": "experimental",
62604
- "summary": "all."
62605
- },
62606
- "name": "ALL"
62607
- },
62608
- {
62609
- "docs": {
62610
- "stability": "experimental",
62611
- "summary": "es5."
62612
- },
62613
- "name": "ES5"
62614
- },
62615
- {
62616
- "docs": {
62617
- "stability": "experimental",
62618
- "summary": "none."
62619
- },
62620
- "name": "NONE"
62621
- }
62622
- ],
62623
- "name": "TrailingCommas",
62624
- "namespace": "javascript.biome_config",
62625
- "symbolId": "src/javascript/biome/biome-config:TrailingCommas"
62626
- },
62627
- "projen.javascript.biome_config.TrailingCommas2": {
62628
- "assembly": "projen",
62629
- "docs": {
62630
- "custom": {
62631
- "schema": "TrailingCommas2"
62632
- },
62633
- "stability": "experimental"
62634
- },
62635
- "fqn": "projen.javascript.biome_config.TrailingCommas2",
62636
- "kind": "enum",
62637
- "locationInModule": {
62638
- "filename": "src/javascript/biome/biome-config.ts",
62639
- "line": 2574
62640
- },
62641
- "members": [
62642
- {
62643
- "docs": {
62644
- "stability": "experimental",
62645
- "summary": "none."
62646
- },
62647
- "name": "NONE"
62648
- },
62649
- {
62650
- "docs": {
62651
- "stability": "experimental",
62652
- "summary": "all."
62653
- },
62654
- "name": "ALL"
62655
- }
62656
- ],
62657
- "name": "TrailingCommas2",
62658
- "namespace": "javascript.biome_config",
62659
- "symbolId": "src/javascript/biome/biome-config:TrailingCommas2"
62660
- },
62661
62671
  "projen.javascript.biome_config.VcsClientKind": {
62662
62672
  "assembly": "projen",
62663
62673
  "docs": {
@@ -62671,7 +62681,7 @@
62671
62681
  "kind": "enum",
62672
62682
  "locationInModule": {
62673
62683
  "filename": "src/javascript/biome/biome-config.ts",
62674
- "line": 2405
62684
+ "line": 2452
62675
62685
  },
62676
62686
  "members": [
62677
62687
  {
@@ -62700,7 +62710,7 @@
62700
62710
  "kind": "interface",
62701
62711
  "locationInModule": {
62702
62712
  "filename": "src/javascript/biome/biome-config.ts",
62703
- "line": 874
62713
+ "line": 890
62704
62714
  },
62705
62715
  "name": "VcsConfiguration",
62706
62716
  "namespace": "javascript.biome_config",
@@ -62717,7 +62727,7 @@
62717
62727
  "immutable": true,
62718
62728
  "locationInModule": {
62719
62729
  "filename": "src/javascript/biome/biome-config.ts",
62720
- "line": 880
62730
+ "line": 896
62721
62731
  },
62722
62732
  "name": "clientKind",
62723
62733
  "optional": true,
@@ -62737,7 +62747,7 @@
62737
62747
  "immutable": true,
62738
62748
  "locationInModule": {
62739
62749
  "filename": "src/javascript/biome/biome-config.ts",
62740
- "line": 887
62750
+ "line": 903
62741
62751
  },
62742
62752
  "name": "defaultBranch",
62743
62753
  "optional": true,
@@ -62757,7 +62767,7 @@
62757
62767
  "immutable": true,
62758
62768
  "locationInModule": {
62759
62769
  "filename": "src/javascript/biome/biome-config.ts",
62760
- "line": 894
62770
+ "line": 910
62761
62771
  },
62762
62772
  "name": "enabled",
62763
62773
  "optional": true,
@@ -62771,14 +62781,14 @@
62771
62781
  "custom": {
62772
62782
  "schema": "VcsConfiguration#root"
62773
62783
  },
62774
- "remarks": "By default, Biome will use the same folder where `biome.json` was found.\n\nIf Biome can't find the configuration, it will attempt to use the current working directory. If no current working directory can't be found, Biome won't use the VCS integration, and a diagnostic will be emitted",
62784
+ "remarks": "By default, Biome will use the same\nfolder where `biome.json` was found.\n\nIf Biome can't find the configuration, it will attempt to use the current working directory.\nIf no current working directory can't be found, Biome won't use the VCS integration, and a diagnostic\nwill be emitted",
62775
62785
  "stability": "experimental",
62776
62786
  "summary": "The folder where Biome should check for VCS files."
62777
62787
  },
62778
62788
  "immutable": true,
62779
62789
  "locationInModule": {
62780
62790
  "filename": "src/javascript/biome/biome-config.ts",
62781
- "line": 903
62791
+ "line": 922
62782
62792
  },
62783
62793
  "name": "root",
62784
62794
  "optional": true,
@@ -62792,14 +62802,14 @@
62792
62802
  "custom": {
62793
62803
  "schema": "VcsConfiguration#useIgnoreFile"
62794
62804
  },
62795
- "remarks": "When [true], Biome will ignore the files specified in the ignore file.",
62805
+ "remarks": "When [true], Biome will ignore the files\nspecified in the ignore file.",
62796
62806
  "stability": "experimental",
62797
62807
  "summary": "Whether Biome should use the VCS ignore file."
62798
62808
  },
62799
62809
  "immutable": true,
62800
62810
  "locationInModule": {
62801
62811
  "filename": "src/javascript/biome/biome-config.ts",
62802
- "line": 910
62812
+ "line": 930
62803
62813
  },
62804
62814
  "name": "useIgnoreFile",
62805
62815
  "optional": true,
@@ -62816,7 +62826,7 @@
62816
62826
  "custom": {
62817
62827
  "schema": "WhitespaceSensitivity"
62818
62828
  },
62819
- "remarks": "The following two cases won't produce the same output:\n\n| | html | output | | -------------- | :------------: | :----------: | | with spaces | `1<b> 2 </b>3` | 1<b> 2 </b>3 | | without spaces | `1<b>2</b>3` | 1<b>2</b>3 |\n\nThis happens because whitespace is significant in inline elements.\n\nAs a consequence of this, the formatter must format blocks that look like this (assume a small line width, <20): ```html <span>really long content</span> ``` as this, where the content hugs the tags: ```html <span >really long content</span > ```\n\nNote that this is only necessary for inline elements. Block elements do not have this restriction.",
62829
+ "remarks": "The following two cases won't produce the same output:\n\n| | html | output |\n| -------------- | :------------: | :----------: |\n| with spaces | `1<b> 2 </b>3` | 1<b> 2 </b>3 |\n| without spaces | `1<b>2</b>3` | 1<b>2</b>3 |\n\nThis happens because whitespace is significant in inline elements.\n\nAs a consequence of this, the formatter must format blocks that look like this (assume a small line width, <20):\n```html\n<span>really long content</span>\n```\nas this, where the content hugs the tags:\n```html\n<span\n>really long content</span\n>\n```\n\nNote that this is only necessary for inline elements. Block elements do not have this restriction.",
62820
62830
  "stability": "experimental",
62821
62831
  "summary": "Whitespace sensitivity for HTML formatting."
62822
62832
  },
@@ -62824,27 +62834,30 @@
62824
62834
  "kind": "enum",
62825
62835
  "locationInModule": {
62826
62836
  "filename": "src/javascript/biome/biome-config.ts",
62827
- "line": 2508
62837
+ "line": 2571
62828
62838
  },
62829
62839
  "members": [
62830
62840
  {
62831
62841
  "docs": {
62842
+ "remarks": "(css)",
62832
62843
  "stability": "experimental",
62833
- "summary": "css."
62844
+ "summary": "The formatter considers whitespace significant for elements that have an \"inline\" display style by default in browser's user agent style sheets."
62834
62845
  },
62835
62846
  "name": "CSS"
62836
62847
  },
62837
62848
  {
62838
62849
  "docs": {
62850
+ "remarks": "The formatter should leave at least one whitespace character if whitespace is present.\nOtherwise, if there is no whitespace, it should not add any after `>` or before `<`. In other words, if there's no whitespace, the text content should hug the tags.\n\nExample of text hugging the tags:\n```html\n<b\n>content</b\n>\n``` (strict)",
62839
62851
  "stability": "experimental",
62840
- "summary": "strict."
62852
+ "summary": "Leading and trailing whitespace in content is considered significant for all elements."
62841
62853
  },
62842
62854
  "name": "STRICT"
62843
62855
  },
62844
62856
  {
62845
62857
  "docs": {
62858
+ "remarks": "The formatter is free to remove or add whitespace as it sees fit. (ignore)",
62846
62859
  "stability": "experimental",
62847
- "summary": "ignore."
62860
+ "summary": "Whitespace is considered insignificant."
62848
62861
  },
62849
62862
  "name": "IGNORE"
62850
62863
  }
@@ -67633,6 +67646,140 @@
67633
67646
  ],
67634
67647
  "symbolId": "src/python/venv:VenvOptions"
67635
67648
  },
67649
+ "projen.python.uvConfig.AddBoundsKind": {
67650
+ "assembly": "projen",
67651
+ "docs": {
67652
+ "custom": {
67653
+ "schema": "AddBoundsKind"
67654
+ },
67655
+ "stability": "experimental",
67656
+ "summary": "The default version specifier when adding a dependency."
67657
+ },
67658
+ "fqn": "projen.python.uvConfig.AddBoundsKind",
67659
+ "kind": "enum",
67660
+ "locationInModule": {
67661
+ "filename": "src/python/uv-config.ts",
67662
+ "line": 832
67663
+ },
67664
+ "members": [
67665
+ {
67666
+ "docs": {
67667
+ "stability": "experimental",
67668
+ "summary": "Only a lower bound, e.g., `>=1.2.3`. (lower)."
67669
+ },
67670
+ "name": "LOWER"
67671
+ },
67672
+ {
67673
+ "docs": {
67674
+ "remarks": "Leading zeroes are skipped, e.g. `>=0.1.2, <0.2.0`. (major)",
67675
+ "stability": "experimental",
67676
+ "summary": "Allow the same major version, similar to the semver caret, e.g., `>=1.2.3, <2.0.0`."
67677
+ },
67678
+ "name": "MAJOR"
67679
+ },
67680
+ {
67681
+ "docs": {
67682
+ "remarks": "Leading zeroes are skipped, e.g. `>=0.1.2, <0.1.3`. (minor)",
67683
+ "stability": "experimental",
67684
+ "summary": "Allow the same minor version, similar to the semver tilde, e.g., `>=1.2.3, <1.3.0`."
67685
+ },
67686
+ "name": "MINOR"
67687
+ },
67688
+ {
67689
+ "docs": {
67690
+ "remarks": "This option is not recommended, as versions are already pinned in the uv lockfile. (exact)",
67691
+ "stability": "experimental",
67692
+ "summary": "Pin the exact version, e.g., `==1.2.3`."
67693
+ },
67694
+ "name": "EXACT"
67695
+ }
67696
+ ],
67697
+ "name": "AddBoundsKind",
67698
+ "namespace": "python.uvConfig",
67699
+ "symbolId": "src/python/uv-config:AddBoundsKind"
67700
+ },
67701
+ "projen.python.uvConfig.AnnotationStyle": {
67702
+ "assembly": "projen",
67703
+ "docs": {
67704
+ "custom": {
67705
+ "schema": "AnnotationStyle"
67706
+ },
67707
+ "stability": "experimental",
67708
+ "summary": "Indicate the style of annotation comments, used to indicate the dependencies that requested each package."
67709
+ },
67710
+ "fqn": "projen.python.uvConfig.AnnotationStyle",
67711
+ "kind": "enum",
67712
+ "locationInModule": {
67713
+ "filename": "src/python/uv-config.ts",
67714
+ "line": 2367
67715
+ },
67716
+ "members": [
67717
+ {
67718
+ "docs": {
67719
+ "remarks": "(line)",
67720
+ "stability": "experimental",
67721
+ "summary": "Render the annotations on a single, comma-separated line."
67722
+ },
67723
+ "name": "LINE"
67724
+ },
67725
+ {
67726
+ "docs": {
67727
+ "remarks": "(split)",
67728
+ "stability": "experimental",
67729
+ "summary": "Render each annotation on its own line."
67730
+ },
67731
+ "name": "SPLIT"
67732
+ }
67733
+ ],
67734
+ "name": "AnnotationStyle",
67735
+ "namespace": "python.uvConfig",
67736
+ "symbolId": "src/python/uv-config:AnnotationStyle"
67737
+ },
67738
+ "projen.python.uvConfig.AuthPolicy": {
67739
+ "assembly": "projen",
67740
+ "docs": {
67741
+ "custom": {
67742
+ "schema": "AuthPolicy"
67743
+ },
67744
+ "stability": "experimental",
67745
+ "summary": "When to use authentication."
67746
+ },
67747
+ "fqn": "projen.python.uvConfig.AuthPolicy",
67748
+ "kind": "enum",
67749
+ "locationInModule": {
67750
+ "filename": "src/python/uv-config.ts",
67751
+ "line": 2296
67752
+ },
67753
+ "members": [
67754
+ {
67755
+ "docs": {
67756
+ "remarks": "If credentials are provided, they will be used. Otherwise, an unauthenticated request will\nbe attempted first. If the request fails, uv will search for credentials. If credentials are\nfound, an authenticated request will be attempted. (auto)",
67757
+ "stability": "experimental",
67758
+ "summary": "Authenticate when necessary."
67759
+ },
67760
+ "name": "AUTO"
67761
+ },
67762
+ {
67763
+ "docs": {
67764
+ "remarks": "If credentials are not provided, uv will eagerly search for credentials. If credentials\ncannot be found, uv will error instead of attempting an unauthenticated request. (always)",
67765
+ "stability": "experimental",
67766
+ "summary": "Always authenticate."
67767
+ },
67768
+ "name": "ALWAYS"
67769
+ },
67770
+ {
67771
+ "docs": {
67772
+ "remarks": "If credentials are provided, uv will error. uv will not search for credentials. (never)",
67773
+ "stability": "experimental",
67774
+ "summary": "Never authenticate."
67775
+ },
67776
+ "name": "NEVER"
67777
+ }
67778
+ ],
67779
+ "name": "AuthPolicy",
67780
+ "namespace": "python.uvConfig",
67781
+ "symbolId": "src/python/uv-config:AuthPolicy"
67782
+ },
67636
67783
  "projen.python.uvConfig.BuildBackendSettings": {
67637
67784
  "assembly": "projen",
67638
67785
  "datatype": true,
@@ -67648,7 +67795,7 @@
67648
67795
  "kind": "interface",
67649
67796
  "locationInModule": {
67650
67797
  "filename": "src/python/uv-config.ts",
67651
- "line": 838
67798
+ "line": 860
67652
67799
  },
67653
67800
  "name": "BuildBackendSettings",
67654
67801
  "namespace": "python.uvConfig",
@@ -67666,7 +67813,7 @@
67666
67813
  "immutable": true,
67667
67814
  "locationInModule": {
67668
67815
  "filename": "src/python/uv-config.ts",
67669
- "line": 864
67816
+ "line": 886
67670
67817
  },
67671
67818
  "name": "data",
67672
67819
  "optional": true,
@@ -67687,7 +67834,7 @@
67687
67834
  "immutable": true,
67688
67835
  "locationInModule": {
67689
67836
  "filename": "src/python/uv-config.ts",
67690
- "line": 873
67837
+ "line": 895
67691
67838
  },
67692
67839
  "name": "defaultExcludes",
67693
67840
  "optional": true,
@@ -67708,7 +67855,7 @@
67708
67855
  "immutable": true,
67709
67856
  "locationInModule": {
67710
67857
  "filename": "src/python/uv-config.ts",
67711
- "line": 897
67858
+ "line": 919
67712
67859
  },
67713
67860
  "name": "moduleName",
67714
67861
  "optional": true,
@@ -67729,7 +67876,7 @@
67729
67876
  "immutable": true,
67730
67877
  "locationInModule": {
67731
67878
  "filename": "src/python/uv-config.ts",
67732
- "line": 906
67879
+ "line": 928
67733
67880
  },
67734
67881
  "name": "moduleRoot",
67735
67882
  "optional": true,
@@ -67750,7 +67897,7 @@
67750
67897
  "immutable": true,
67751
67898
  "locationInModule": {
67752
67899
  "filename": "src/python/uv-config.ts",
67753
- "line": 955
67900
+ "line": 977
67754
67901
  },
67755
67902
  "name": "namespace",
67756
67903
  "optional": true,
@@ -67770,7 +67917,7 @@
67770
67917
  "immutable": true,
67771
67918
  "locationInModule": {
67772
67919
  "filename": "src/python/uv-config.ts",
67773
- "line": 962
67920
+ "line": 984
67774
67921
  },
67775
67922
  "name": "sourceExclude",
67776
67923
  "optional": true,
@@ -67796,7 +67943,7 @@
67796
67943
  "immutable": true,
67797
67944
  "locationInModule": {
67798
67945
  "filename": "src/python/uv-config.ts",
67799
- "line": 972
67946
+ "line": 994
67800
67947
  },
67801
67948
  "name": "sourceInclude",
67802
67949
  "optional": true,
@@ -67821,7 +67968,7 @@
67821
67968
  "immutable": true,
67822
67969
  "locationInModule": {
67823
67970
  "filename": "src/python/uv-config.ts",
67824
- "line": 979
67971
+ "line": 1001
67825
67972
  },
67826
67973
  "name": "wheelExclude",
67827
67974
  "optional": true,
@@ -67850,7 +67997,7 @@
67850
67997
  "kind": "interface",
67851
67998
  "locationInModule": {
67852
67999
  "filename": "src/python/uv-config.ts",
67853
- "line": 1049
68000
+ "line": 1071
67854
68001
  },
67855
68002
  "name": "DependencyGroupSettings",
67856
68003
  "namespace": "python.uvConfig",
@@ -67867,7 +68014,7 @@
67867
68014
  "immutable": true,
67868
68015
  "locationInModule": {
67869
68016
  "filename": "src/python/uv-config.ts",
67870
- "line": 1055
68017
+ "line": 1077
67871
68018
  },
67872
68019
  "name": "requiresPython",
67873
68020
  "optional": true,
@@ -67878,6 +68025,42 @@
67878
68025
  ],
67879
68026
  "symbolId": "src/python/uv-config:DependencyGroupSettings"
67880
68027
  },
68028
+ "projen.python.uvConfig.ForkStrategy": {
68029
+ "assembly": "projen",
68030
+ "docs": {
68031
+ "custom": {
68032
+ "schema": "ForkStrategy"
68033
+ },
68034
+ "stability": "experimental"
68035
+ },
68036
+ "fqn": "projen.python.uvConfig.ForkStrategy",
68037
+ "kind": "enum",
68038
+ "locationInModule": {
68039
+ "filename": "src/python/uv-config.ts",
68040
+ "line": 1154
68041
+ },
68042
+ "members": [
68043
+ {
68044
+ "docs": {
68045
+ "remarks": "Older versions may\nbe preferred if they are compatible with a wider range of supported Python versions or\nplatforms. (fewest)",
68046
+ "stability": "experimental",
68047
+ "summary": "Optimize for selecting the fewest number of versions for each package."
68048
+ },
68049
+ "name": "FEWEST"
68050
+ },
68051
+ {
68052
+ "docs": {
68053
+ "remarks": "(requires-python)",
68054
+ "stability": "experimental",
68055
+ "summary": "Optimize for selecting latest supported version of each package, for each supported Python version."
68056
+ },
68057
+ "name": "REQUIRES_HYPHEN_PYTHON"
68058
+ }
68059
+ ],
68060
+ "name": "ForkStrategy",
68061
+ "namespace": "python.uvConfig",
68062
+ "symbolId": "src/python/uv-config:ForkStrategy"
68063
+ },
67881
68064
  "projen.python.uvConfig.Index": {
67882
68065
  "assembly": "projen",
67883
68066
  "datatype": true,
@@ -67891,7 +68074,7 @@
67891
68074
  "kind": "interface",
67892
68075
  "locationInModule": {
67893
68076
  "filename": "src/python/uv-config.ts",
67894
- "line": 1132
68077
+ "line": 1167
67895
68078
  },
67896
68079
  "name": "Index",
67897
68080
  "namespace": "python.uvConfig",
@@ -67909,7 +68092,7 @@
67909
68092
  "immutable": true,
67910
68093
  "locationInModule": {
67911
68094
  "filename": "src/python/uv-config.ts",
67912
- "line": 1269
68095
+ "line": 1304
67913
68096
  },
67914
68097
  "name": "url",
67915
68098
  "type": {
@@ -67929,12 +68112,12 @@
67929
68112
  "immutable": true,
67930
68113
  "locationInModule": {
67931
68114
  "filename": "src/python/uv-config.ts",
67932
- "line": 1145
68115
+ "line": 1180
67933
68116
  },
67934
68117
  "name": "authenticate",
67935
68118
  "optional": true,
67936
68119
  "type": {
67937
- "primitive": "string"
68120
+ "fqn": "projen.python.uvConfig.AuthPolicy"
67938
68121
  }
67939
68122
  },
67940
68123
  {
@@ -67950,7 +68133,7 @@
67950
68133
  "immutable": true,
67951
68134
  "locationInModule": {
67952
68135
  "filename": "src/python/uv-config.ts",
67953
- "line": 1162
68136
+ "line": 1197
67954
68137
  },
67955
68138
  "name": "cacheControl",
67956
68139
  "optional": true,
@@ -67971,7 +68154,7 @@
67971
68154
  "immutable": true,
67972
68155
  "locationInModule": {
67973
68156
  "filename": "src/python/uv-config.ts",
67974
- "line": 1177
68157
+ "line": 1212
67975
68158
  },
67976
68159
  "name": "default",
67977
68160
  "optional": true,
@@ -67992,7 +68175,7 @@
67992
68175
  "immutable": true,
67993
68176
  "locationInModule": {
67994
68177
  "filename": "src/python/uv-config.ts",
67995
- "line": 1197
68178
+ "line": 1232
67996
68179
  },
67997
68180
  "name": "explicit",
67998
68181
  "optional": true,
@@ -68013,12 +68196,12 @@
68013
68196
  "immutable": true,
68014
68197
  "locationInModule": {
68015
68198
  "filename": "src/python/uv-config.ts",
68016
- "line": 1208
68199
+ "line": 1243
68017
68200
  },
68018
68201
  "name": "format",
68019
68202
  "optional": true,
68020
68203
  "type": {
68021
- "primitive": "string"
68204
+ "fqn": "projen.python.uvConfig.IndexFormat"
68022
68205
  }
68023
68206
  },
68024
68207
  {
@@ -68034,7 +68217,7 @@
68034
68217
  "immutable": true,
68035
68218
  "locationInModule": {
68036
68219
  "filename": "src/python/uv-config.ts",
68037
- "line": 1223
68220
+ "line": 1258
68038
68221
  },
68039
68222
  "name": "ignoreErrorCodes",
68040
68223
  "optional": true,
@@ -68060,7 +68243,7 @@
68060
68243
  "immutable": true,
68061
68244
  "locationInModule": {
68062
68245
  "filename": "src/python/uv-config.ts",
68063
- "line": 1242
68246
+ "line": 1277
68064
68247
  },
68065
68248
  "name": "name",
68066
68249
  "optional": true,
@@ -68081,7 +68264,7 @@
68081
68264
  "immutable": true,
68082
68265
  "locationInModule": {
68083
68266
  "filename": "src/python/uv-config.ts",
68084
- "line": 1260
68267
+ "line": 1295
68085
68268
  },
68086
68269
  "name": "publishUrl",
68087
68270
  "optional": true,
@@ -68106,7 +68289,7 @@
68106
68289
  "kind": "interface",
68107
68290
  "locationInModule": {
68108
68291
  "filename": "src/python/uv-config.ts",
68109
- "line": 2132
68292
+ "line": 2319
68110
68293
  },
68111
68294
  "name": "IndexCacheControl",
68112
68295
  "namespace": "python.uvConfig",
@@ -68123,7 +68306,7 @@
68123
68306
  "immutable": true,
68124
68307
  "locationInModule": {
68125
68308
  "filename": "src/python/uv-config.ts",
68126
- "line": 2138
68309
+ "line": 2325
68127
68310
  },
68128
68311
  "name": "api",
68129
68312
  "optional": true,
@@ -68143,7 +68326,7 @@
68143
68326
  "immutable": true,
68144
68327
  "locationInModule": {
68145
68328
  "filename": "src/python/uv-config.ts",
68146
- "line": 2145
68329
+ "line": 2332
68147
68330
  },
68148
68331
  "name": "files",
68149
68332
  "optional": true,
@@ -68154,6 +68337,174 @@
68154
68337
  ],
68155
68338
  "symbolId": "src/python/uv-config:IndexCacheControl"
68156
68339
  },
68340
+ "projen.python.uvConfig.IndexFormat": {
68341
+ "assembly": "projen",
68342
+ "docs": {
68343
+ "custom": {
68344
+ "schema": "IndexFormat"
68345
+ },
68346
+ "stability": "experimental"
68347
+ },
68348
+ "fqn": "projen.python.uvConfig.IndexFormat",
68349
+ "kind": "enum",
68350
+ "locationInModule": {
68351
+ "filename": "src/python/uv-config.ts",
68352
+ "line": 2354
68353
+ },
68354
+ "members": [
68355
+ {
68356
+ "docs": {
68357
+ "remarks": "(simple)",
68358
+ "stability": "experimental",
68359
+ "summary": "A PyPI-style index implementing the Simple Repository API."
68360
+ },
68361
+ "name": "SIMPLE"
68362
+ },
68363
+ {
68364
+ "docs": {
68365
+ "remarks": "(flat)",
68366
+ "stability": "experimental",
68367
+ "summary": "A `--find-links`-style index containing a flat list of wheels and source distributions."
68368
+ },
68369
+ "name": "FLAT"
68370
+ }
68371
+ ],
68372
+ "name": "IndexFormat",
68373
+ "namespace": "python.uvConfig",
68374
+ "symbolId": "src/python/uv-config:IndexFormat"
68375
+ },
68376
+ "projen.python.uvConfig.IndexStrategy": {
68377
+ "assembly": "projen",
68378
+ "docs": {
68379
+ "custom": {
68380
+ "schema": "IndexStrategy"
68381
+ },
68382
+ "stability": "experimental"
68383
+ },
68384
+ "fqn": "projen.python.uvConfig.IndexStrategy",
68385
+ "kind": "enum",
68386
+ "locationInModule": {
68387
+ "filename": "src/python/uv-config.ts",
68388
+ "line": 1333
68389
+ },
68390
+ "members": [
68391
+ {
68392
+ "docs": {
68393
+ "remarks": "While this differs from pip's behavior, it's the default index strategy as it's the most\nsecure. (first-index)",
68394
+ "stability": "experimental",
68395
+ "summary": "Only use results from the first index that returns a match for a given package name."
68396
+ },
68397
+ "name": "FIRST_HYPHEN_INDEX"
68398
+ },
68399
+ {
68400
+ "docs": {
68401
+ "remarks": "In this strategy, we look for every package across all indexes. When resolving, we attempt\nto use versions from the indexes in order, such that we exhaust all available versions from\nthe first index before moving on to the next. Further, if a version is found to be\nincompatible in the first index, we do not reconsider that version in subsequent indexes,\neven if the secondary index might contain compatible versions (e.g., variants of the same\nversions with different ABI tags or Python version constraints).\n\nSee: <https://peps.python.org/pep-0708/> (unsafe-first-match)",
68402
+ "stability": "experimental",
68403
+ "summary": "Search for every package name across all indexes, exhausting the versions from the first index before moving on to the next."
68404
+ },
68405
+ "name": "UNSAFE_HYPHEN_FIRST_HYPHEN_MATCH"
68406
+ },
68407
+ {
68408
+ "docs": {
68409
+ "remarks": "If a\npackage version is in multiple indexes, only look at the entry for the first index.\n\nIn this strategy, we look for every package across all indexes. When resolving, we consider\nall versions from all indexes, choosing the \"best\" version found (typically, the highest\ncompatible version).\n\nThis most closely matches pip's behavior, but exposes the resolver to \"dependency confusion\"\nattacks whereby malicious actors can publish packages to public indexes with the same name\nas internal packages, causing the resolver to install the malicious package in lieu of\nthe intended internal package.\n\nSee: <https://peps.python.org/pep-0708/> (unsafe-best-match)",
68410
+ "stability": "experimental",
68411
+ "summary": "Search for every package name across all indexes, preferring the \"best\" version found."
68412
+ },
68413
+ "name": "UNSAFE_HYPHEN_BEST_HYPHEN_MATCH"
68414
+ }
68415
+ ],
68416
+ "name": "IndexStrategy",
68417
+ "namespace": "python.uvConfig",
68418
+ "symbolId": "src/python/uv-config:IndexStrategy"
68419
+ },
68420
+ "projen.python.uvConfig.KeyringProviderType": {
68421
+ "assembly": "projen",
68422
+ "docs": {
68423
+ "custom": {
68424
+ "schema": "KeyringProviderType"
68425
+ },
68426
+ "stability": "experimental",
68427
+ "summary": "Keyring provider type to use for credential lookup."
68428
+ },
68429
+ "fqn": "projen.python.uvConfig.KeyringProviderType",
68430
+ "kind": "enum",
68431
+ "locationInModule": {
68432
+ "filename": "src/python/uv-config.ts",
68433
+ "line": 1372
68434
+ },
68435
+ "members": [
68436
+ {
68437
+ "docs": {
68438
+ "remarks": "(disabled)",
68439
+ "stability": "experimental",
68440
+ "summary": "Do not use keyring for credential lookup."
68441
+ },
68442
+ "name": "DISABLED"
68443
+ },
68444
+ {
68445
+ "docs": {
68446
+ "remarks": "(subprocess)",
68447
+ "stability": "experimental",
68448
+ "summary": "Use the `keyring` command for credential lookup."
68449
+ },
68450
+ "name": "SUBPROCESS"
68451
+ }
68452
+ ],
68453
+ "name": "KeyringProviderType",
68454
+ "namespace": "python.uvConfig",
68455
+ "symbolId": "src/python/uv-config:KeyringProviderType"
68456
+ },
68457
+ "projen.python.uvConfig.LinkMode": {
68458
+ "assembly": "projen",
68459
+ "docs": {
68460
+ "custom": {
68461
+ "schema": "LinkMode"
68462
+ },
68463
+ "stability": "experimental"
68464
+ },
68465
+ "fqn": "projen.python.uvConfig.LinkMode",
68466
+ "kind": "enum",
68467
+ "locationInModule": {
68468
+ "filename": "src/python/uv-config.ts",
68469
+ "line": 1382
68470
+ },
68471
+ "members": [
68472
+ {
68473
+ "docs": {
68474
+ "stability": "experimental",
68475
+ "summary": "Clone (i.e., copy-on-write) packages from the wheel into the `site-packages` directory. (clone)."
68476
+ },
68477
+ "name": "CLONE"
68478
+ },
68479
+ {
68480
+ "docs": {
68481
+ "remarks": "(copy)",
68482
+ "stability": "experimental",
68483
+ "summary": "Copy packages from the wheel into the `site-packages` directory."
68484
+ },
68485
+ "name": "COPY"
68486
+ },
68487
+ {
68488
+ "docs": {
68489
+ "remarks": "(hardlink)",
68490
+ "stability": "experimental",
68491
+ "summary": "Hard link packages from the wheel into the `site-packages` directory."
68492
+ },
68493
+ "name": "HARDLINK"
68494
+ },
68495
+ {
68496
+ "docs": {
68497
+ "remarks": "(symlink)",
68498
+ "stability": "experimental",
68499
+ "summary": "Symbolically link packages from the wheel into the `site-packages` directory."
68500
+ },
68501
+ "name": "SYMLINK"
68502
+ }
68503
+ ],
68504
+ "name": "LinkMode",
68505
+ "namespace": "python.uvConfig",
68506
+ "symbolId": "src/python/uv-config:LinkMode"
68507
+ },
68157
68508
  "projen.python.uvConfig.PipGroupName": {
68158
68509
  "assembly": "projen",
68159
68510
  "datatype": true,
@@ -68169,7 +68520,7 @@
68169
68520
  "kind": "interface",
68170
68521
  "locationInModule": {
68171
68522
  "filename": "src/python/uv-config.ts",
68172
- "line": 2172
68523
+ "line": 2382
68173
68524
  },
68174
68525
  "name": "PipGroupName",
68175
68526
  "namespace": "python.uvConfig",
@@ -68185,7 +68536,7 @@
68185
68536
  "immutable": true,
68186
68537
  "locationInModule": {
68187
68538
  "filename": "src/python/uv-config.ts",
68188
- "line": 2176
68539
+ "line": 2386
68189
68540
  },
68190
68541
  "name": "name",
68191
68542
  "type": {
@@ -68203,7 +68554,7 @@
68203
68554
  "immutable": true,
68204
68555
  "locationInModule": {
68205
68556
  "filename": "src/python/uv-config.ts",
68206
- "line": 2181
68557
+ "line": 2391
68207
68558
  },
68208
68559
  "name": "path",
68209
68560
  "optional": true,
@@ -68229,7 +68580,7 @@
68229
68580
  "kind": "interface",
68230
68581
  "locationInModule": {
68231
68582
  "filename": "src/python/uv-config.ts",
68232
- "line": 1303
68583
+ "line": 1401
68233
68584
  },
68234
68585
  "name": "PipOptions",
68235
68586
  "namespace": "python.uvConfig",
@@ -68247,7 +68598,7 @@
68247
68598
  "immutable": true,
68248
68599
  "locationInModule": {
68249
68600
  "filename": "src/python/uv-config.ts",
68250
- "line": 1311
68601
+ "line": 1409
68251
68602
  },
68252
68603
  "name": "allExtras",
68253
68604
  "optional": true,
@@ -68267,7 +68618,7 @@
68267
68618
  "immutable": true,
68268
68619
  "locationInModule": {
68269
68620
  "filename": "src/python/uv-config.ts",
68270
- "line": 1319
68621
+ "line": 1417
68271
68622
  },
68272
68623
  "name": "allowEmptyRequirements",
68273
68624
  "optional": true,
@@ -68287,12 +68638,12 @@
68287
68638
  "immutable": true,
68288
68639
  "locationInModule": {
68289
68640
  "filename": "src/python/uv-config.ts",
68290
- "line": 1327
68641
+ "line": 1425
68291
68642
  },
68292
68643
  "name": "annotationStyle",
68293
68644
  "optional": true,
68294
68645
  "type": {
68295
- "primitive": "string"
68646
+ "fqn": "projen.python.uvConfig.AnnotationStyle"
68296
68647
  }
68297
68648
  },
68298
68649
  {
@@ -68308,7 +68659,7 @@
68308
68659
  "immutable": true,
68309
68660
  "locationInModule": {
68310
68661
  "filename": "src/python/uv-config.ts",
68311
- "line": 1339
68662
+ "line": 1437
68312
68663
  },
68313
68664
  "name": "breakSystemPackages",
68314
68665
  "optional": true,
@@ -68329,7 +68680,7 @@
68329
68680
  "immutable": true,
68330
68681
  "locationInModule": {
68331
68682
  "filename": "src/python/uv-config.ts",
68332
- "line": 1355
68683
+ "line": 1453
68333
68684
  },
68334
68685
  "name": "compileBytecode",
68335
68686
  "optional": true,
@@ -68349,7 +68700,7 @@
68349
68700
  "immutable": true,
68350
68701
  "locationInModule": {
68351
68702
  "filename": "src/python/uv-config.ts",
68352
- "line": 1363
68703
+ "line": 1461
68353
68704
  },
68354
68705
  "name": "configSettings",
68355
68706
  "optional": true,
@@ -68374,7 +68725,7 @@
68374
68725
  "immutable": true,
68375
68726
  "locationInModule": {
68376
68727
  "filename": "src/python/uv-config.ts",
68377
- "line": 1371
68728
+ "line": 1469
68378
68729
  },
68379
68730
  "name": "configSettingsPackage",
68380
68731
  "optional": true,
@@ -68405,7 +68756,7 @@
68405
68756
  "immutable": true,
68406
68757
  "locationInModule": {
68407
68758
  "filename": "src/python/uv-config.ts",
68408
- "line": 1380
68759
+ "line": 1478
68409
68760
  },
68410
68761
  "name": "customCompileCommand",
68411
68762
  "optional": true,
@@ -68426,7 +68777,7 @@
68426
68777
  "immutable": true,
68427
68778
  "locationInModule": {
68428
68779
  "filename": "src/python/uv-config.ts",
68429
- "line": 1399
68780
+ "line": 1497
68430
68781
  },
68431
68782
  "name": "dependencyMetadata",
68432
68783
  "optional": true,
@@ -68451,7 +68802,7 @@
68451
68802
  "immutable": true,
68452
68803
  "locationInModule": {
68453
68804
  "filename": "src/python/uv-config.ts",
68454
- "line": 1406
68805
+ "line": 1504
68455
68806
  },
68456
68807
  "name": "emitBuildOptions",
68457
68808
  "optional": true,
@@ -68471,7 +68822,7 @@
68471
68822
  "immutable": true,
68472
68823
  "locationInModule": {
68473
68824
  "filename": "src/python/uv-config.ts",
68474
- "line": 1413
68825
+ "line": 1511
68475
68826
  },
68476
68827
  "name": "emitFindLinks",
68477
68828
  "optional": true,
@@ -68491,7 +68842,7 @@
68491
68842
  "immutable": true,
68492
68843
  "locationInModule": {
68493
68844
  "filename": "src/python/uv-config.ts",
68494
- "line": 1421
68845
+ "line": 1519
68495
68846
  },
68496
68847
  "name": "emitIndexAnnotation",
68497
68848
  "optional": true,
@@ -68511,7 +68862,7 @@
68511
68862
  "immutable": true,
68512
68863
  "locationInModule": {
68513
68864
  "filename": "src/python/uv-config.ts",
68514
- "line": 1428
68865
+ "line": 1526
68515
68866
  },
68516
68867
  "name": "emitIndexUrl",
68517
68868
  "optional": true,
@@ -68532,7 +68883,7 @@
68532
68883
  "immutable": true,
68533
68884
  "locationInModule": {
68534
68885
  "filename": "src/python/uv-config.ts",
68535
- "line": 1440
68886
+ "line": 1538
68536
68887
  },
68537
68888
  "name": "emitMarkerExpression",
68538
68889
  "optional": true,
@@ -68553,7 +68904,7 @@
68553
68904
  "immutable": true,
68554
68905
  "locationInModule": {
68555
68906
  "filename": "src/python/uv-config.ts",
68556
- "line": 1451
68907
+ "line": 1549
68557
68908
  },
68558
68909
  "name": "excludeNewer",
68559
68910
  "optional": true,
@@ -68574,7 +68925,7 @@
68574
68925
  "immutable": true,
68575
68926
  "locationInModule": {
68576
68927
  "filename": "src/python/uv-config.ts",
68577
- "line": 1460
68928
+ "line": 1558
68578
68929
  },
68579
68930
  "name": "excludeNewerPackage",
68580
68931
  "optional": true,
@@ -68600,7 +68951,7 @@
68600
68951
  "immutable": true,
68601
68952
  "locationInModule": {
68602
68953
  "filename": "src/python/uv-config.ts",
68603
- "line": 1469
68954
+ "line": 1567
68604
68955
  },
68605
68956
  "name": "extra",
68606
68957
  "optional": true,
@@ -68626,7 +68977,7 @@
68626
68977
  "immutable": true,
68627
68978
  "locationInModule": {
68628
68979
  "filename": "src/python/uv-config.ts",
68629
- "line": 1480
68980
+ "line": 1578
68630
68981
  },
68631
68982
  "name": "extraBuildDependencies",
68632
68983
  "optional": true,
@@ -68657,7 +69008,7 @@
68657
69008
  "immutable": true,
68658
69009
  "locationInModule": {
68659
69010
  "filename": "src/python/uv-config.ts",
68660
- "line": 1490
69011
+ "line": 1588
68661
69012
  },
68662
69013
  "name": "extraBuildVariables",
68663
69014
  "optional": true,
@@ -68688,7 +69039,7 @@
68688
69039
  "immutable": true,
68689
69040
  "locationInModule": {
68690
69041
  "filename": "src/python/uv-config.ts",
68691
- "line": 1506
69042
+ "line": 1604
68692
69043
  },
68693
69044
  "name": "extraIndexUrl",
68694
69045
  "optional": true,
@@ -68714,7 +69065,7 @@
68714
69065
  "immutable": true,
68715
69066
  "locationInModule": {
68716
69067
  "filename": "src/python/uv-config.ts",
68717
- "line": 1520
69068
+ "line": 1618
68718
69069
  },
68719
69070
  "name": "findLinks",
68720
69071
  "optional": true,
@@ -68740,12 +69091,12 @@
68740
69091
  "immutable": true,
68741
69092
  "locationInModule": {
68742
69093
  "filename": "src/python/uv-config.ts",
68743
- "line": 1536
69094
+ "line": 1634
68744
69095
  },
68745
69096
  "name": "forkStrategy",
68746
69097
  "optional": true,
68747
69098
  "type": {
68748
- "primitive": "string"
69099
+ "fqn": "projen.python.uvConfig.ForkStrategy"
68749
69100
  }
68750
69101
  },
68751
69102
  {
@@ -68760,7 +69111,7 @@
68760
69111
  "immutable": true,
68761
69112
  "locationInModule": {
68762
69113
  "filename": "src/python/uv-config.ts",
68763
- "line": 1543
69114
+ "line": 1641
68764
69115
  },
68765
69116
  "name": "generateHashes",
68766
69117
  "optional": true,
@@ -68780,7 +69131,7 @@
68780
69131
  "immutable": true,
68781
69132
  "locationInModule": {
68782
69133
  "filename": "src/python/uv-config.ts",
68783
- "line": 1550
69134
+ "line": 1648
68784
69135
  },
68785
69136
  "name": "group",
68786
69137
  "optional": true,
@@ -68806,12 +69157,12 @@
68806
69157
  "immutable": true,
68807
69158
  "locationInModule": {
68808
69159
  "filename": "src/python/uv-config.ts",
68809
- "line": 1562
69160
+ "line": 1660
68810
69161
  },
68811
69162
  "name": "indexStrategy",
68812
69163
  "optional": true,
68813
69164
  "type": {
68814
- "primitive": "string"
69165
+ "fqn": "projen.python.uvConfig.IndexStrategy"
68815
69166
  }
68816
69167
  },
68817
69168
  {
@@ -68827,7 +69178,7 @@
68827
69178
  "immutable": true,
68828
69179
  "locationInModule": {
68829
69180
  "filename": "src/python/uv-config.ts",
68830
- "line": 1575
69181
+ "line": 1673
68831
69182
  },
68832
69183
  "name": "indexUrl",
68833
69184
  "optional": true,
@@ -68848,12 +69199,12 @@
68848
69199
  "immutable": true,
68849
69200
  "locationInModule": {
68850
69201
  "filename": "src/python/uv-config.ts",
68851
- "line": 1585
69202
+ "line": 1683
68852
69203
  },
68853
69204
  "name": "keyringProvider",
68854
69205
  "optional": true,
68855
69206
  "type": {
68856
- "primitive": "string"
69207
+ "fqn": "projen.python.uvConfig.KeyringProviderType"
68857
69208
  }
68858
69209
  },
68859
69210
  {
@@ -68870,12 +69221,12 @@
68870
69221
  "immutable": true,
68871
69222
  "locationInModule": {
68872
69223
  "filename": "src/python/uv-config.ts",
68873
- "line": 1601
69224
+ "line": 1699
68874
69225
  },
68875
69226
  "name": "linkMode",
68876
69227
  "optional": true,
68877
69228
  "type": {
68878
- "primitive": "string"
69229
+ "fqn": "projen.python.uvConfig.LinkMode"
68879
69230
  }
68880
69231
  },
68881
69232
  {
@@ -68890,7 +69241,7 @@
68890
69241
  "immutable": true,
68891
69242
  "locationInModule": {
68892
69243
  "filename": "src/python/uv-config.ts",
68893
- "line": 1609
69244
+ "line": 1707
68894
69245
  },
68895
69246
  "name": "noAnnotate",
68896
69247
  "optional": true,
@@ -68911,7 +69262,7 @@
68911
69262
  "immutable": true,
68912
69263
  "locationInModule": {
68913
69264
  "filename": "src/python/uv-config.ts",
68914
- "line": 1622
69265
+ "line": 1720
68915
69266
  },
68916
69267
  "name": "noBinary",
68917
69268
  "optional": true,
@@ -68937,7 +69288,7 @@
68937
69288
  "immutable": true,
68938
69289
  "locationInModule": {
68939
69290
  "filename": "src/python/uv-config.ts",
68940
- "line": 1635
69291
+ "line": 1733
68941
69292
  },
68942
69293
  "name": "noBuild",
68943
69294
  "optional": true,
@@ -68958,7 +69309,7 @@
68958
69309
  "immutable": true,
68959
69310
  "locationInModule": {
68960
69311
  "filename": "src/python/uv-config.ts",
68961
- "line": 1645
69312
+ "line": 1743
68962
69313
  },
68963
69314
  "name": "noBuildIsolation",
68964
69315
  "optional": true,
@@ -68979,7 +69330,7 @@
68979
69330
  "immutable": true,
68980
69331
  "locationInModule": {
68981
69332
  "filename": "src/python/uv-config.ts",
68982
- "line": 1655
69333
+ "line": 1753
68983
69334
  },
68984
69335
  "name": "noBuildIsolationPackage",
68985
69336
  "optional": true,
@@ -69004,7 +69355,7 @@
69004
69355
  "immutable": true,
69005
69356
  "locationInModule": {
69006
69357
  "filename": "src/python/uv-config.ts",
69007
- "line": 1663
69358
+ "line": 1761
69008
69359
  },
69009
69360
  "name": "noDeps",
69010
69361
  "optional": true,
@@ -69025,7 +69376,7 @@
69025
69376
  "immutable": true,
69026
69377
  "locationInModule": {
69027
69378
  "filename": "src/python/uv-config.ts",
69028
- "line": 1671
69379
+ "line": 1769
69029
69380
  },
69030
69381
  "name": "noEmitPackage",
69031
69382
  "optional": true,
@@ -69050,7 +69401,7 @@
69050
69401
  "immutable": true,
69051
69402
  "locationInModule": {
69052
69403
  "filename": "src/python/uv-config.ts",
69053
- "line": 1678
69404
+ "line": 1776
69054
69405
  },
69055
69406
  "name": "noExtra",
69056
69407
  "optional": true,
@@ -69075,7 +69426,7 @@
69075
69426
  "immutable": true,
69076
69427
  "locationInModule": {
69077
69428
  "filename": "src/python/uv-config.ts",
69078
- "line": 1685
69429
+ "line": 1783
69079
69430
  },
69080
69431
  "name": "noHeader",
69081
69432
  "optional": true,
@@ -69095,7 +69446,7 @@
69095
69446
  "immutable": true,
69096
69447
  "locationInModule": {
69097
69448
  "filename": "src/python/uv-config.ts",
69098
- "line": 1693
69449
+ "line": 1791
69099
69450
  },
69100
69451
  "name": "noIndex",
69101
69452
  "optional": true,
@@ -69115,7 +69466,7 @@
69115
69466
  "immutable": true,
69116
69467
  "locationInModule": {
69117
69468
  "filename": "src/python/uv-config.ts",
69118
- "line": 1702
69469
+ "line": 1800
69119
69470
  },
69120
69471
  "name": "noSources",
69121
69472
  "optional": true,
@@ -69136,7 +69487,7 @@
69136
69487
  "immutable": true,
69137
69488
  "locationInModule": {
69138
69489
  "filename": "src/python/uv-config.ts",
69139
- "line": 1713
69490
+ "line": 1811
69140
69491
  },
69141
69492
  "name": "noStripExtras",
69142
69493
  "optional": true,
@@ -69157,7 +69508,7 @@
69157
69508
  "immutable": true,
69158
69509
  "locationInModule": {
69159
69510
  "filename": "src/python/uv-config.ts",
69160
- "line": 1723
69511
+ "line": 1821
69161
69512
  },
69162
69513
  "name": "noStripMarkers",
69163
69514
  "optional": true,
@@ -69178,7 +69529,7 @@
69178
69529
  "immutable": true,
69179
69530
  "locationInModule": {
69180
69531
  "filename": "src/python/uv-config.ts",
69181
- "line": 1737
69532
+ "line": 1835
69182
69533
  },
69183
69534
  "name": "onlyBinary",
69184
69535
  "optional": true,
@@ -69204,7 +69555,7 @@
69204
69555
  "immutable": true,
69205
69556
  "locationInModule": {
69206
69557
  "filename": "src/python/uv-config.ts",
69207
- "line": 1747
69558
+ "line": 1845
69208
69559
  },
69209
69560
  "name": "outputFile",
69210
69561
  "optional": true,
@@ -69225,7 +69576,7 @@
69225
69576
  "immutable": true,
69226
69577
  "locationInModule": {
69227
69578
  "filename": "src/python/uv-config.ts",
69228
- "line": 1760
69579
+ "line": 1858
69229
69580
  },
69230
69581
  "name": "prefix",
69231
69582
  "optional": true,
@@ -69246,12 +69597,12 @@
69246
69597
  "immutable": true,
69247
69598
  "locationInModule": {
69248
69599
  "filename": "src/python/uv-config.ts",
69249
- "line": 1771
69600
+ "line": 1869
69250
69601
  },
69251
69602
  "name": "prerelease",
69252
69603
  "optional": true,
69253
69604
  "type": {
69254
- "primitive": "string"
69605
+ "fqn": "projen.python.uvConfig.PrereleaseMode"
69255
69606
  }
69256
69607
  },
69257
69608
  {
@@ -69267,7 +69618,7 @@
69267
69618
  "immutable": true,
69268
69619
  "locationInModule": {
69269
69620
  "filename": "src/python/uv-config.ts",
69270
- "line": 1789
69621
+ "line": 1887
69271
69622
  },
69272
69623
  "name": "python",
69273
69624
  "optional": true,
@@ -69288,12 +69639,12 @@
69288
69639
  "immutable": true,
69289
69640
  "locationInModule": {
69290
69641
  "filename": "src/python/uv-config.ts",
69291
- "line": 1800
69642
+ "line": 1898
69292
69643
  },
69293
69644
  "name": "pythonPlatform",
69294
69645
  "optional": true,
69295
69646
  "type": {
69296
- "primitive": "string"
69647
+ "fqn": "projen.python.uvConfig.TargetTriple"
69297
69648
  }
69298
69649
  },
69299
69650
  {
@@ -69309,7 +69660,7 @@
69309
69660
  "immutable": true,
69310
69661
  "locationInModule": {
69311
69662
  "filename": "src/python/uv-config.ts",
69312
- "line": 1811
69663
+ "line": 1909
69313
69664
  },
69314
69665
  "name": "pythonVersion",
69315
69666
  "optional": true,
@@ -69330,7 +69681,7 @@
69330
69681
  "immutable": true,
69331
69682
  "locationInModule": {
69332
69683
  "filename": "src/python/uv-config.ts",
69333
- "line": 1818
69684
+ "line": 1916
69334
69685
  },
69335
69686
  "name": "reinstall",
69336
69687
  "optional": true,
@@ -69351,7 +69702,7 @@
69351
69702
  "immutable": true,
69352
69703
  "locationInModule": {
69353
69704
  "filename": "src/python/uv-config.ts",
69354
- "line": 1826
69705
+ "line": 1924
69355
69706
  },
69356
69707
  "name": "reinstallPackage",
69357
69708
  "optional": true,
@@ -69377,7 +69728,7 @@
69377
69728
  "immutable": true,
69378
69729
  "locationInModule": {
69379
69730
  "filename": "src/python/uv-config.ts",
69380
- "line": 1844
69731
+ "line": 1942
69381
69732
  },
69382
69733
  "name": "requireHashes",
69383
69734
  "optional": true,
@@ -69398,12 +69749,12 @@
69398
69749
  "immutable": true,
69399
69750
  "locationInModule": {
69400
69751
  "filename": "src/python/uv-config.ts",
69401
- "line": 1854
69752
+ "line": 1952
69402
69753
  },
69403
69754
  "name": "resolution",
69404
69755
  "optional": true,
69405
69756
  "type": {
69406
- "primitive": "string"
69757
+ "fqn": "projen.python.uvConfig.ResolutionMode"
69407
69758
  }
69408
69759
  },
69409
69760
  {
@@ -69418,7 +69769,7 @@
69418
69769
  "immutable": true,
69419
69770
  "locationInModule": {
69420
69771
  "filename": "src/python/uv-config.ts",
69421
- "line": 1862
69772
+ "line": 1960
69422
69773
  },
69423
69774
  "name": "strict",
69424
69775
  "optional": true,
@@ -69439,7 +69790,7 @@
69439
69790
  "immutable": true,
69440
69791
  "locationInModule": {
69441
69792
  "filename": "src/python/uv-config.ts",
69442
- "line": 1876
69793
+ "line": 1974
69443
69794
  },
69444
69795
  "name": "system",
69445
69796
  "optional": true,
@@ -69460,7 +69811,7 @@
69460
69811
  "immutable": true,
69461
69812
  "locationInModule": {
69462
69813
  "filename": "src/python/uv-config.ts",
69463
- "line": 1884
69814
+ "line": 1982
69464
69815
  },
69465
69816
  "name": "target",
69466
69817
  "optional": true,
@@ -69481,12 +69832,12 @@
69481
69832
  "immutable": true,
69482
69833
  "locationInModule": {
69483
69834
  "filename": "src/python/uv-config.ts",
69484
- "line": 1902
69835
+ "line": 2000
69485
69836
  },
69486
69837
  "name": "torchBackend",
69487
69838
  "optional": true,
69488
69839
  "type": {
69489
- "primitive": "string"
69840
+ "fqn": "projen.python.uvConfig.TorchMode"
69490
69841
  }
69491
69842
  },
69492
69843
  {
@@ -69502,7 +69853,7 @@
69502
69853
  "immutable": true,
69503
69854
  "locationInModule": {
69504
69855
  "filename": "src/python/uv-config.ts",
69505
- "line": 1915
69856
+ "line": 2013
69506
69857
  },
69507
69858
  "name": "universal",
69508
69859
  "optional": true,
@@ -69522,7 +69873,7 @@
69522
69873
  "immutable": true,
69523
69874
  "locationInModule": {
69524
69875
  "filename": "src/python/uv-config.ts",
69525
- "line": 1922
69876
+ "line": 2020
69526
69877
  },
69527
69878
  "name": "upgrade",
69528
69879
  "optional": true,
@@ -69543,7 +69894,7 @@
69543
69894
  "immutable": true,
69544
69895
  "locationInModule": {
69545
69896
  "filename": "src/python/uv-config.ts",
69546
- "line": 1932
69897
+ "line": 2030
69547
69898
  },
69548
69899
  "name": "upgradePackage",
69549
69900
  "optional": true,
@@ -69569,7 +69920,7 @@
69569
69920
  "immutable": true,
69570
69921
  "locationInModule": {
69571
69922
  "filename": "src/python/uv-config.ts",
69572
- "line": 1943
69923
+ "line": 2041
69573
69924
  },
69574
69925
  "name": "verifyHashes",
69575
69926
  "optional": true,
@@ -69580,6 +69931,206 @@
69580
69931
  ],
69581
69932
  "symbolId": "src/python/uv-config:PipOptions"
69582
69933
  },
69934
+ "projen.python.uvConfig.PrereleaseMode": {
69935
+ "assembly": "projen",
69936
+ "docs": {
69937
+ "custom": {
69938
+ "schema": "PrereleaseMode"
69939
+ },
69940
+ "stability": "experimental"
69941
+ },
69942
+ "fqn": "projen.python.uvConfig.PrereleaseMode",
69943
+ "kind": "enum",
69944
+ "locationInModule": {
69945
+ "filename": "src/python/uv-config.ts",
69946
+ "line": 2121
69947
+ },
69948
+ "members": [
69949
+ {
69950
+ "docs": {
69951
+ "remarks": "(disallow)",
69952
+ "stability": "experimental",
69953
+ "summary": "Disallow all pre-release versions."
69954
+ },
69955
+ "name": "DISALLOW"
69956
+ },
69957
+ {
69958
+ "docs": {
69959
+ "remarks": "(allow)",
69960
+ "stability": "experimental",
69961
+ "summary": "Allow all pre-release versions."
69962
+ },
69963
+ "name": "ALLOW"
69964
+ },
69965
+ {
69966
+ "docs": {
69967
+ "remarks": "(if-necessary)",
69968
+ "stability": "experimental",
69969
+ "summary": "Allow pre-release versions if all versions of a package are pre-release."
69970
+ },
69971
+ "name": "IF_HYPHEN_NECESSARY"
69972
+ },
69973
+ {
69974
+ "docs": {
69975
+ "remarks": "(explicit)",
69976
+ "stability": "experimental",
69977
+ "summary": "Allow pre-release versions for first-party packages with explicit pre-release markers in their version requirements."
69978
+ },
69979
+ "name": "EXPLICIT"
69980
+ },
69981
+ {
69982
+ "docs": {
69983
+ "remarks": "(if-necessary-or-explicit)",
69984
+ "stability": "experimental",
69985
+ "summary": "Allow pre-release versions if all versions of a package are pre-release, or if the package has an explicit pre-release marker in its version requirements."
69986
+ },
69987
+ "name": "IF_HYPHEN_NECESSARY_HYPHEN_OR_HYPHEN_EXPLICIT"
69988
+ }
69989
+ ],
69990
+ "name": "PrereleaseMode",
69991
+ "namespace": "python.uvConfig",
69992
+ "symbolId": "src/python/uv-config:PrereleaseMode"
69993
+ },
69994
+ "projen.python.uvConfig.PythonDownloads": {
69995
+ "assembly": "projen",
69996
+ "docs": {
69997
+ "custom": {
69998
+ "schema": "PythonDownloads"
69999
+ },
70000
+ "stability": "experimental"
70001
+ },
70002
+ "fqn": "projen.python.uvConfig.PythonDownloads",
70003
+ "kind": "enum",
70004
+ "locationInModule": {
70005
+ "filename": "src/python/uv-config.ts",
70006
+ "line": 2139
70007
+ },
70008
+ "members": [
70009
+ {
70010
+ "docs": {
70011
+ "remarks": "(automatic)",
70012
+ "stability": "experimental",
70013
+ "summary": "Automatically download managed Python installations when needed."
70014
+ },
70015
+ "name": "AUTOMATIC"
70016
+ },
70017
+ {
70018
+ "docs": {
70019
+ "remarks": "require explicit installation. (manual)",
70020
+ "stability": "experimental",
70021
+ "summary": "Do not automatically download managed Python installations;"
70022
+ },
70023
+ "name": "MANUAL"
70024
+ },
70025
+ {
70026
+ "docs": {
70027
+ "remarks": "(never)",
70028
+ "stability": "experimental",
70029
+ "summary": "Do not ever allow Python downloads."
70030
+ },
70031
+ "name": "NEVER"
70032
+ }
70033
+ ],
70034
+ "name": "PythonDownloads",
70035
+ "namespace": "python.uvConfig",
70036
+ "symbolId": "src/python/uv-config:PythonDownloads"
70037
+ },
70038
+ "projen.python.uvConfig.PythonPreference": {
70039
+ "assembly": "projen",
70040
+ "docs": {
70041
+ "custom": {
70042
+ "schema": "PythonPreference"
70043
+ },
70044
+ "stability": "experimental"
70045
+ },
70046
+ "fqn": "projen.python.uvConfig.PythonPreference",
70047
+ "kind": "enum",
70048
+ "locationInModule": {
70049
+ "filename": "src/python/uv-config.ts",
70050
+ "line": 2151
70051
+ },
70052
+ "members": [
70053
+ {
70054
+ "docs": {
70055
+ "remarks": "never use system Python installations. (only-managed)",
70056
+ "stability": "experimental",
70057
+ "summary": "Only use managed Python installations;"
70058
+ },
70059
+ "name": "ONLY_HYPHEN_MANAGED"
70060
+ },
70061
+ {
70062
+ "docs": {
70063
+ "remarks": "System Python installations are still preferred over downloading managed Python versions.\nUse `only-managed` to always fetch a managed Python version. (managed)",
70064
+ "stability": "experimental",
70065
+ "summary": "Prefer managed Python installations over system Python installations."
70066
+ },
70067
+ "name": "MANAGED"
70068
+ },
70069
+ {
70070
+ "docs": {
70071
+ "remarks": "If a system Python installation cannot be found, a managed Python installation can be used. (system)",
70072
+ "stability": "experimental",
70073
+ "summary": "Prefer system Python installations over managed Python installations."
70074
+ },
70075
+ "name": "SYSTEM"
70076
+ },
70077
+ {
70078
+ "docs": {
70079
+ "remarks": "never use managed Python installations. (only-system)",
70080
+ "stability": "experimental",
70081
+ "summary": "Only use system Python installations;"
70082
+ },
70083
+ "name": "ONLY_HYPHEN_SYSTEM"
70084
+ }
70085
+ ],
70086
+ "name": "PythonPreference",
70087
+ "namespace": "python.uvConfig",
70088
+ "symbolId": "src/python/uv-config:PythonPreference"
70089
+ },
70090
+ "projen.python.uvConfig.ResolutionMode": {
70091
+ "assembly": "projen",
70092
+ "docs": {
70093
+ "custom": {
70094
+ "schema": "ResolutionMode"
70095
+ },
70096
+ "stability": "experimental"
70097
+ },
70098
+ "fqn": "projen.python.uvConfig.ResolutionMode",
70099
+ "kind": "enum",
70100
+ "locationInModule": {
70101
+ "filename": "src/python/uv-config.ts",
70102
+ "line": 2170
70103
+ },
70104
+ "members": [
70105
+ {
70106
+ "docs": {
70107
+ "remarks": "(highest)",
70108
+ "stability": "experimental",
70109
+ "summary": "Resolve the highest compatible version of each package."
70110
+ },
70111
+ "name": "HIGHEST"
70112
+ },
70113
+ {
70114
+ "docs": {
70115
+ "remarks": "(lowest)",
70116
+ "stability": "experimental",
70117
+ "summary": "Resolve the lowest compatible version of each package."
70118
+ },
70119
+ "name": "LOWEST"
70120
+ },
70121
+ {
70122
+ "docs": {
70123
+ "remarks": "(lowest-direct)",
70124
+ "stability": "experimental",
70125
+ "summary": "Resolve the lowest compatible version of any direct dependencies, and the highest compatible version of any transitive dependencies."
70126
+ },
70127
+ "name": "LOWEST_HYPHEN_DIRECT"
70128
+ }
70129
+ ],
70130
+ "name": "ResolutionMode",
70131
+ "namespace": "python.uvConfig",
70132
+ "symbolId": "src/python/uv-config:ResolutionMode"
70133
+ },
69583
70134
  "projen.python.uvConfig.SchemaConflictItem": {
69584
70135
  "assembly": "projen",
69585
70136
  "datatype": true,
@@ -69595,7 +70146,7 @@
69595
70146
  "kind": "interface",
69596
70147
  "locationInModule": {
69597
70148
  "filename": "src/python/uv-config.ts",
69598
- "line": 1012
70149
+ "line": 1034
69599
70150
  },
69600
70151
  "name": "SchemaConflictItem",
69601
70152
  "namespace": "python.uvConfig",
@@ -69611,7 +70162,7 @@
69611
70162
  "immutable": true,
69612
70163
  "locationInModule": {
69613
70164
  "filename": "src/python/uv-config.ts",
69614
- "line": 1016
70165
+ "line": 1038
69615
70166
  },
69616
70167
  "name": "extra",
69617
70168
  "optional": true,
@@ -69630,7 +70181,7 @@
69630
70181
  "immutable": true,
69631
70182
  "locationInModule": {
69632
70183
  "filename": "src/python/uv-config.ts",
69633
- "line": 1021
70184
+ "line": 1043
69634
70185
  },
69635
70186
  "name": "group",
69636
70187
  "optional": true,
@@ -69649,7 +70200,7 @@
69649
70200
  "immutable": true,
69650
70201
  "locationInModule": {
69651
70202
  "filename": "src/python/uv-config.ts",
69652
- "line": 1026
70203
+ "line": 1048
69653
70204
  },
69654
70205
  "name": "package",
69655
70206
  "optional": true,
@@ -69674,7 +70225,7 @@
69674
70225
  "kind": "interface",
69675
70226
  "locationInModule": {
69676
70227
  "filename": "src/python/uv-config.ts",
69677
- "line": 1079
70228
+ "line": 1101
69678
70229
  },
69679
70230
  "name": "StaticMetadata",
69680
70231
  "namespace": "python.uvConfig",
@@ -69690,7 +70241,7 @@
69690
70241
  "immutable": true,
69691
70242
  "locationInModule": {
69692
70243
  "filename": "src/python/uv-config.ts",
69693
- "line": 1083
70244
+ "line": 1105
69694
70245
  },
69695
70246
  "name": "name",
69696
70247
  "type": {
@@ -69708,7 +70259,7 @@
69708
70259
  "immutable": true,
69709
70260
  "locationInModule": {
69710
70261
  "filename": "src/python/uv-config.ts",
69711
- "line": 1088
70262
+ "line": 1110
69712
70263
  },
69713
70264
  "name": "providesExtra",
69714
70265
  "optional": true,
@@ -69732,7 +70283,7 @@
69732
70283
  "immutable": true,
69733
70284
  "locationInModule": {
69734
70285
  "filename": "src/python/uv-config.ts",
69735
- "line": 1093
70286
+ "line": 1115
69736
70287
  },
69737
70288
  "name": "requiresDist",
69738
70289
  "optional": true,
@@ -69757,7 +70308,7 @@
69757
70308
  "immutable": true,
69758
70309
  "locationInModule": {
69759
70310
  "filename": "src/python/uv-config.ts",
69760
- "line": 1100
70311
+ "line": 1122
69761
70312
  },
69762
70313
  "name": "requiresPython",
69763
70314
  "optional": true,
@@ -69777,7 +70328,7 @@
69777
70328
  "immutable": true,
69778
70329
  "locationInModule": {
69779
70330
  "filename": "src/python/uv-config.ts",
69780
- "line": 1107
70331
+ "line": 1129
69781
70332
  },
69782
70333
  "name": "version",
69783
70334
  "optional": true,
@@ -69788,6 +70339,388 @@
69788
70339
  ],
69789
70340
  "symbolId": "src/python/uv-config:StaticMetadata"
69790
70341
  },
70342
+ "projen.python.uvConfig.TargetTriple": {
70343
+ "assembly": "projen",
70344
+ "docs": {
70345
+ "custom": {
70346
+ "schema": "TargetTriple"
70347
+ },
70348
+ "remarks": "See: <https://doc.rust-lang.org/nightly/rustc/platform-support.html>",
70349
+ "stability": "experimental",
70350
+ "summary": "The supported target triples. Each triple consists of an architecture, vendor, and operating system."
70351
+ },
70352
+ "fqn": "projen.python.uvConfig.TargetTriple",
70353
+ "kind": "enum",
70354
+ "locationInModule": {
70355
+ "filename": "src/python/uv-config.ts",
70356
+ "line": 2418
70357
+ },
70358
+ "members": [
70359
+ {
70360
+ "docs": {
70361
+ "remarks": "(windows)",
70362
+ "stability": "experimental",
70363
+ "summary": "An alias for `x86_64-pc-windows-msvc`, the default target for Windows."
70364
+ },
70365
+ "name": "WINDOWS"
70366
+ },
70367
+ {
70368
+ "docs": {
70369
+ "remarks": "(linux)",
70370
+ "stability": "experimental",
70371
+ "summary": "An alias for `x86_64-unknown-linux-gnu`, the default target for Linux."
70372
+ },
70373
+ "name": "LINUX"
70374
+ },
70375
+ {
70376
+ "docs": {
70377
+ "remarks": "(macos)",
70378
+ "stability": "experimental",
70379
+ "summary": "An alias for `aarch64-apple-darwin`, the default target for macOS."
70380
+ },
70381
+ "name": "MACOS"
70382
+ },
70383
+ {
70384
+ "docs": {
70385
+ "remarks": "(x86_64-pc-windows-msvc)",
70386
+ "stability": "experimental",
70387
+ "summary": "A 64-bit x86 Windows target."
70388
+ },
70389
+ "name": "X86_UNDERSCORE_64_HYPHEN_PC_HYPHEN_WINDOWS_HYPHEN_MSVC"
70390
+ },
70391
+ {
70392
+ "docs": {
70393
+ "remarks": "(aarch64-pc-windows-msvc)",
70394
+ "stability": "experimental",
70395
+ "summary": "An ARM64 Windows target."
70396
+ },
70397
+ "name": "AARCH64_HYPHEN_PC_HYPHEN_WINDOWS_HYPHEN_MSVC"
70398
+ },
70399
+ {
70400
+ "docs": {
70401
+ "remarks": "(i686-pc-windows-msvc)",
70402
+ "stability": "experimental",
70403
+ "summary": "A 32-bit x86 Windows target."
70404
+ },
70405
+ "name": "I686_HYPHEN_PC_HYPHEN_WINDOWS_HYPHEN_MSVC"
70406
+ },
70407
+ {
70408
+ "docs": {
70409
+ "remarks": "Equivalent to `x86_64-manylinux_2_28`. (x86_64-unknown-linux-gnu)",
70410
+ "stability": "experimental",
70411
+ "summary": "An x86 Linux target."
70412
+ },
70413
+ "name": "X86_UNDERSCORE_64_HYPHEN_UNKNOWN_HYPHEN_LINUX_HYPHEN_GNU"
70414
+ },
70415
+ {
70416
+ "docs": {
70417
+ "remarks": "By default, assumes the least-recent, non-EOL macOS version (13.0), but respects\nthe `MACOSX_DEPLOYMENT_TARGET` environment variable if set. (aarch64-apple-darwin)",
70418
+ "stability": "experimental",
70419
+ "summary": "An ARM-based macOS target, as seen on Apple Silicon devices."
70420
+ },
70421
+ "name": "AARCH64_HYPHEN_APPLE_HYPHEN_DARWIN"
70422
+ },
70423
+ {
70424
+ "docs": {
70425
+ "remarks": "By default, assumes the least-recent, non-EOL macOS version (13.0), but respects\nthe `MACOSX_DEPLOYMENT_TARGET` environment variable if set. (x86_64-apple-darwin)",
70426
+ "stability": "experimental",
70427
+ "summary": "An x86 macOS target."
70428
+ },
70429
+ "name": "X86_UNDERSCORE_64_HYPHEN_APPLE_HYPHEN_DARWIN"
70430
+ },
70431
+ {
70432
+ "docs": {
70433
+ "remarks": "Equivalent to `aarch64-manylinux_2_28`. (aarch64-unknown-linux-gnu)",
70434
+ "stability": "experimental",
70435
+ "summary": "An ARM64 Linux target."
70436
+ },
70437
+ "name": "AARCH64_HYPHEN_UNKNOWN_HYPHEN_LINUX_HYPHEN_GNU"
70438
+ },
70439
+ {
70440
+ "docs": {
70441
+ "remarks": "(aarch64-unknown-linux-musl)",
70442
+ "stability": "experimental",
70443
+ "summary": "An ARM64 Linux target."
70444
+ },
70445
+ "name": "AARCH64_HYPHEN_UNKNOWN_HYPHEN_LINUX_HYPHEN_MUSL"
70446
+ },
70447
+ {
70448
+ "docs": {
70449
+ "remarks": "(x86_64-unknown-linux-musl)",
70450
+ "stability": "experimental",
70451
+ "summary": "An `x86_64` Linux target."
70452
+ },
70453
+ "name": "X86_UNDERSCORE_64_HYPHEN_UNKNOWN_HYPHEN_LINUX_HYPHEN_MUSL"
70454
+ },
70455
+ {
70456
+ "docs": {
70457
+ "remarks": "(riscv64-unknown-linux)",
70458
+ "stability": "experimental",
70459
+ "summary": "A RISCV64 Linux target."
70460
+ },
70461
+ "name": "RISCV64_HYPHEN_UNKNOWN_HYPHEN_LINUX"
70462
+ },
70463
+ {
70464
+ "docs": {
70465
+ "remarks": "Equivalent to `x86_64-manylinux_2_17`. (x86_64-manylinux2014)",
70466
+ "stability": "experimental",
70467
+ "summary": "An `x86_64` target for the `manylinux2014` platform."
70468
+ },
70469
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX2014"
70470
+ },
70471
+ {
70472
+ "docs": {
70473
+ "remarks": "(x86_64-manylinux_2_17)",
70474
+ "stability": "experimental",
70475
+ "summary": "An `x86_64` target for the `manylinux_2_17` platform."
70476
+ },
70477
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_17"
70478
+ },
70479
+ {
70480
+ "docs": {
70481
+ "remarks": "(x86_64-manylinux_2_28)",
70482
+ "stability": "experimental",
70483
+ "summary": "An `x86_64` target for the `manylinux_2_28` platform."
70484
+ },
70485
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_28"
70486
+ },
70487
+ {
70488
+ "docs": {
70489
+ "remarks": "(x86_64-manylinux_2_31)",
70490
+ "stability": "experimental",
70491
+ "summary": "An `x86_64` target for the `manylinux_2_31` platform."
70492
+ },
70493
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_31"
70494
+ },
70495
+ {
70496
+ "docs": {
70497
+ "remarks": "(x86_64-manylinux_2_32)",
70498
+ "stability": "experimental",
70499
+ "summary": "An `x86_64` target for the `manylinux_2_32` platform."
70500
+ },
70501
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_32"
70502
+ },
70503
+ {
70504
+ "docs": {
70505
+ "remarks": "(x86_64-manylinux_2_33)",
70506
+ "stability": "experimental",
70507
+ "summary": "An `x86_64` target for the `manylinux_2_33` platform."
70508
+ },
70509
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_33"
70510
+ },
70511
+ {
70512
+ "docs": {
70513
+ "remarks": "(x86_64-manylinux_2_34)",
70514
+ "stability": "experimental",
70515
+ "summary": "An `x86_64` target for the `manylinux_2_34` platform."
70516
+ },
70517
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_34"
70518
+ },
70519
+ {
70520
+ "docs": {
70521
+ "remarks": "(x86_64-manylinux_2_35)",
70522
+ "stability": "experimental",
70523
+ "summary": "An `x86_64` target for the `manylinux_2_35` platform."
70524
+ },
70525
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_35"
70526
+ },
70527
+ {
70528
+ "docs": {
70529
+ "remarks": "(x86_64-manylinux_2_36)",
70530
+ "stability": "experimental",
70531
+ "summary": "An `x86_64` target for the `manylinux_2_36` platform."
70532
+ },
70533
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_36"
70534
+ },
70535
+ {
70536
+ "docs": {
70537
+ "remarks": "(x86_64-manylinux_2_37)",
70538
+ "stability": "experimental",
70539
+ "summary": "An `x86_64` target for the `manylinux_2_37` platform."
70540
+ },
70541
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_37"
70542
+ },
70543
+ {
70544
+ "docs": {
70545
+ "remarks": "(x86_64-manylinux_2_38)",
70546
+ "stability": "experimental",
70547
+ "summary": "An `x86_64` target for the `manylinux_2_38` platform."
70548
+ },
70549
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_38"
70550
+ },
70551
+ {
70552
+ "docs": {
70553
+ "remarks": "(x86_64-manylinux_2_39)",
70554
+ "stability": "experimental",
70555
+ "summary": "An `x86_64` target for the `manylinux_2_39` platform."
70556
+ },
70557
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_39"
70558
+ },
70559
+ {
70560
+ "docs": {
70561
+ "remarks": "(x86_64-manylinux_2_40)",
70562
+ "stability": "experimental",
70563
+ "summary": "An `x86_64` target for the `manylinux_2_40` platform."
70564
+ },
70565
+ "name": "X86_UNDERSCORE_64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_40"
70566
+ },
70567
+ {
70568
+ "docs": {
70569
+ "remarks": "Equivalent to `aarch64-manylinux_2_17`. (aarch64-manylinux2014)",
70570
+ "stability": "experimental",
70571
+ "summary": "An ARM64 target for the `manylinux2014` platform."
70572
+ },
70573
+ "name": "AARCH64_HYPHEN_MANYLINUX2014"
70574
+ },
70575
+ {
70576
+ "docs": {
70577
+ "remarks": "(aarch64-manylinux_2_17)",
70578
+ "stability": "experimental",
70579
+ "summary": "An ARM64 target for the `manylinux_2_17` platform."
70580
+ },
70581
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_17"
70582
+ },
70583
+ {
70584
+ "docs": {
70585
+ "remarks": "(aarch64-manylinux_2_28)",
70586
+ "stability": "experimental",
70587
+ "summary": "An ARM64 target for the `manylinux_2_28` platform."
70588
+ },
70589
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_28"
70590
+ },
70591
+ {
70592
+ "docs": {
70593
+ "remarks": "(aarch64-manylinux_2_31)",
70594
+ "stability": "experimental",
70595
+ "summary": "An ARM64 target for the `manylinux_2_31` platform."
70596
+ },
70597
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_31"
70598
+ },
70599
+ {
70600
+ "docs": {
70601
+ "remarks": "(aarch64-manylinux_2_32)",
70602
+ "stability": "experimental",
70603
+ "summary": "An ARM64 target for the `manylinux_2_32` platform."
70604
+ },
70605
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_32"
70606
+ },
70607
+ {
70608
+ "docs": {
70609
+ "remarks": "(aarch64-manylinux_2_33)",
70610
+ "stability": "experimental",
70611
+ "summary": "An ARM64 target for the `manylinux_2_33` platform."
70612
+ },
70613
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_33"
70614
+ },
70615
+ {
70616
+ "docs": {
70617
+ "remarks": "(aarch64-manylinux_2_34)",
70618
+ "stability": "experimental",
70619
+ "summary": "An ARM64 target for the `manylinux_2_34` platform."
70620
+ },
70621
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_34"
70622
+ },
70623
+ {
70624
+ "docs": {
70625
+ "remarks": "(aarch64-manylinux_2_35)",
70626
+ "stability": "experimental",
70627
+ "summary": "An ARM64 target for the `manylinux_2_35` platform."
70628
+ },
70629
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_35"
70630
+ },
70631
+ {
70632
+ "docs": {
70633
+ "remarks": "(aarch64-manylinux_2_36)",
70634
+ "stability": "experimental",
70635
+ "summary": "An ARM64 target for the `manylinux_2_36` platform."
70636
+ },
70637
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_36"
70638
+ },
70639
+ {
70640
+ "docs": {
70641
+ "remarks": "(aarch64-manylinux_2_37)",
70642
+ "stability": "experimental",
70643
+ "summary": "An ARM64 target for the `manylinux_2_37` platform."
70644
+ },
70645
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_37"
70646
+ },
70647
+ {
70648
+ "docs": {
70649
+ "remarks": "(aarch64-manylinux_2_38)",
70650
+ "stability": "experimental",
70651
+ "summary": "An ARM64 target for the `manylinux_2_38` platform."
70652
+ },
70653
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_38"
70654
+ },
70655
+ {
70656
+ "docs": {
70657
+ "remarks": "(aarch64-manylinux_2_39)",
70658
+ "stability": "experimental",
70659
+ "summary": "An ARM64 target for the `manylinux_2_39` platform."
70660
+ },
70661
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_39"
70662
+ },
70663
+ {
70664
+ "docs": {
70665
+ "remarks": "(aarch64-manylinux_2_40)",
70666
+ "stability": "experimental",
70667
+ "summary": "An ARM64 target for the `manylinux_2_40` platform."
70668
+ },
70669
+ "name": "AARCH64_HYPHEN_MANYLINUX_UNDERSCORE_2_UNDERSCORE_40"
70670
+ },
70671
+ {
70672
+ "docs": {
70673
+ "remarks": "By default uses Android API level 24, but respects\nthe `ANDROID_API_LEVEL` environment variable if set. (aarch64-linux-android)",
70674
+ "stability": "experimental",
70675
+ "summary": "An ARM64 Android target."
70676
+ },
70677
+ "name": "AARCH64_HYPHEN_LINUX_HYPHEN_ANDROID"
70678
+ },
70679
+ {
70680
+ "docs": {
70681
+ "remarks": "By default uses Android API level 24, but respects\nthe `ANDROID_API_LEVEL` environment variable if set. (x86_64-linux-android)",
70682
+ "stability": "experimental",
70683
+ "summary": "An `x86_64` Android target."
70684
+ },
70685
+ "name": "X86_UNDERSCORE_64_HYPHEN_LINUX_HYPHEN_ANDROID"
70686
+ },
70687
+ {
70688
+ "docs": {
70689
+ "remarks": "Meant for use with Python 3.12. (wasm32-pyodide2024)",
70690
+ "stability": "experimental",
70691
+ "summary": "A wasm32 target using the Pyodide 2024 platform."
70692
+ },
70693
+ "name": "WASM32_HYPHEN_PYODIDE2024"
70694
+ },
70695
+ {
70696
+ "docs": {
70697
+ "remarks": "By default, iOS 13.0 is used, but respects the `IPHONEOS_DEPLOYMENT_TARGET`\nenvironment variable if set. (arm64-apple-ios)",
70698
+ "stability": "experimental",
70699
+ "summary": "An ARM64 target for iOS device."
70700
+ },
70701
+ "name": "ARM64_HYPHEN_APPLE_HYPHEN_IOS"
70702
+ },
70703
+ {
70704
+ "docs": {
70705
+ "remarks": "By default, iOS 13.0 is used, but respects the `IPHONEOS_DEPLOYMENT_TARGET`\nenvironment variable if set. (arm64-apple-ios-simulator)",
70706
+ "stability": "experimental",
70707
+ "summary": "An ARM64 target for iOS simulator."
70708
+ },
70709
+ "name": "ARM64_HYPHEN_APPLE_HYPHEN_IOS_HYPHEN_SIMULATOR"
70710
+ },
70711
+ {
70712
+ "docs": {
70713
+ "remarks": "By default, iOS 13.0 is used, but respects the `IPHONEOS_DEPLOYMENT_TARGET`\nenvironment variable if set. (x86_64-apple-ios-simulator)",
70714
+ "stability": "experimental",
70715
+ "summary": "An `x86_64` target for iOS simulator."
70716
+ },
70717
+ "name": "X86_UNDERSCORE_64_HYPHEN_APPLE_HYPHEN_IOS_HYPHEN_SIMULATOR"
70718
+ }
70719
+ ],
70720
+ "name": "TargetTriple",
70721
+ "namespace": "python.uvConfig",
70722
+ "symbolId": "src/python/uv-config:TargetTriple"
70723
+ },
69791
70724
  "projen.python.uvConfig.ToolUvWorkspace": {
69792
70725
  "assembly": "projen",
69793
70726
  "datatype": true,
@@ -69801,7 +70734,7 @@
69801
70734
  "kind": "interface",
69802
70735
  "locationInModule": {
69803
70736
  "filename": "src/python/uv-config.ts",
69804
- "line": 2033
70737
+ "line": 2197
69805
70738
  },
69806
70739
  "name": "ToolUvWorkspace",
69807
70740
  "namespace": "python.uvConfig",
@@ -69819,7 +70752,7 @@
69819
70752
  "immutable": true,
69820
70753
  "locationInModule": {
69821
70754
  "filename": "src/python/uv-config.ts",
69822
- "line": 2044
70755
+ "line": 2208
69823
70756
  },
69824
70757
  "name": "exclude",
69825
70758
  "optional": true,
@@ -69845,7 +70778,7 @@
69845
70778
  "immutable": true,
69846
70779
  "locationInModule": {
69847
70780
  "filename": "src/python/uv-config.ts",
69848
- "line": 2055
70781
+ "line": 2219
69849
70782
  },
69850
70783
  "name": "members",
69851
70784
  "optional": true,
@@ -69861,6 +70794,345 @@
69861
70794
  ],
69862
70795
  "symbolId": "src/python/uv-config:ToolUvWorkspace"
69863
70796
  },
70797
+ "projen.python.uvConfig.TorchMode": {
70798
+ "assembly": "projen",
70799
+ "docs": {
70800
+ "custom": {
70801
+ "schema": "TorchMode"
70802
+ },
70803
+ "stability": "experimental",
70804
+ "summary": "The strategy to use when determining the appropriate PyTorch index."
70805
+ },
70806
+ "fqn": "projen.python.uvConfig.TorchMode",
70807
+ "kind": "enum",
70808
+ "locationInModule": {
70809
+ "filename": "src/python/uv-config.ts",
70810
+ "line": 2537
70811
+ },
70812
+ "members": [
70813
+ {
70814
+ "docs": {
70815
+ "remarks": "(auto)",
70816
+ "stability": "experimental",
70817
+ "summary": "Select the appropriate PyTorch index based on the operating system and CUDA driver version."
70818
+ },
70819
+ "name": "AUTO"
70820
+ },
70821
+ {
70822
+ "docs": {
70823
+ "remarks": "(cpu)",
70824
+ "stability": "experimental",
70825
+ "summary": "Use the CPU-only PyTorch index."
70826
+ },
70827
+ "name": "CPU"
70828
+ },
70829
+ {
70830
+ "docs": {
70831
+ "stability": "experimental",
70832
+ "summary": "Use the PyTorch index for CUDA 13.0. (cu130)."
70833
+ },
70834
+ "name": "CU130"
70835
+ },
70836
+ {
70837
+ "docs": {
70838
+ "stability": "experimental",
70839
+ "summary": "Use the PyTorch index for CUDA 12.9. (cu129)."
70840
+ },
70841
+ "name": "CU129"
70842
+ },
70843
+ {
70844
+ "docs": {
70845
+ "stability": "experimental",
70846
+ "summary": "Use the PyTorch index for CUDA 12.8. (cu128)."
70847
+ },
70848
+ "name": "CU128"
70849
+ },
70850
+ {
70851
+ "docs": {
70852
+ "stability": "experimental",
70853
+ "summary": "Use the PyTorch index for CUDA 12.6. (cu126)."
70854
+ },
70855
+ "name": "CU126"
70856
+ },
70857
+ {
70858
+ "docs": {
70859
+ "stability": "experimental",
70860
+ "summary": "Use the PyTorch index for CUDA 12.5. (cu125)."
70861
+ },
70862
+ "name": "CU125"
70863
+ },
70864
+ {
70865
+ "docs": {
70866
+ "stability": "experimental",
70867
+ "summary": "Use the PyTorch index for CUDA 12.4. (cu124)."
70868
+ },
70869
+ "name": "CU124"
70870
+ },
70871
+ {
70872
+ "docs": {
70873
+ "stability": "experimental",
70874
+ "summary": "Use the PyTorch index for CUDA 12.3. (cu123)."
70875
+ },
70876
+ "name": "CU123"
70877
+ },
70878
+ {
70879
+ "docs": {
70880
+ "stability": "experimental",
70881
+ "summary": "Use the PyTorch index for CUDA 12.2. (cu122)."
70882
+ },
70883
+ "name": "CU122"
70884
+ },
70885
+ {
70886
+ "docs": {
70887
+ "stability": "experimental",
70888
+ "summary": "Use the PyTorch index for CUDA 12.1. (cu121)."
70889
+ },
70890
+ "name": "CU121"
70891
+ },
70892
+ {
70893
+ "docs": {
70894
+ "stability": "experimental",
70895
+ "summary": "Use the PyTorch index for CUDA 12.0. (cu120)."
70896
+ },
70897
+ "name": "CU120"
70898
+ },
70899
+ {
70900
+ "docs": {
70901
+ "stability": "experimental",
70902
+ "summary": "Use the PyTorch index for CUDA 11.8. (cu118)."
70903
+ },
70904
+ "name": "CU118"
70905
+ },
70906
+ {
70907
+ "docs": {
70908
+ "stability": "experimental",
70909
+ "summary": "Use the PyTorch index for CUDA 11.7. (cu117)."
70910
+ },
70911
+ "name": "CU117"
70912
+ },
70913
+ {
70914
+ "docs": {
70915
+ "stability": "experimental",
70916
+ "summary": "Use the PyTorch index for CUDA 11.6. (cu116)."
70917
+ },
70918
+ "name": "CU116"
70919
+ },
70920
+ {
70921
+ "docs": {
70922
+ "stability": "experimental",
70923
+ "summary": "Use the PyTorch index for CUDA 11.5. (cu115)."
70924
+ },
70925
+ "name": "CU115"
70926
+ },
70927
+ {
70928
+ "docs": {
70929
+ "stability": "experimental",
70930
+ "summary": "Use the PyTorch index for CUDA 11.4. (cu114)."
70931
+ },
70932
+ "name": "CU114"
70933
+ },
70934
+ {
70935
+ "docs": {
70936
+ "stability": "experimental",
70937
+ "summary": "Use the PyTorch index for CUDA 11.3. (cu113)."
70938
+ },
70939
+ "name": "CU113"
70940
+ },
70941
+ {
70942
+ "docs": {
70943
+ "stability": "experimental",
70944
+ "summary": "Use the PyTorch index for CUDA 11.2. (cu112)."
70945
+ },
70946
+ "name": "CU112"
70947
+ },
70948
+ {
70949
+ "docs": {
70950
+ "stability": "experimental",
70951
+ "summary": "Use the PyTorch index for CUDA 11.1. (cu111)."
70952
+ },
70953
+ "name": "CU111"
70954
+ },
70955
+ {
70956
+ "docs": {
70957
+ "stability": "experimental",
70958
+ "summary": "Use the PyTorch index for CUDA 11.0. (cu110)."
70959
+ },
70960
+ "name": "CU110"
70961
+ },
70962
+ {
70963
+ "docs": {
70964
+ "stability": "experimental",
70965
+ "summary": "Use the PyTorch index for CUDA 10.2. (cu102)."
70966
+ },
70967
+ "name": "CU102"
70968
+ },
70969
+ {
70970
+ "docs": {
70971
+ "stability": "experimental",
70972
+ "summary": "Use the PyTorch index for CUDA 10.1. (cu101)."
70973
+ },
70974
+ "name": "CU101"
70975
+ },
70976
+ {
70977
+ "docs": {
70978
+ "stability": "experimental",
70979
+ "summary": "Use the PyTorch index for CUDA 10.0. (cu100)."
70980
+ },
70981
+ "name": "CU100"
70982
+ },
70983
+ {
70984
+ "docs": {
70985
+ "stability": "experimental",
70986
+ "summary": "Use the PyTorch index for CUDA 9.2. (cu92)."
70987
+ },
70988
+ "name": "CU92"
70989
+ },
70990
+ {
70991
+ "docs": {
70992
+ "stability": "experimental",
70993
+ "summary": "Use the PyTorch index for CUDA 9.1. (cu91)."
70994
+ },
70995
+ "name": "CU91"
70996
+ },
70997
+ {
70998
+ "docs": {
70999
+ "stability": "experimental",
71000
+ "summary": "Use the PyTorch index for CUDA 9.0. (cu90)."
71001
+ },
71002
+ "name": "CU90"
71003
+ },
71004
+ {
71005
+ "docs": {
71006
+ "stability": "experimental",
71007
+ "summary": "Use the PyTorch index for CUDA 8.0. (cu80)."
71008
+ },
71009
+ "name": "CU80"
71010
+ },
71011
+ {
71012
+ "docs": {
71013
+ "stability": "experimental",
71014
+ "summary": "Use the PyTorch index for ROCm 6.3. (rocm6.3)."
71015
+ },
71016
+ "name": "ROCM6_3"
71017
+ },
71018
+ {
71019
+ "docs": {
71020
+ "stability": "experimental",
71021
+ "summary": "Use the PyTorch index for ROCm 6.2.4. (rocm6.2.4)."
71022
+ },
71023
+ "name": "ROCM6_2_4"
71024
+ },
71025
+ {
71026
+ "docs": {
71027
+ "stability": "experimental",
71028
+ "summary": "Use the PyTorch index for ROCm 6.2. (rocm6.2)."
71029
+ },
71030
+ "name": "ROCM6_2"
71031
+ },
71032
+ {
71033
+ "docs": {
71034
+ "stability": "experimental",
71035
+ "summary": "Use the PyTorch index for ROCm 6.1. (rocm6.1)."
71036
+ },
71037
+ "name": "ROCM6_1"
71038
+ },
71039
+ {
71040
+ "docs": {
71041
+ "stability": "experimental",
71042
+ "summary": "Use the PyTorch index for ROCm 6.0. (rocm6.0)."
71043
+ },
71044
+ "name": "ROCM6_0"
71045
+ },
71046
+ {
71047
+ "docs": {
71048
+ "stability": "experimental",
71049
+ "summary": "Use the PyTorch index for ROCm 5.7. (rocm5.7)."
71050
+ },
71051
+ "name": "ROCM5_7"
71052
+ },
71053
+ {
71054
+ "docs": {
71055
+ "stability": "experimental",
71056
+ "summary": "Use the PyTorch index for ROCm 5.6. (rocm5.6)."
71057
+ },
71058
+ "name": "ROCM5_6"
71059
+ },
71060
+ {
71061
+ "docs": {
71062
+ "stability": "experimental",
71063
+ "summary": "Use the PyTorch index for ROCm 5.5. (rocm5.5)."
71064
+ },
71065
+ "name": "ROCM5_5"
71066
+ },
71067
+ {
71068
+ "docs": {
71069
+ "stability": "experimental",
71070
+ "summary": "Use the PyTorch index for ROCm 5.4.2. (rocm5.4.2)."
71071
+ },
71072
+ "name": "ROCM5_4_2"
71073
+ },
71074
+ {
71075
+ "docs": {
71076
+ "stability": "experimental",
71077
+ "summary": "Use the PyTorch index for ROCm 5.4. (rocm5.4)."
71078
+ },
71079
+ "name": "ROCM5_4"
71080
+ },
71081
+ {
71082
+ "docs": {
71083
+ "stability": "experimental",
71084
+ "summary": "Use the PyTorch index for ROCm 5.3. (rocm5.3)."
71085
+ },
71086
+ "name": "ROCM5_3"
71087
+ },
71088
+ {
71089
+ "docs": {
71090
+ "stability": "experimental",
71091
+ "summary": "Use the PyTorch index for ROCm 5.2. (rocm5.2)."
71092
+ },
71093
+ "name": "ROCM5_2"
71094
+ },
71095
+ {
71096
+ "docs": {
71097
+ "stability": "experimental",
71098
+ "summary": "Use the PyTorch index for ROCm 5.1.1. (rocm5.1.1)."
71099
+ },
71100
+ "name": "ROCM5_1_1"
71101
+ },
71102
+ {
71103
+ "docs": {
71104
+ "stability": "experimental",
71105
+ "summary": "Use the PyTorch index for ROCm 4.2. (rocm4.2)."
71106
+ },
71107
+ "name": "ROCM4_2"
71108
+ },
71109
+ {
71110
+ "docs": {
71111
+ "stability": "experimental",
71112
+ "summary": "Use the PyTorch index for ROCm 4.1. (rocm4.1)."
71113
+ },
71114
+ "name": "ROCM4_1"
71115
+ },
71116
+ {
71117
+ "docs": {
71118
+ "stability": "experimental",
71119
+ "summary": "Use the PyTorch index for ROCm 4.0.1. (rocm4.0.1)."
71120
+ },
71121
+ "name": "ROCM4_0_1"
71122
+ },
71123
+ {
71124
+ "docs": {
71125
+ "remarks": "(xpu)",
71126
+ "stability": "experimental",
71127
+ "summary": "Use the PyTorch index for Intel XPU."
71128
+ },
71129
+ "name": "XPU"
71130
+ }
71131
+ ],
71132
+ "name": "TorchMode",
71133
+ "namespace": "python.uvConfig",
71134
+ "symbolId": "src/python/uv-config:TorchMode"
71135
+ },
69864
71136
  "projen.python.uvConfig.TrustedPublishing": {
69865
71137
  "assembly": "projen",
69866
71138
  "docs": {
@@ -69873,7 +71145,7 @@
69873
71145
  "kind": "enum",
69874
71146
  "locationInModule": {
69875
71147
  "filename": "src/python/uv-config.ts",
69876
- "line": 2023
71148
+ "line": 2183
69877
71149
  },
69878
71150
  "members": [
69879
71151
  {
@@ -69889,6 +71161,14 @@
69889
71161
  "summary": "never."
69890
71162
  },
69891
71163
  "name": "NEVER"
71164
+ },
71165
+ {
71166
+ "docs": {
71167
+ "remarks": "Supported environments include GitHub Actions and GitLab CI/CD. (automatic)",
71168
+ "stability": "experimental",
71169
+ "summary": "Attempt trusted publishing when we're in a supported environment, continue if that fails."
71170
+ },
71171
+ "name": "AUTOMATIC"
69892
71172
  }
69893
71173
  ],
69894
71174
  "name": "TrustedPublishing",
@@ -69932,7 +71212,7 @@
69932
71212
  "name": "addBounds",
69933
71213
  "optional": true,
69934
71214
  "type": {
69935
- "primitive": "string"
71215
+ "fqn": "projen.python.uvConfig.AddBoundsKind"
69936
71216
  }
69937
71217
  },
69938
71218
  {
@@ -70597,7 +71877,7 @@
70597
71877
  "name": "forkStrategy",
70598
71878
  "optional": true,
70599
71879
  "type": {
70600
- "primitive": "string"
71880
+ "fqn": "projen.python.uvConfig.ForkStrategy"
70601
71881
  }
70602
71882
  },
70603
71883
  {
@@ -70644,7 +71924,7 @@
70644
71924
  "name": "indexStrategy",
70645
71925
  "optional": true,
70646
71926
  "type": {
70647
- "primitive": "string"
71927
+ "fqn": "projen.python.uvConfig.IndexStrategy"
70648
71928
  }
70649
71929
  },
70650
71930
  {
@@ -70686,7 +71966,7 @@
70686
71966
  "name": "keyringProvider",
70687
71967
  "optional": true,
70688
71968
  "type": {
70689
- "primitive": "string"
71969
+ "fqn": "projen.python.uvConfig.KeyringProviderType"
70690
71970
  }
70691
71971
  },
70692
71972
  {
@@ -70708,7 +71988,7 @@
70708
71988
  "name": "linkMode",
70709
71989
  "optional": true,
70710
71990
  "type": {
70711
- "primitive": "string"
71991
+ "fqn": "projen.python.uvConfig.LinkMode"
70712
71992
  }
70713
71993
  },
70714
71994
  {
@@ -71055,7 +72335,7 @@
71055
72335
  "name": "prerelease",
71056
72336
  "optional": true,
71057
72337
  "type": {
71058
- "primitive": "string"
72338
+ "fqn": "projen.python.uvConfig.PrereleaseMode"
71059
72339
  }
71060
72340
  },
71061
72341
  {
@@ -71136,7 +72416,7 @@
71136
72416
  "name": "pythonDownloads",
71137
72417
  "optional": true,
71138
72418
  "type": {
71139
- "primitive": "string"
72419
+ "fqn": "projen.python.uvConfig.PythonDownloads"
71140
72420
  }
71141
72421
  },
71142
72422
  {
@@ -71198,7 +72478,7 @@
71198
72478
  "name": "pythonPreference",
71199
72479
  "optional": true,
71200
72480
  "type": {
71201
- "primitive": "string"
72481
+ "fqn": "projen.python.uvConfig.PythonPreference"
71202
72482
  }
71203
72483
  },
71204
72484
  {
@@ -71312,7 +72592,7 @@
71312
72592
  "name": "resolution",
71313
72593
  "optional": true,
71314
72594
  "type": {
71315
- "primitive": "string"
72595
+ "fqn": "projen.python.uvConfig.ResolutionMode"
71316
72596
  }
71317
72597
  },
71318
72598
  {
@@ -71451,7 +72731,7 @@
71451
72731
  "kind": "interface",
71452
72732
  "locationInModule": {
71453
72733
  "filename": "src/python/uv-config.ts",
71454
- "line": 2081
72734
+ "line": 2245
71455
72735
  },
71456
72736
  "name": "WheelDataIncludes",
71457
72737
  "namespace": "python.uvConfig",
@@ -71467,7 +72747,7 @@
71467
72747
  "immutable": true,
71468
72748
  "locationInModule": {
71469
72749
  "filename": "src/python/uv-config.ts",
71470
- "line": 2085
72750
+ "line": 2249
71471
72751
  },
71472
72752
  "name": "data",
71473
72753
  "optional": true,
@@ -71486,7 +72766,7 @@
71486
72766
  "immutable": true,
71487
72767
  "locationInModule": {
71488
72768
  "filename": "src/python/uv-config.ts",
71489
- "line": 2090
72769
+ "line": 2254
71490
72770
  },
71491
72771
  "name": "headers",
71492
72772
  "optional": true,
@@ -71505,7 +72785,7 @@
71505
72785
  "immutable": true,
71506
72786
  "locationInModule": {
71507
72787
  "filename": "src/python/uv-config.ts",
71508
- "line": 2095
72788
+ "line": 2259
71509
72789
  },
71510
72790
  "name": "platlib",
71511
72791
  "optional": true,
@@ -71524,7 +72804,7 @@
71524
72804
  "immutable": true,
71525
72805
  "locationInModule": {
71526
72806
  "filename": "src/python/uv-config.ts",
71527
- "line": 2100
72807
+ "line": 2264
71528
72808
  },
71529
72809
  "name": "purelib",
71530
72810
  "optional": true,
@@ -71543,7 +72823,7 @@
71543
72823
  "immutable": true,
71544
72824
  "locationInModule": {
71545
72825
  "filename": "src/python/uv-config.ts",
71546
- "line": 2105
72826
+ "line": 2269
71547
72827
  },
71548
72828
  "name": "scripts",
71549
72829
  "optional": true,
@@ -79076,6 +80356,6 @@
79076
80356
  "usedFeatures": [
79077
80357
  "class-covariant-overrides"
79078
80358
  ],
79079
- "version": "0.98.31",
79080
- "fingerprint": "5ApOXB4aNr2irnr3bdLpiUKaKhpGMeOqqJWHS23w5Eo="
80359
+ "version": "0.98.33",
80360
+ "fingerprint": "7sR+PvrUJxXfa68WQs2JW3HMjLheslGN8ZIN3jCzTFA="
79081
80361
  }