renovate 40.0.0-next.9 → 40.0.0

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 (816) hide show
  1. package/dist/config/decrypt/legacy.js +0 -1
  2. package/dist/config/decrypt/legacy.js.map +1 -1
  3. package/dist/config/decrypt.d.ts +3 -1
  4. package/dist/config/decrypt.js +56 -13
  5. package/dist/config/decrypt.js.map +1 -1
  6. package/dist/config/global.js +0 -1
  7. package/dist/config/global.js.map +1 -1
  8. package/dist/config/migrate-validate.js +3 -2
  9. package/dist/config/migrate-validate.js.map +1 -1
  10. package/dist/config/migration.js +2 -1
  11. package/dist/config/migration.js.map +1 -1
  12. package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
  13. package/dist/config/migrations/custom/rebase-stale-prs-migration.js.map +1 -1
  14. package/dist/config/migrations/migrations-service.js +3 -2
  15. package/dist/config/migrations/migrations-service.js.map +1 -1
  16. package/dist/config/options/index.js +18 -11
  17. package/dist/config/options/index.js.map +1 -1
  18. package/dist/config/parse.js +2 -2
  19. package/dist/config/parse.js.map +1 -1
  20. package/dist/config/presets/common.js +1 -0
  21. package/dist/config/presets/common.js.map +1 -1
  22. package/dist/config/presets/gitea/index.js +0 -1
  23. package/dist/config/presets/gitea/index.js.map +1 -1
  24. package/dist/config/presets/github/index.js +4 -2
  25. package/dist/config/presets/github/index.js.map +1 -1
  26. package/dist/config/presets/gitlab/index.js +1 -1
  27. package/dist/config/presets/gitlab/index.js.map +1 -1
  28. package/dist/config/presets/http/index.js +2 -2
  29. package/dist/config/presets/http/index.js.map +1 -1
  30. package/dist/config/presets/index.js +0 -7
  31. package/dist/config/presets/index.js.map +1 -1
  32. package/dist/config/presets/internal/custom-managers.js +18 -4
  33. package/dist/config/presets/internal/custom-managers.js.map +1 -1
  34. package/dist/config/presets/internal/group.js +30 -1
  35. package/dist/config/presets/internal/group.js.map +1 -1
  36. package/dist/config/presets/internal/index.js +1 -3
  37. package/dist/config/presets/internal/index.js.map +1 -1
  38. package/dist/config/presets/internal/workarounds.js +1 -0
  39. package/dist/config/presets/internal/workarounds.js.map +1 -1
  40. package/dist/config/presets/npm/index.js +4 -1
  41. package/dist/config/presets/npm/index.js.map +1 -1
  42. package/dist/config/presets/parse.js +2 -1
  43. package/dist/config/presets/parse.js.map +1 -1
  44. package/dist/config/schema.d.ts +2 -2
  45. package/dist/config/types.d.ts +4 -2
  46. package/dist/config/types.js.map +1 -1
  47. package/dist/config/validation.js +3 -5
  48. package/dist/config/validation.js.map +1 -1
  49. package/dist/config-validator.js +0 -1
  50. package/dist/config-validator.js.map +1 -1
  51. package/dist/constants/category.js +0 -1
  52. package/dist/constants/category.js.map +1 -1
  53. package/dist/constants/platforms.js +5 -1
  54. package/dist/constants/platforms.js.map +1 -1
  55. package/dist/data/monorepo.json +9 -2
  56. package/dist/data/replacements.json +13 -0
  57. package/dist/data/source-urls.json +1 -0
  58. package/dist/data-files.generated.js +2 -2
  59. package/dist/data-files.generated.js.map +1 -1
  60. package/dist/instrumentation/index.js +39 -15
  61. package/dist/instrumentation/index.js.map +1 -1
  62. package/dist/instrumentation/utils.js +1 -1
  63. package/dist/instrumentation/utils.js.map +1 -1
  64. package/dist/logger/cmd-serializer.js +0 -1
  65. package/dist/logger/cmd-serializer.js.map +1 -1
  66. package/dist/logger/config-serializer.js +0 -1
  67. package/dist/logger/config-serializer.js.map +1 -1
  68. package/dist/logger/index.js +1 -4
  69. package/dist/logger/index.js.map +1 -1
  70. package/dist/logger/once.js +4 -2
  71. package/dist/logger/once.js.map +1 -1
  72. package/dist/logger/pretty-stdout.js +0 -1
  73. package/dist/logger/pretty-stdout.js.map +1 -1
  74. package/dist/logger/renovate-logger.js +1 -1
  75. package/dist/logger/renovate-logger.js.map +1 -1
  76. package/dist/logger/utils.js +5 -10
  77. package/dist/logger/utils.js.map +1 -1
  78. package/dist/modules/datasource/api.js +4 -0
  79. package/dist/modules/datasource/api.js.map +1 -1
  80. package/dist/modules/datasource/artifactory/index.js +1 -2
  81. package/dist/modules/datasource/artifactory/index.js.map +1 -1
  82. package/dist/modules/datasource/aws-eks-addon/index.d.ts +11 -0
  83. package/dist/modules/datasource/aws-eks-addon/index.js +75 -0
  84. package/dist/modules/datasource/aws-eks-addon/index.js.map +1 -0
  85. package/dist/modules/datasource/aws-eks-addon/schema.d.ts +40 -0
  86. package/dist/modules/datasource/aws-eks-addon/schema.js +31 -0
  87. package/dist/modules/datasource/aws-eks-addon/schema.js.map +1 -0
  88. package/dist/modules/datasource/aws-machine-image/index.js +6 -5
  89. package/dist/modules/datasource/aws-machine-image/index.js.map +1 -1
  90. package/dist/modules/datasource/azure-pipelines-tasks/index.js +15 -1
  91. package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
  92. package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +24 -0
  93. package/dist/modules/datasource/azure-pipelines-tasks/schema.js +3 -0
  94. package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
  95. package/dist/modules/datasource/bazel/index.js +18 -2
  96. package/dist/modules/datasource/bazel/index.js.map +1 -1
  97. package/dist/modules/datasource/bazel/schema.d.ts +1 -0
  98. package/dist/modules/datasource/bazel/schema.js.map +1 -1
  99. package/dist/modules/datasource/bitbucket-server-tags/index.d.ts +19 -0
  100. package/dist/modules/datasource/bitbucket-server-tags/index.js +133 -0
  101. package/dist/modules/datasource/bitbucket-server-tags/index.js.map +1 -0
  102. package/dist/modules/datasource/bitbucket-server-tags/schema.d.ts +28 -0
  103. package/dist/modules/datasource/bitbucket-server-tags/schema.js +13 -0
  104. package/dist/modules/datasource/bitbucket-server-tags/schema.js.map +1 -0
  105. package/dist/modules/datasource/bitrise/index.js +1 -1
  106. package/dist/modules/datasource/bitrise/index.js.map +1 -1
  107. package/dist/modules/datasource/cdnjs/schema.d.ts +2 -2
  108. package/dist/modules/datasource/conda/index.js +18 -1
  109. package/dist/modules/datasource/conda/index.js.map +1 -1
  110. package/dist/modules/datasource/conda/prefix-dev.d.ts +3 -0
  111. package/dist/modules/datasource/conda/prefix-dev.js +81 -0
  112. package/dist/modules/datasource/conda/prefix-dev.js.map +1 -0
  113. package/dist/modules/datasource/conda/schema/prefix-dev.d.ts +189 -0
  114. package/dist/modules/datasource/conda/schema/prefix-dev.js +31 -0
  115. package/dist/modules/datasource/conda/schema/prefix-dev.js.map +1 -0
  116. package/dist/modules/datasource/conda/types.d.ts +1 -20
  117. package/dist/modules/datasource/conda/types.js.map +1 -1
  118. package/dist/modules/datasource/cpan/index.js +2 -4
  119. package/dist/modules/datasource/cpan/index.js.map +1 -1
  120. package/dist/modules/datasource/crate/index.js +3 -3
  121. package/dist/modules/datasource/crate/index.js.map +1 -1
  122. package/dist/modules/datasource/custom/formats/html.js +1 -1
  123. package/dist/modules/datasource/custom/formats/html.js.map +1 -1
  124. package/dist/modules/datasource/custom/formats/yaml.js +1 -1
  125. package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
  126. package/dist/modules/datasource/custom/index.js +4 -2
  127. package/dist/modules/datasource/custom/index.js.map +1 -1
  128. package/dist/modules/datasource/custom/schema.d.ts +22 -22
  129. package/dist/modules/datasource/custom/utils.js +1 -0
  130. package/dist/modules/datasource/custom/utils.js.map +1 -1
  131. package/dist/modules/datasource/dart/index.js +1 -1
  132. package/dist/modules/datasource/dart/index.js.map +1 -1
  133. package/dist/modules/datasource/dart-version/index.js +1 -1
  134. package/dist/modules/datasource/dart-version/index.js.map +1 -1
  135. package/dist/modules/datasource/datasource.js +0 -1
  136. package/dist/modules/datasource/datasource.js.map +1 -1
  137. package/dist/modules/datasource/deb/index.d.ts +4 -5
  138. package/dist/modules/datasource/deb/index.js +10 -11
  139. package/dist/modules/datasource/deb/index.js.map +1 -1
  140. package/dist/modules/datasource/deb/url.d.ts +3 -3
  141. package/dist/modules/datasource/deb/url.js +17 -13
  142. package/dist/modules/datasource/deb/url.js.map +1 -1
  143. package/dist/modules/datasource/deno/index.js +1 -1
  144. package/dist/modules/datasource/deno/index.js.map +1 -1
  145. package/dist/modules/datasource/deno/schema.d.ts +1 -1
  146. package/dist/modules/datasource/devbox/index.js +0 -1
  147. package/dist/modules/datasource/devbox/index.js.map +1 -1
  148. package/dist/modules/datasource/docker/common.js +5 -2
  149. package/dist/modules/datasource/docker/common.js.map +1 -1
  150. package/dist/modules/datasource/docker/index.js +8 -6
  151. package/dist/modules/datasource/docker/index.js.map +1 -1
  152. package/dist/modules/datasource/docker/schema.d.ts +77 -101
  153. package/dist/modules/datasource/docker/schema.js +2 -1
  154. package/dist/modules/datasource/docker/schema.js.map +1 -1
  155. package/dist/modules/datasource/flutter-version/index.js +1 -1
  156. package/dist/modules/datasource/flutter-version/index.js.map +1 -1
  157. package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
  158. package/dist/modules/datasource/galaxy-collection/schema.d.ts +8 -8
  159. package/dist/modules/datasource/git-refs/index.js +1 -1
  160. package/dist/modules/datasource/git-refs/index.js.map +1 -1
  161. package/dist/modules/datasource/gitea-releases/schema.d.ts +6 -6
  162. package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
  163. package/dist/modules/datasource/github-release-attachments/index.js +2 -2
  164. package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
  165. package/dist/modules/datasource/github-runners/index.js +2 -2
  166. package/dist/modules/datasource/github-runners/index.js.map +1 -1
  167. package/dist/modules/datasource/github-tags/index.js +4 -1
  168. package/dist/modules/datasource/github-tags/index.js.map +1 -1
  169. package/dist/modules/datasource/gitlab-packages/index.js +1 -1
  170. package/dist/modules/datasource/gitlab-packages/index.js.map +1 -1
  171. package/dist/modules/datasource/gitlab-releases/index.js +1 -3
  172. package/dist/modules/datasource/gitlab-releases/index.js.map +1 -1
  173. package/dist/modules/datasource/go/base.js +1 -1
  174. package/dist/modules/datasource/go/base.js.map +1 -1
  175. package/dist/modules/datasource/go/index.js +1 -1
  176. package/dist/modules/datasource/go/index.js.map +1 -1
  177. package/dist/modules/datasource/go/releases-direct.js +7 -4
  178. package/dist/modules/datasource/go/releases-direct.js.map +1 -1
  179. package/dist/modules/datasource/go/releases-goproxy.js +1 -1
  180. package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
  181. package/dist/modules/datasource/golang-version/index.js +2 -2
  182. package/dist/modules/datasource/golang-version/index.js.map +1 -1
  183. package/dist/modules/datasource/gradle-version/index.js +1 -1
  184. package/dist/modules/datasource/gradle-version/index.js.map +1 -1
  185. package/dist/modules/datasource/helm/index.js +1 -1
  186. package/dist/modules/datasource/helm/index.js.map +1 -1
  187. package/dist/modules/datasource/hex/index.js +1 -1
  188. package/dist/modules/datasource/hex/index.js.map +1 -1
  189. package/dist/modules/datasource/hex/schema.d.ts +11 -11
  190. package/dist/modules/datasource/hexpm-bob/index.js +1 -1
  191. package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
  192. package/dist/modules/datasource/index.js +46 -5
  193. package/dist/modules/datasource/index.js.map +1 -1
  194. package/dist/modules/datasource/java-version/index.js +0 -1
  195. package/dist/modules/datasource/java-version/index.js.map +1 -1
  196. package/dist/modules/datasource/jenkins-plugins/index.js +1 -1
  197. package/dist/modules/datasource/jenkins-plugins/index.js.map +1 -1
  198. package/dist/modules/datasource/maven/index.d.ts +2 -2
  199. package/dist/modules/datasource/maven/index.js +56 -33
  200. package/dist/modules/datasource/maven/index.js.map +1 -1
  201. package/dist/modules/datasource/maven/types.d.ts +7 -6
  202. package/dist/modules/datasource/maven/types.js.map +1 -1
  203. package/dist/modules/datasource/maven/util.d.ts +4 -5
  204. package/dist/modules/datasource/maven/util.js +94 -157
  205. package/dist/modules/datasource/maven/util.js.map +1 -1
  206. package/dist/modules/datasource/metadata.js +9 -1
  207. package/dist/modules/datasource/metadata.js.map +1 -1
  208. package/dist/modules/datasource/node-version/index.js +1 -1
  209. package/dist/modules/datasource/node-version/index.js.map +1 -1
  210. package/dist/modules/datasource/npm/get.d.ts +0 -1
  211. package/dist/modules/datasource/npm/get.js +14 -68
  212. package/dist/modules/datasource/npm/get.js.map +1 -1
  213. package/dist/modules/datasource/npm/index.js +1 -1
  214. package/dist/modules/datasource/npm/index.js.map +1 -1
  215. package/dist/modules/datasource/npm/npmrc.js +1 -1
  216. package/dist/modules/datasource/npm/npmrc.js.map +1 -1
  217. package/dist/modules/datasource/npm/types.d.ts +0 -8
  218. package/dist/modules/datasource/npm/types.js.map +1 -1
  219. package/dist/modules/datasource/nuget/index.js +1 -1
  220. package/dist/modules/datasource/nuget/index.js.map +1 -1
  221. package/dist/modules/datasource/nuget/v2.js +1 -1
  222. package/dist/modules/datasource/nuget/v2.js.map +1 -1
  223. package/dist/modules/datasource/nuget/v3.js +8 -6
  224. package/dist/modules/datasource/nuget/v3.js.map +1 -1
  225. package/dist/modules/datasource/orb/index.js +1 -1
  226. package/dist/modules/datasource/orb/index.js.map +1 -1
  227. package/dist/modules/datasource/packagist/index.js +2 -2
  228. package/dist/modules/datasource/packagist/index.js.map +1 -1
  229. package/dist/modules/datasource/packagist/schema.d.ts +32 -32
  230. package/dist/modules/datasource/pod/index.js +2 -2
  231. package/dist/modules/datasource/pod/index.js.map +1 -1
  232. package/dist/modules/datasource/postprocess-release.js +1 -1
  233. package/dist/modules/datasource/postprocess-release.js.map +1 -1
  234. package/dist/modules/datasource/pypi/index.js +1 -1
  235. package/dist/modules/datasource/pypi/index.js.map +1 -1
  236. package/dist/modules/datasource/python-version/index.js +1 -1
  237. package/dist/modules/datasource/python-version/index.js.map +1 -1
  238. package/dist/modules/datasource/repology/index.js +1 -1
  239. package/dist/modules/datasource/repology/index.js.map +1 -1
  240. package/dist/modules/datasource/ruby-version/index.js +1 -1
  241. package/dist/modules/datasource/ruby-version/index.js.map +1 -1
  242. package/dist/modules/datasource/rubygems/index.js +2 -2
  243. package/dist/modules/datasource/rubygems/index.js.map +1 -1
  244. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
  245. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
  246. package/dist/modules/datasource/sbt-package/index.js +1 -1
  247. package/dist/modules/datasource/sbt-package/index.js.map +1 -1
  248. package/dist/modules/datasource/sbt-plugin/index.js +1 -1
  249. package/dist/modules/datasource/sbt-plugin/index.js.map +1 -1
  250. package/dist/modules/datasource/schema.d.ts +4 -4
  251. package/dist/modules/datasource/terraform-module/index.js +1 -1
  252. package/dist/modules/datasource/terraform-module/index.js.map +1 -1
  253. package/dist/modules/datasource/terraform-provider/index.js +2 -3
  254. package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
  255. package/dist/modules/datasource/types.d.ts +2 -0
  256. package/dist/modules/datasource/types.js.map +1 -1
  257. package/dist/modules/manager/api.js +2 -0
  258. package/dist/modules/manager/api.js.map +1 -1
  259. package/dist/modules/manager/argocd/extract.js +1 -1
  260. package/dist/modules/manager/argocd/extract.js.map +1 -1
  261. package/dist/modules/manager/argocd/schema.d.ts +22 -22
  262. package/dist/modules/manager/asdf/upgradeable-tooling.js +94 -0
  263. package/dist/modules/manager/asdf/upgradeable-tooling.js.map +1 -1
  264. package/dist/modules/manager/azure-pipelines/schema.d.ts +32 -32
  265. package/dist/modules/manager/batect/schema.d.ts +4 -4
  266. package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
  267. package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
  268. package/dist/modules/manager/bazel/rules/docker.d.ts +6 -6
  269. package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
  270. package/dist/modules/manager/bazel/rules/git.js +9 -2
  271. package/dist/modules/manager/bazel/rules/git.js.map +1 -1
  272. package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
  273. package/dist/modules/manager/bazel/rules/maven.d.ts +7 -7
  274. package/dist/modules/manager/bazel/rules/oci.d.ts +6 -6
  275. package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
  276. package/dist/modules/manager/bazel-module/parser/maven.d.ts +44 -90
  277. package/dist/modules/manager/bazel-module/parser/oci.d.ts +19 -42
  278. package/dist/modules/manager/bazel-module/rules.d.ts +50 -160
  279. package/dist/modules/manager/buildpacks/extract.d.ts +6 -1
  280. package/dist/modules/manager/buildpacks/extract.js +24 -14
  281. package/dist/modules/manager/buildpacks/extract.js.map +1 -1
  282. package/dist/modules/manager/bun/artifacts.js +0 -1
  283. package/dist/modules/manager/bun/artifacts.js.map +1 -1
  284. package/dist/modules/manager/bun/extract.d.ts +1 -0
  285. package/dist/modules/manager/bun/extract.js +53 -27
  286. package/dist/modules/manager/bun/extract.js.map +1 -1
  287. package/dist/modules/manager/bun/index.js +1 -1
  288. package/dist/modules/manager/bun/index.js.map +1 -1
  289. package/dist/modules/manager/bun/utils.d.ts +2 -0
  290. package/dist/modules/manager/bun/utils.js +22 -0
  291. package/dist/modules/manager/bun/utils.js.map +1 -0
  292. package/dist/modules/manager/bundler/artifacts.js +0 -1
  293. package/dist/modules/manager/bundler/artifacts.js.map +1 -1
  294. package/dist/modules/manager/bundler/extract.js +2 -1
  295. package/dist/modules/manager/bundler/extract.js.map +1 -1
  296. package/dist/modules/manager/cake/index.js +4 -2
  297. package/dist/modules/manager/cake/index.js.map +1 -1
  298. package/dist/modules/manager/cargo/artifacts.js +5 -7
  299. package/dist/modules/manager/cargo/artifacts.js.map +1 -1
  300. package/dist/modules/manager/cargo/schema.d.ts +166 -166
  301. package/dist/modules/manager/circleci/extract.js +21 -30
  302. package/dist/modules/manager/circleci/extract.js.map +1 -1
  303. package/dist/modules/manager/circleci/schema.d.ts +33 -144
  304. package/dist/modules/manager/circleci/schema.js +21 -17
  305. package/dist/modules/manager/circleci/schema.js.map +1 -1
  306. package/dist/modules/manager/cocoapods/artifacts.js +1 -2
  307. package/dist/modules/manager/cocoapods/artifacts.js.map +1 -1
  308. package/dist/modules/manager/composer/artifacts.js +1 -2
  309. package/dist/modules/manager/composer/artifacts.js.map +1 -1
  310. package/dist/modules/manager/composer/schema.d.ts +32 -34
  311. package/dist/modules/manager/composer/schema.js +1 -1
  312. package/dist/modules/manager/composer/schema.js.map +1 -1
  313. package/dist/modules/manager/composer/utils.d.ts +1 -0
  314. package/dist/modules/manager/composer/utils.js +18 -6
  315. package/dist/modules/manager/composer/utils.js.map +1 -1
  316. package/dist/modules/manager/conan/artifacts.d.ts +2 -0
  317. package/dist/modules/manager/conan/artifacts.js +76 -0
  318. package/dist/modules/manager/conan/artifacts.js.map +1 -0
  319. package/dist/modules/manager/conan/index.d.ts +2 -0
  320. package/dist/modules/manager/conan/index.js +4 -1
  321. package/dist/modules/manager/conan/index.js.map +1 -1
  322. package/dist/modules/manager/copier/artifacts.js +0 -1
  323. package/dist/modules/manager/copier/artifacts.js.map +1 -1
  324. package/dist/modules/manager/crossplane/schema.d.ts +2 -2
  325. package/dist/modules/manager/custom/jsonata/schema.d.ts +21 -21
  326. package/dist/modules/manager/custom/regex/index.js +2 -0
  327. package/dist/modules/manager/custom/regex/index.js.map +1 -1
  328. package/dist/modules/manager/deps-edn/extract.js +2 -1
  329. package/dist/modules/manager/deps-edn/extract.js.map +1 -1
  330. package/dist/modules/manager/devbox/artifacts.d.ts +1 -1
  331. package/dist/modules/manager/devbox/artifacts.js +35 -11
  332. package/dist/modules/manager/devbox/artifacts.js.map +1 -1
  333. package/dist/modules/manager/devbox/schema.js +1 -1
  334. package/dist/modules/manager/devbox/schema.js.map +1 -1
  335. package/dist/modules/manager/devcontainer/extract.js +43 -1
  336. package/dist/modules/manager/devcontainer/extract.js.map +1 -1
  337. package/dist/modules/manager/devcontainer/index.js +11 -1
  338. package/dist/modules/manager/devcontainer/index.js.map +1 -1
  339. package/dist/modules/manager/devcontainer/schema.d.ts +7 -3
  340. package/dist/modules/manager/devcontainer/schema.js +3 -1
  341. package/dist/modules/manager/devcontainer/schema.js.map +1 -1
  342. package/dist/modules/manager/docker-compose/schema.d.ts +6 -6
  343. package/dist/modules/manager/dockerfile/extract.js +2 -6
  344. package/dist/modules/manager/dockerfile/extract.js.map +1 -1
  345. package/dist/modules/manager/fingerprint.generated.js +86 -85
  346. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  347. package/dist/modules/manager/fleet/schema.d.ts +4 -4
  348. package/dist/modules/manager/flux/artifacts.js +0 -1
  349. package/dist/modules/manager/flux/artifacts.js.map +1 -1
  350. package/dist/modules/manager/flux/extract.js +27 -24
  351. package/dist/modules/manager/flux/extract.js.map +1 -1
  352. package/dist/modules/manager/flux/schema.d.ts +130 -154
  353. package/dist/modules/manager/github-actions/extract.js +60 -39
  354. package/dist/modules/manager/github-actions/extract.js.map +1 -1
  355. package/dist/modules/manager/github-actions/schema.d.ts +66 -0
  356. package/dist/modules/manager/github-actions/schema.js +38 -0
  357. package/dist/modules/manager/github-actions/schema.js.map +1 -0
  358. package/dist/modules/manager/gitlabci/extract.d.ts +1 -5
  359. package/dist/modules/manager/gitlabci/extract.js +27 -126
  360. package/dist/modules/manager/gitlabci/extract.js.map +1 -1
  361. package/dist/modules/manager/gitlabci/schema.d.ts +55 -0
  362. package/dist/modules/manager/gitlabci/schema.js +63 -0
  363. package/dist/modules/manager/gitlabci/schema.js.map +1 -0
  364. package/dist/modules/manager/gitlabci-include/extract.js +6 -54
  365. package/dist/modules/manager/gitlabci-include/extract.js.map +1 -1
  366. package/dist/modules/manager/gitlabci-include/schema.d.ts +13 -0
  367. package/dist/modules/manager/gitlabci-include/schema.js +46 -0
  368. package/dist/modules/manager/gitlabci-include/schema.js.map +1 -0
  369. package/dist/modules/manager/glasskube/schema.d.ts +8 -8
  370. package/dist/modules/manager/gomod/artifacts-extra.js +12 -4
  371. package/dist/modules/manager/gomod/artifacts-extra.js.map +1 -1
  372. package/dist/modules/manager/gomod/artifacts.js +24 -10
  373. package/dist/modules/manager/gomod/artifacts.js.map +1 -1
  374. package/dist/modules/manager/gomod/extract.js +23 -0
  375. package/dist/modules/manager/gomod/extract.js.map +1 -1
  376. package/dist/modules/manager/gomod/line-parser.js +16 -0
  377. package/dist/modules/manager/gomod/line-parser.js.map +1 -1
  378. package/dist/modules/manager/gomod/update.js +5 -3
  379. package/dist/modules/manager/gomod/update.js.map +1 -1
  380. package/dist/modules/manager/gradle/artifacts.js +0 -1
  381. package/dist/modules/manager/gradle/artifacts.js.map +1 -1
  382. package/dist/modules/manager/gradle/extract/catalog.js +1 -1
  383. package/dist/modules/manager/gradle/extract/catalog.js.map +1 -1
  384. package/dist/modules/manager/gradle/extract.js +8 -13
  385. package/dist/modules/manager/gradle/extract.js.map +1 -1
  386. package/dist/modules/manager/gradle/parser/assignments.js +2 -2
  387. package/dist/modules/manager/gradle/parser/assignments.js.map +1 -1
  388. package/dist/modules/manager/gradle/parser/handlers.d.ts +1 -2
  389. package/dist/modules/manager/gradle/parser/handlers.js +17 -24
  390. package/dist/modules/manager/gradle/parser/handlers.js.map +1 -1
  391. package/dist/modules/manager/gradle/parser/registry-urls.js +46 -12
  392. package/dist/modules/manager/gradle/parser/registry-urls.js.map +1 -1
  393. package/dist/modules/manager/gradle/types.d.ts +1 -0
  394. package/dist/modules/manager/gradle/types.js.map +1 -1
  395. package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -2
  396. package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
  397. package/dist/modules/manager/helmfile/artifacts.js +0 -1
  398. package/dist/modules/manager/helmfile/artifacts.js.map +1 -1
  399. package/dist/modules/manager/helmfile/extract.js +4 -0
  400. package/dist/modules/manager/helmfile/extract.js.map +1 -1
  401. package/dist/modules/manager/helmfile/schema.d.ts +9 -9
  402. package/dist/modules/manager/helmv3/artifacts.js +0 -1
  403. package/dist/modules/manager/helmv3/artifacts.js.map +1 -1
  404. package/dist/modules/manager/helmv3/utils.js +3 -1
  405. package/dist/modules/manager/helmv3/utils.js.map +1 -1
  406. package/dist/modules/manager/hermit/artifacts.js +0 -1
  407. package/dist/modules/manager/hermit/artifacts.js.map +1 -1
  408. package/dist/modules/manager/homebrew/extract.js +0 -1
  409. package/dist/modules/manager/homebrew/extract.js.map +1 -1
  410. package/dist/modules/manager/jsonnet-bundler/artifacts.js +0 -1
  411. package/dist/modules/manager/jsonnet-bundler/artifacts.js.map +1 -1
  412. package/dist/modules/manager/kustomize/artifacts.d.ts +2 -0
  413. package/dist/modules/manager/kustomize/artifacts.js +154 -0
  414. package/dist/modules/manager/kustomize/artifacts.js.map +1 -0
  415. package/dist/modules/manager/kustomize/common.d.ts +3 -0
  416. package/dist/modules/manager/kustomize/common.js +22 -0
  417. package/dist/modules/manager/kustomize/common.js.map +1 -0
  418. package/dist/modules/manager/kustomize/index.d.ts +1 -0
  419. package/dist/modules/manager/kustomize/index.js +3 -1
  420. package/dist/modules/manager/kustomize/index.js.map +1 -1
  421. package/dist/modules/manager/kustomize/types.d.ts +4 -0
  422. package/dist/modules/manager/kustomize/types.js.map +1 -1
  423. package/dist/modules/manager/maven/extract.d.ts +2 -2
  424. package/dist/modules/manager/maven/extract.js +14 -9
  425. package/dist/modules/manager/maven/extract.js.map +1 -1
  426. package/dist/modules/manager/maven-wrapper/artifacts.js +0 -1
  427. package/dist/modules/manager/maven-wrapper/artifacts.js.map +1 -1
  428. package/dist/modules/manager/mise/extract.js +1 -1
  429. package/dist/modules/manager/mise/extract.js.map +1 -1
  430. package/dist/modules/manager/mix/artifacts.js +64 -14
  431. package/dist/modules/manager/mix/artifacts.js.map +1 -1
  432. package/dist/modules/manager/mix/index.d.ts +1 -0
  433. package/dist/modules/manager/mix/index.js +2 -1
  434. package/dist/modules/manager/mix/index.js.map +1 -1
  435. package/dist/modules/manager/nix/artifacts.js +0 -1
  436. package/dist/modules/manager/nix/artifacts.js.map +1 -1
  437. package/dist/modules/manager/nix/extract.js +1 -1
  438. package/dist/modules/manager/nix/extract.js.map +1 -1
  439. package/dist/modules/manager/nix/schema.d.ts +20 -20
  440. package/dist/modules/manager/nix/schema.js +1 -0
  441. package/dist/modules/manager/nix/schema.js.map +1 -1
  442. package/dist/modules/manager/npm/artifacts.js +0 -1
  443. package/dist/modules/manager/npm/artifacts.js.map +1 -1
  444. package/dist/modules/manager/npm/extract/common/package-file.js +1 -0
  445. package/dist/modules/manager/npm/extract/common/package-file.js.map +1 -1
  446. package/dist/modules/manager/npm/extract/yarn.js +2 -2
  447. package/dist/modules/manager/npm/extract/yarn.js.map +1 -1
  448. package/dist/modules/manager/npm/post-update/npm.js +0 -1
  449. package/dist/modules/manager/npm/post-update/npm.js.map +1 -1
  450. package/dist/modules/manager/npm/post-update/pnpm.js +13 -2
  451. package/dist/modules/manager/npm/post-update/pnpm.js.map +1 -1
  452. package/dist/modules/manager/npm/post-update/rules.js +11 -1
  453. package/dist/modules/manager/npm/post-update/rules.js.map +1 -1
  454. package/dist/modules/manager/npm/post-update/yarn.js +0 -1
  455. package/dist/modules/manager/npm/post-update/yarn.js.map +1 -1
  456. package/dist/modules/manager/npm/schema.d.ts +13 -13
  457. package/dist/modules/manager/npm/update/dependency/index.js +1 -1
  458. package/dist/modules/manager/npm/update/dependency/index.js.map +1 -1
  459. package/dist/modules/manager/nuget/artifacts.js +1 -2
  460. package/dist/modules/manager/nuget/artifacts.js.map +1 -1
  461. package/dist/modules/manager/nuget/extract.js +21 -18
  462. package/dist/modules/manager/nuget/extract.js.map +1 -1
  463. package/dist/modules/manager/nuget/package-tree.js +4 -0
  464. package/dist/modules/manager/nuget/package-tree.js.map +1 -1
  465. package/dist/modules/manager/nuget/schema.d.ts +8 -8
  466. package/dist/modules/manager/nuget/util.js +4 -1
  467. package/dist/modules/manager/nuget/util.js.map +1 -1
  468. package/dist/modules/manager/ocb/schema.d.ts +6 -6
  469. package/dist/modules/manager/pep621/extract.js +19 -3
  470. package/dist/modules/manager/pep621/extract.js.map +1 -1
  471. package/dist/modules/manager/pep621/processors/pdm.js +3 -2
  472. package/dist/modules/manager/pep621/processors/pdm.js.map +1 -1
  473. package/dist/modules/manager/pep621/processors/uv.js +4 -1
  474. package/dist/modules/manager/pep621/processors/uv.js.map +1 -1
  475. package/dist/modules/manager/pep621/schema.d.ts +341 -49
  476. package/dist/modules/manager/pep621/schema.js +3 -1
  477. package/dist/modules/manager/pep621/schema.js.map +1 -1
  478. package/dist/modules/manager/pep621/utils.js +1 -1
  479. package/dist/modules/manager/pep621/utils.js.map +1 -1
  480. package/dist/modules/manager/pip-compile/common.js +0 -1
  481. package/dist/modules/manager/pip-compile/common.js.map +1 -1
  482. package/dist/modules/manager/pip_requirements/artifacts.js +0 -1
  483. package/dist/modules/manager/pip_requirements/artifacts.js.map +1 -1
  484. package/dist/modules/manager/pip_requirements/common.js +2 -6
  485. package/dist/modules/manager/pip_requirements/common.js.map +1 -1
  486. package/dist/modules/manager/pipenv/artifacts.js +0 -1
  487. package/dist/modules/manager/pipenv/artifacts.js.map +1 -1
  488. package/dist/modules/manager/pixi/artifacts.d.ts +3 -0
  489. package/dist/modules/manager/pixi/artifacts.js +78 -0
  490. package/dist/modules/manager/pixi/artifacts.js.map +1 -0
  491. package/dist/modules/manager/pixi/extract.d.ts +4 -0
  492. package/dist/modules/manager/pixi/extract.js +131 -0
  493. package/dist/modules/manager/pixi/extract.js.map +1 -0
  494. package/dist/modules/manager/pixi/index.d.ts +10 -0
  495. package/dist/modules/manager/pixi/index.js +20 -0
  496. package/dist/modules/manager/pixi/index.js.map +1 -0
  497. package/dist/modules/manager/pixi/schema.d.ts +405 -0
  498. package/dist/modules/manager/pixi/schema.js +147 -0
  499. package/dist/modules/manager/pixi/schema.js.map +1 -0
  500. package/dist/modules/manager/poetry/artifacts.js +3 -4
  501. package/dist/modules/manager/poetry/artifacts.js.map +1 -1
  502. package/dist/modules/manager/poetry/extract.js +2 -1
  503. package/dist/modules/manager/poetry/extract.js.map +1 -1
  504. package/dist/modules/manager/poetry/schema.d.ts +44 -44
  505. package/dist/modules/manager/pub/artifacts.js +0 -1
  506. package/dist/modules/manager/pub/artifacts.js.map +1 -1
  507. package/dist/modules/manager/pub/schema.d.ts +8 -8
  508. package/dist/modules/manager/scalafmt/extract.js +1 -1
  509. package/dist/modules/manager/scalafmt/extract.js.map +1 -1
  510. package/dist/modules/manager/sveltos/schema.d.ts +30 -42
  511. package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
  512. package/dist/modules/manager/terraform/util.js +1 -3
  513. package/dist/modules/manager/terraform/util.js.map +1 -1
  514. package/dist/modules/manager/types.d.ts +6 -2
  515. package/dist/modules/manager/types.js.map +1 -1
  516. package/dist/modules/manager/vendir/schema.d.ts +7 -7
  517. package/dist/modules/platform/api.d.ts +1 -1
  518. package/dist/modules/platform/azure/azure-helper.js +2 -2
  519. package/dist/modules/platform/azure/azure-helper.js.map +1 -1
  520. package/dist/modules/platform/azure/index.js +14 -14
  521. package/dist/modules/platform/azure/index.js.map +1 -1
  522. package/dist/modules/platform/bitbucket/comments.js +4 -4
  523. package/dist/modules/platform/bitbucket/comments.js.map +1 -1
  524. package/dist/modules/platform/bitbucket/index.js +49 -44
  525. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  526. package/dist/modules/platform/bitbucket/schema.d.ts +14 -14
  527. package/dist/modules/platform/bitbucket/utils.js +3 -3
  528. package/dist/modules/platform/bitbucket/utils.js.map +1 -1
  529. package/dist/modules/platform/bitbucket-server/index.d.ts +2 -2
  530. package/dist/modules/platform/bitbucket-server/index.js +81 -81
  531. package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
  532. package/dist/modules/platform/bitbucket-server/pr-cache.d.ts +23 -0
  533. package/dist/modules/platform/bitbucket-server/pr-cache.js +125 -0
  534. package/dist/modules/platform/bitbucket-server/pr-cache.js.map +1 -0
  535. package/dist/modules/platform/bitbucket-server/schema.d.ts +76 -0
  536. package/dist/modules/platform/bitbucket-server/schema.js +15 -1
  537. package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
  538. package/dist/modules/platform/bitbucket-server/types.d.ts +8 -2
  539. package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
  540. package/dist/modules/platform/bitbucket-server/utils.d.ts +0 -2
  541. package/dist/modules/platform/bitbucket-server/utils.js +6 -52
  542. package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
  543. package/dist/modules/platform/codecommit/codecommit-client.js +6 -6
  544. package/dist/modules/platform/codecommit/codecommit-client.js.map +1 -1
  545. package/dist/modules/platform/codecommit/index.js +24 -24
  546. package/dist/modules/platform/codecommit/index.js.map +1 -1
  547. package/dist/modules/platform/gerrit/client.d.ts +0 -3
  548. package/dist/modules/platform/gerrit/client.js +20 -29
  549. package/dist/modules/platform/gerrit/client.js.map +1 -1
  550. package/dist/modules/platform/gerrit/index.js +0 -6
  551. package/dist/modules/platform/gerrit/index.js.map +1 -1
  552. package/dist/modules/platform/gerrit/scm.js +5 -6
  553. package/dist/modules/platform/gerrit/scm.js.map +1 -1
  554. package/dist/modules/platform/gerrit/types.d.ts +1 -4
  555. package/dist/modules/platform/gerrit/types.js.map +1 -1
  556. package/dist/modules/platform/gerrit/utils.d.ts +3 -2
  557. package/dist/modules/platform/gerrit/utils.js +4 -8
  558. package/dist/modules/platform/gerrit/utils.js.map +1 -1
  559. package/dist/modules/platform/gitea/gitea-helper.d.ts +1 -0
  560. package/dist/modules/platform/gitea/gitea-helper.js +16 -0
  561. package/dist/modules/platform/gitea/gitea-helper.js.map +1 -1
  562. package/dist/modules/platform/gitea/index.js +22 -16
  563. package/dist/modules/platform/gitea/index.js.map +1 -1
  564. package/dist/modules/platform/gitea/schema.d.ts +8 -8
  565. package/dist/modules/platform/gitea/types.d.ts +1 -1
  566. package/dist/modules/platform/gitea/types.js.map +1 -1
  567. package/dist/modules/platform/github/common.d.ts +2 -0
  568. package/dist/modules/platform/github/common.js +16 -0
  569. package/dist/modules/platform/github/common.js.map +1 -1
  570. package/dist/modules/platform/github/index.d.ts +1 -1
  571. package/dist/modules/platform/github/index.js +87 -82
  572. package/dist/modules/platform/github/index.js.map +1 -1
  573. package/dist/modules/platform/github/issue.d.ts +18 -18
  574. package/dist/modules/platform/github/massage-markdown-links.js +2 -2
  575. package/dist/modules/platform/github/massage-markdown-links.js.map +1 -1
  576. package/dist/modules/platform/github/pr.js +3 -3
  577. package/dist/modules/platform/github/pr.js.map +1 -1
  578. package/dist/modules/platform/github/schema.d.ts +128 -128
  579. package/dist/modules/platform/github/schema.js +3 -1
  580. package/dist/modules/platform/github/schema.js.map +1 -1
  581. package/dist/modules/platform/gitlab/index.js +63 -49
  582. package/dist/modules/platform/gitlab/index.js.map +1 -1
  583. package/dist/modules/platform/index.js +0 -1
  584. package/dist/modules/platform/index.js.map +1 -1
  585. package/dist/modules/platform/scm.d.ts +1 -1
  586. package/dist/modules/versioning/api.js +2 -0
  587. package/dist/modules/versioning/api.js.map +1 -1
  588. package/dist/modules/versioning/composer/index.js +10 -0
  589. package/dist/modules/versioning/composer/index.js.map +1 -1
  590. package/dist/modules/versioning/conda/index.d.ts +41 -0
  591. package/dist/modules/versioning/conda/index.js +178 -0
  592. package/dist/modules/versioning/conda/index.js.map +1 -0
  593. package/dist/modules/versioning/distro.js +1 -3
  594. package/dist/modules/versioning/distro.js.map +1 -1
  595. package/dist/modules/versioning/hashicorp/convertor.d.ts +2 -1
  596. package/dist/modules/versioning/hashicorp/convertor.js +13 -8
  597. package/dist/modules/versioning/hashicorp/convertor.js.map +1 -1
  598. package/dist/modules/versioning/hex/index.js +3 -3
  599. package/dist/modules/versioning/hex/index.js.map +1 -1
  600. package/dist/modules/versioning/npm/index.js +2 -1
  601. package/dist/modules/versioning/npm/index.js.map +1 -1
  602. package/dist/modules/versioning/types.d.ts +4 -0
  603. package/dist/modules/versioning/types.js.map +1 -1
  604. package/dist/proxy.js +2 -1
  605. package/dist/proxy.js.map +1 -1
  606. package/dist/renovate.js +2 -2
  607. package/dist/renovate.js.map +1 -1
  608. package/dist/util/cache/package/redis.js +0 -1
  609. package/dist/util/cache/package/redis.js.map +1 -1
  610. package/dist/util/cache/package/types.d.ts +1 -1
  611. package/dist/util/cache/package/types.js.map +1 -1
  612. package/dist/util/cache/repository/impl/base.d.ts +1 -1
  613. package/dist/util/cache/repository/impl/base.js +4 -0
  614. package/dist/util/cache/repository/impl/base.js.map +1 -1
  615. package/dist/util/cache/repository/schema.d.ts +4 -4
  616. package/dist/util/cache/repository/types.d.ts +3 -0
  617. package/dist/util/cache/repository/types.js.map +1 -1
  618. package/dist/util/common.d.ts +4 -2
  619. package/dist/util/common.js +17 -3
  620. package/dist/util/common.js.map +1 -1
  621. package/dist/util/env.d.ts +4 -0
  622. package/dist/util/env.js +22 -0
  623. package/dist/util/env.js.map +1 -0
  624. package/dist/util/exec/containerbase.js +19 -14
  625. package/dist/util/exec/containerbase.js.map +1 -1
  626. package/dist/util/exec/index.js +5 -2
  627. package/dist/util/exec/index.js.map +1 -1
  628. package/dist/util/exec/types.d.ts +0 -2
  629. package/dist/util/exec/types.js.map +1 -1
  630. package/dist/util/exec/utils.d.ts +1 -1
  631. package/dist/util/exec/utils.js +6 -5
  632. package/dist/util/exec/utils.js.map +1 -1
  633. package/dist/util/git/auth.js +8 -5
  634. package/dist/util/git/auth.js.map +1 -1
  635. package/dist/util/git/author.js +1 -1
  636. package/dist/util/git/author.js.map +1 -1
  637. package/dist/util/git/config.js +0 -1
  638. package/dist/util/git/config.js.map +1 -1
  639. package/dist/util/git/error.js +4 -2
  640. package/dist/util/git/error.js.map +1 -1
  641. package/dist/util/git/index.js +75 -52
  642. package/dist/util/git/index.js.map +1 -1
  643. package/dist/util/git/private-key.js +2 -4
  644. package/dist/util/git/private-key.js.map +1 -1
  645. package/dist/util/git/types.d.ts +2 -0
  646. package/dist/util/git/types.js.map +1 -1
  647. package/dist/util/git/url.js +1 -1
  648. package/dist/util/git/url.js.map +1 -1
  649. package/dist/util/github/graphql/datasource-fetcher.js +3 -5
  650. package/dist/util/github/graphql/datasource-fetcher.js.map +1 -1
  651. package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +2 -2
  652. package/dist/util/github/graphql/query-adapters/tags-query-adapter.d.ts +2 -2
  653. package/dist/util/http/auth.js +0 -1
  654. package/dist/util/http/auth.js.map +1 -1
  655. package/dist/util/http/bitbucket-server.d.ts +7 -5
  656. package/dist/util/http/bitbucket-server.js +26 -23
  657. package/dist/util/http/bitbucket-server.js.map +1 -1
  658. package/dist/util/http/bitbucket.d.ts +6 -5
  659. package/dist/util/http/bitbucket.js +34 -31
  660. package/dist/util/http/bitbucket.js.map +1 -1
  661. package/dist/util/http/cache/abstract-http-cache-provider.js +2 -2
  662. package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
  663. package/dist/util/http/cache/memory-http-cache-provider.d.ts +10 -0
  664. package/dist/util/http/cache/memory-http-cache-provider.js +29 -0
  665. package/dist/util/http/cache/memory-http-cache-provider.js.map +1 -0
  666. package/dist/util/http/cache/package-http-cache-provider.d.ts +23 -0
  667. package/dist/util/http/cache/package-http-cache-provider.js +80 -0
  668. package/dist/util/http/cache/package-http-cache-provider.js.map +1 -0
  669. package/dist/util/http/cache/schema.d.ts +2 -2
  670. package/dist/util/http/errors.d.ts +2 -0
  671. package/dist/util/http/errors.js +8 -0
  672. package/dist/util/http/errors.js.map +1 -0
  673. package/dist/util/http/gerrit.d.ts +6 -4
  674. package/dist/util/http/gerrit.js +11 -12
  675. package/dist/util/http/gerrit.js.map +1 -1
  676. package/dist/util/http/gitea.d.ts +5 -4
  677. package/dist/util/http/gitea.js +14 -13
  678. package/dist/util/http/gitea.js.map +1 -1
  679. package/dist/util/http/github.d.ts +14 -8
  680. package/dist/util/http/github.js +65 -60
  681. package/dist/util/http/github.js.map +1 -1
  682. package/dist/util/http/gitlab.d.ts +7 -5
  683. package/dist/util/http/gitlab.js +58 -46
  684. package/dist/util/http/gitlab.js.map +1 -1
  685. package/dist/util/http/got.d.ts +9 -0
  686. package/dist/util/http/got.js +54 -0
  687. package/dist/util/http/got.js.map +1 -0
  688. package/dist/util/http/host-rules.d.ts +2 -1
  689. package/dist/util/http/host-rules.js +17 -4
  690. package/dist/util/http/host-rules.js.map +1 -1
  691. package/dist/util/http/http.d.ts +93 -0
  692. package/dist/util/http/http.js +346 -0
  693. package/dist/util/http/http.js.map +1 -0
  694. package/dist/util/http/index.d.ts +6 -74
  695. package/dist/util/http/index.js +5 -359
  696. package/dist/util/http/index.js.map +1 -1
  697. package/dist/util/http/legacy.js +4 -1
  698. package/dist/util/http/legacy.js.map +1 -1
  699. package/dist/util/http/types.d.ts +9 -16
  700. package/dist/util/http/types.js.map +1 -1
  701. package/dist/util/schema-utils.d.ts +1 -0
  702. package/dist/util/schema-utils.js +43 -8
  703. package/dist/util/schema-utils.js.map +1 -1
  704. package/dist/util/stats.d.ts +10 -0
  705. package/dist/util/stats.js +45 -1
  706. package/dist/util/stats.js.map +1 -1
  707. package/dist/util/string.d.ts +16 -0
  708. package/dist/util/string.js +79 -0
  709. package/dist/util/string.js.map +1 -1
  710. package/dist/util/toml.d.ts +1 -0
  711. package/dist/util/toml.js +6 -0
  712. package/dist/util/toml.js.map +1 -1
  713. package/dist/util/url.js +3 -8
  714. package/dist/util/url.js.map +1 -1
  715. package/dist/util/yaml.js +3 -8
  716. package/dist/util/yaml.js.map +1 -1
  717. package/dist/workers/global/autodiscover.js +1 -19
  718. package/dist/workers/global/autodiscover.js.map +1 -1
  719. package/dist/workers/global/config/parse/env.js +3 -3
  720. package/dist/workers/global/config/parse/env.js.map +1 -1
  721. package/dist/workers/global/config/parse/file.js +18 -8
  722. package/dist/workers/global/config/parse/file.js.map +1 -1
  723. package/dist/workers/global/config/parse/host-rules-from-env.js +6 -2
  724. package/dist/workers/global/config/parse/host-rules-from-env.js.map +1 -1
  725. package/dist/workers/global/config/parse/index.js +15 -0
  726. package/dist/workers/global/config/parse/index.js.map +1 -1
  727. package/dist/workers/global/index.js +4 -2
  728. package/dist/workers/global/index.js.map +1 -1
  729. package/dist/workers/repository/cache.js +1 -2
  730. package/dist/workers/repository/cache.js.map +1 -1
  731. package/dist/workers/repository/config-migration/branch/migrated-data.js +2 -0
  732. package/dist/workers/repository/config-migration/branch/migrated-data.js.map +1 -1
  733. package/dist/workers/repository/index.js +1 -0
  734. package/dist/workers/repository/index.js.map +1 -1
  735. package/dist/workers/repository/init/merge.js +6 -3
  736. package/dist/workers/repository/init/merge.js.map +1 -1
  737. package/dist/workers/repository/onboarding/pr/config-description.js +3 -1
  738. package/dist/workers/repository/onboarding/pr/config-description.js.map +1 -1
  739. package/dist/workers/repository/onboarding/pr/index.js +4 -0
  740. package/dist/workers/repository/onboarding/pr/index.js.map +1 -1
  741. package/dist/workers/repository/process/extract-update.js +0 -1
  742. package/dist/workers/repository/process/extract-update.js.map +1 -1
  743. package/dist/workers/repository/process/fingerprint-fields.js +0 -1
  744. package/dist/workers/repository/process/fingerprint-fields.js.map +1 -1
  745. package/dist/workers/repository/process/libyear.js +2 -2
  746. package/dist/workers/repository/process/libyear.js.map +1 -1
  747. package/dist/workers/repository/process/lookup/index.js +15 -4
  748. package/dist/workers/repository/process/lookup/index.js.map +1 -1
  749. package/dist/workers/repository/process/lookup/timestamps.d.ts +18 -0
  750. package/dist/workers/repository/process/lookup/timestamps.js +69 -0
  751. package/dist/workers/repository/process/lookup/timestamps.js.map +1 -0
  752. package/dist/workers/repository/process/lookup/types.d.ts +1 -0
  753. package/dist/workers/repository/process/lookup/types.js.map +1 -1
  754. package/dist/workers/repository/process/lookup/utils.js +20 -9
  755. package/dist/workers/repository/process/lookup/utils.js.map +1 -1
  756. package/dist/workers/repository/process/sort.js +1 -1
  757. package/dist/workers/repository/process/sort.js.map +1 -1
  758. package/dist/workers/repository/process/vulnerabilities.js +1 -1
  759. package/dist/workers/repository/process/vulnerabilities.js.map +1 -1
  760. package/dist/workers/repository/process/write.js +1 -8
  761. package/dist/workers/repository/process/write.js.map +1 -1
  762. package/dist/workers/repository/reconfigure/utils.d.ts +2 -0
  763. package/dist/workers/repository/reconfigure/utils.js +16 -0
  764. package/dist/workers/repository/reconfigure/utils.js.map +1 -1
  765. package/dist/workers/repository/reconfigure/validate.js +6 -17
  766. package/dist/workers/repository/reconfigure/validate.js.map +1 -1
  767. package/dist/workers/repository/update/branch/auto-replace.js +25 -5
  768. package/dist/workers/repository/update/branch/auto-replace.js.map +1 -1
  769. package/dist/workers/repository/update/branch/commit.js +2 -0
  770. package/dist/workers/repository/update/branch/commit.js.map +1 -1
  771. package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js +17 -8
  772. package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js.map +1 -1
  773. package/dist/workers/repository/update/pr/body/config-description.js +26 -1
  774. package/dist/workers/repository/update/pr/body/config-description.js.map +1 -1
  775. package/dist/workers/repository/update/pr/body/index.js +21 -14
  776. package/dist/workers/repository/update/pr/body/index.js.map +1 -1
  777. package/dist/workers/repository/update/pr/changelog/api.js +8 -6
  778. package/dist/workers/repository/update/pr/changelog/api.js.map +1 -1
  779. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
  780. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
  781. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.d.ts +3 -0
  782. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js +39 -0
  783. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js.map +1 -0
  784. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.d.ts +8 -0
  785. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js +31 -0
  786. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js.map +1 -0
  787. package/dist/workers/repository/update/pr/changelog/github/index.js +6 -3
  788. package/dist/workers/repository/update/pr/changelog/github/index.js.map +1 -1
  789. package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
  790. package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
  791. package/dist/workers/repository/update/pr/changelog/release-notes.js +12 -8
  792. package/dist/workers/repository/update/pr/changelog/release-notes.js.map +1 -1
  793. package/dist/workers/repository/update/pr/changelog/source.d.ts +1 -1
  794. package/dist/workers/repository/update/pr/changelog/source.js +1 -0
  795. package/dist/workers/repository/update/pr/changelog/source.js.map +1 -1
  796. package/dist/workers/repository/update/pr/changelog/types.d.ts +1 -1
  797. package/dist/workers/repository/update/pr/changelog/types.js.map +1 -1
  798. package/dist/workers/repository/update/pr/index.js +2 -4
  799. package/dist/workers/repository/update/pr/index.js.map +1 -1
  800. package/dist/workers/repository/updates/flatten.js +8 -4
  801. package/dist/workers/repository/updates/flatten.js.map +1 -1
  802. package/dist/workers/repository/updates/generate.js +3 -2
  803. package/dist/workers/repository/updates/generate.js.map +1 -1
  804. package/dist/workers/types.d.ts +1 -4
  805. package/dist/workers/types.js.map +1 -1
  806. package/package.json +86 -83
  807. package/renovate-schema.json +25 -10
  808. package/dist/modules/manager/github-actions/types.d.ts +0 -30
  809. package/dist/modules/manager/github-actions/types.js +0 -3
  810. package/dist/modules/manager/github-actions/types.js.map +0 -1
  811. package/dist/modules/manager/gitlabci/common.d.ts +0 -6
  812. package/dist/modules/manager/gitlabci/common.js +0 -30
  813. package/dist/modules/manager/gitlabci/common.js.map +0 -1
  814. package/dist/modules/manager/gitlabci/types.d.ts +0 -35
  815. package/dist/modules/manager/gitlabci/types.js +0 -3
  816. package/dist/modules/manager/gitlabci/types.js.map +0 -1
@@ -17,19 +17,17 @@ export declare const KubernetesResource: z.ZodObject<{
17
17
  name: string;
18
18
  namespace?: string | undefined;
19
19
  };
20
- kind: string;
21
20
  apiVersion: string;
21
+ kind: string;
22
22
  }, {
23
23
  metadata: {
24
24
  name: string;
25
25
  namespace?: string | undefined;
26
26
  };
27
- kind: string;
28
27
  apiVersion: string;
28
+ kind: string;
29
29
  }>;
30
- export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
31
- apiVersion: z.ZodString;
32
- kind: z.ZodString;
30
+ export declare const HelmRelease: z.ZodObject<{
33
31
  metadata: z.ZodObject<{
34
32
  name: z.ZodString;
35
33
  namespace: z.ZodOptional<z.ZodString>;
@@ -40,7 +38,7 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
40
38
  name: string;
41
39
  namespace?: string | undefined;
42
40
  }>;
43
- }, {
41
+ } & {
44
42
  apiVersion: z.ZodString;
45
43
  kind: z.ZodLiteral<"HelmRelease">;
46
44
  spec: z.ZodObject<{
@@ -53,28 +51,28 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
53
51
  name: z.ZodOptional<z.ZodString>;
54
52
  namespace: z.ZodOptional<z.ZodString>;
55
53
  }, "strip", z.ZodTypeAny, {
56
- name?: string | undefined;
57
54
  namespace?: string | undefined;
55
+ name?: string | undefined;
58
56
  kind?: string | undefined;
59
57
  }, {
60
- name?: string | undefined;
61
58
  namespace?: string | undefined;
59
+ name?: string | undefined;
62
60
  kind?: string | undefined;
63
61
  }>>;
64
62
  }, "strip", z.ZodTypeAny, {
65
63
  chart: string;
66
64
  version?: string | undefined;
67
65
  sourceRef?: {
68
- name?: string | undefined;
69
66
  namespace?: string | undefined;
67
+ name?: string | undefined;
70
68
  kind?: string | undefined;
71
69
  } | undefined;
72
70
  }, {
73
71
  chart: string;
74
72
  version?: string | undefined;
75
73
  sourceRef?: {
76
- name?: string | undefined;
77
74
  namespace?: string | undefined;
75
+ name?: string | undefined;
78
76
  kind?: string | undefined;
79
77
  } | undefined;
80
78
  }>;
@@ -83,8 +81,8 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
83
81
  chart: string;
84
82
  version?: string | undefined;
85
83
  sourceRef?: {
86
- name?: string | undefined;
87
84
  namespace?: string | undefined;
85
+ name?: string | undefined;
88
86
  kind?: string | undefined;
89
87
  } | undefined;
90
88
  };
@@ -93,8 +91,8 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
93
91
  chart: string;
94
92
  version?: string | undefined;
95
93
  sourceRef?: {
96
- name?: string | undefined;
97
94
  namespace?: string | undefined;
95
+ name?: string | undefined;
98
96
  kind?: string | undefined;
99
97
  } | undefined;
100
98
  };
@@ -104,12 +102,12 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
104
102
  name: z.ZodOptional<z.ZodString>;
105
103
  namespace: z.ZodOptional<z.ZodString>;
106
104
  }, "strip", z.ZodTypeAny, {
107
- name?: string | undefined;
108
105
  namespace?: string | undefined;
106
+ name?: string | undefined;
109
107
  kind?: string | undefined;
110
108
  }, {
111
- name?: string | undefined;
112
109
  namespace?: string | undefined;
110
+ name?: string | undefined;
113
111
  kind?: string | undefined;
114
112
  }>>;
115
113
  values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -120,15 +118,15 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
120
118
  chart: string;
121
119
  version?: string | undefined;
122
120
  sourceRef?: {
123
- name?: string | undefined;
124
121
  namespace?: string | undefined;
122
+ name?: string | undefined;
125
123
  kind?: string | undefined;
126
124
  } | undefined;
127
125
  };
128
126
  } | undefined;
129
127
  chartRef?: {
130
- name?: string | undefined;
131
128
  namespace?: string | undefined;
129
+ name?: string | undefined;
132
130
  kind?: string | undefined;
133
131
  } | undefined;
134
132
  }, {
@@ -138,25 +136,25 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
138
136
  chart: string;
139
137
  version?: string | undefined;
140
138
  sourceRef?: {
141
- name?: string | undefined;
142
139
  namespace?: string | undefined;
140
+ name?: string | undefined;
143
141
  kind?: string | undefined;
144
142
  } | undefined;
145
143
  };
146
144
  } | undefined;
147
145
  chartRef?: {
148
- name?: string | undefined;
149
146
  namespace?: string | undefined;
147
+ name?: string | undefined;
150
148
  kind?: string | undefined;
151
149
  } | undefined;
152
150
  }>;
153
- }>, "strip", z.ZodTypeAny, {
151
+ }, "strip", z.ZodTypeAny, {
154
152
  metadata: {
155
153
  name: string;
156
154
  namespace?: string | undefined;
157
155
  };
158
- kind: "HelmRelease";
159
156
  apiVersion: string;
157
+ kind: "HelmRelease";
160
158
  spec: {
161
159
  values?: Record<string, unknown> | undefined;
162
160
  chart?: {
@@ -164,15 +162,15 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
164
162
  chart: string;
165
163
  version?: string | undefined;
166
164
  sourceRef?: {
167
- name?: string | undefined;
168
165
  namespace?: string | undefined;
166
+ name?: string | undefined;
169
167
  kind?: string | undefined;
170
168
  } | undefined;
171
169
  };
172
170
  } | undefined;
173
171
  chartRef?: {
174
- name?: string | undefined;
175
172
  namespace?: string | undefined;
173
+ name?: string | undefined;
176
174
  kind?: string | undefined;
177
175
  } | undefined;
178
176
  };
@@ -181,8 +179,8 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
181
179
  name: string;
182
180
  namespace?: string | undefined;
183
181
  };
184
- kind: "HelmRelease";
185
182
  apiVersion: string;
183
+ kind: "HelmRelease";
186
184
  spec: {
187
185
  values?: Record<string, unknown> | undefined;
188
186
  chart?: {
@@ -190,23 +188,21 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
190
188
  chart: string;
191
189
  version?: string | undefined;
192
190
  sourceRef?: {
193
- name?: string | undefined;
194
191
  namespace?: string | undefined;
192
+ name?: string | undefined;
195
193
  kind?: string | undefined;
196
194
  } | undefined;
197
195
  };
198
196
  } | undefined;
199
197
  chartRef?: {
200
- name?: string | undefined;
201
198
  namespace?: string | undefined;
199
+ name?: string | undefined;
202
200
  kind?: string | undefined;
203
201
  } | undefined;
204
202
  };
205
203
  }>;
206
204
  export type HelmRelease = z.infer<typeof HelmRelease>;
207
- export declare const HelmRepository: z.ZodObject<z.objectUtil.extendShape<{
208
- apiVersion: z.ZodString;
209
- kind: z.ZodString;
205
+ export declare const HelmRepository: z.ZodObject<{
210
206
  metadata: z.ZodObject<{
211
207
  name: z.ZodString;
212
208
  namespace: z.ZodOptional<z.ZodString>;
@@ -217,7 +213,7 @@ export declare const HelmRepository: z.ZodObject<z.objectUtil.extendShape<{
217
213
  name: string;
218
214
  namespace?: string | undefined;
219
215
  }>;
220
- }, {
216
+ } & {
221
217
  apiVersion: z.ZodString;
222
218
  kind: z.ZodLiteral<"HelmRepository">;
223
219
  spec: z.ZodObject<{
@@ -230,13 +226,13 @@ export declare const HelmRepository: z.ZodObject<z.objectUtil.extendShape<{
230
226
  url: string;
231
227
  type?: "default" | "oci" | undefined;
232
228
  }>;
233
- }>, "strip", z.ZodTypeAny, {
229
+ }, "strip", z.ZodTypeAny, {
234
230
  metadata: {
235
231
  name: string;
236
232
  namespace?: string | undefined;
237
233
  };
238
- kind: "HelmRepository";
239
234
  apiVersion: string;
235
+ kind: "HelmRepository";
240
236
  spec: {
241
237
  url: string;
242
238
  type?: "default" | "oci" | undefined;
@@ -246,17 +242,15 @@ export declare const HelmRepository: z.ZodObject<z.objectUtil.extendShape<{
246
242
  name: string;
247
243
  namespace?: string | undefined;
248
244
  };
249
- kind: "HelmRepository";
250
245
  apiVersion: string;
246
+ kind: "HelmRepository";
251
247
  spec: {
252
248
  url: string;
253
249
  type?: "default" | "oci" | undefined;
254
250
  };
255
251
  }>;
256
252
  export type HelmRepository = z.infer<typeof HelmRepository>;
257
- export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
258
- apiVersion: z.ZodString;
259
- kind: z.ZodString;
253
+ export declare const HelmChart: z.ZodObject<{
260
254
  metadata: z.ZodObject<{
261
255
  name: z.ZodString;
262
256
  namespace: z.ZodOptional<z.ZodString>;
@@ -267,7 +261,7 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
267
261
  name: string;
268
262
  namespace?: string | undefined;
269
263
  }>;
270
- }, {
264
+ } & {
271
265
  apiVersion: z.ZodString;
272
266
  kind: z.ZodLiteral<"HelmChart">;
273
267
  spec: z.ZodObject<{
@@ -298,13 +292,13 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
298
292
  };
299
293
  version?: string | undefined;
300
294
  }>;
301
- }>, "strip", z.ZodTypeAny, {
295
+ }, "strip", z.ZodTypeAny, {
302
296
  metadata: {
303
297
  name: string;
304
298
  namespace?: string | undefined;
305
299
  };
306
- kind: "HelmChart";
307
300
  apiVersion: string;
301
+ kind: "HelmChart";
308
302
  spec: {
309
303
  chart: string;
310
304
  sourceRef: {
@@ -318,8 +312,8 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
318
312
  name: string;
319
313
  namespace?: string | undefined;
320
314
  };
321
- kind: "HelmChart";
322
315
  apiVersion: string;
316
+ kind: "HelmChart";
323
317
  spec: {
324
318
  chart: string;
325
319
  sourceRef: {
@@ -330,9 +324,7 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
330
324
  };
331
325
  }>;
332
326
  export type HelmChart = z.infer<typeof HelmChart>;
333
- export declare const GitRepository: z.ZodObject<z.objectUtil.extendShape<{
334
- apiVersion: z.ZodString;
335
- kind: z.ZodString;
327
+ export declare const GitRepository: z.ZodObject<{
336
328
  metadata: z.ZodObject<{
337
329
  name: z.ZodString;
338
330
  namespace: z.ZodOptional<z.ZodString>;
@@ -343,7 +335,7 @@ export declare const GitRepository: z.ZodObject<z.objectUtil.extendShape<{
343
335
  name: string;
344
336
  namespace?: string | undefined;
345
337
  }>;
346
- }, {
338
+ } & {
347
339
  apiVersion: z.ZodString;
348
340
  kind: z.ZodLiteral<"GitRepository">;
349
341
  spec: z.ZodObject<{
@@ -352,37 +344,37 @@ export declare const GitRepository: z.ZodObject<z.objectUtil.extendShape<{
352
344
  tag: z.ZodOptional<z.ZodString>;
353
345
  commit: z.ZodOptional<z.ZodString>;
354
346
  }, "strip", z.ZodTypeAny, {
355
- tag?: string | undefined;
356
347
  commit?: string | undefined;
357
- }, {
358
348
  tag?: string | undefined;
349
+ }, {
359
350
  commit?: string | undefined;
351
+ tag?: string | undefined;
360
352
  }>>;
361
353
  }, "strip", z.ZodTypeAny, {
362
354
  url: string;
363
355
  ref?: {
364
- tag?: string | undefined;
365
356
  commit?: string | undefined;
357
+ tag?: string | undefined;
366
358
  } | undefined;
367
359
  }, {
368
360
  url: string;
369
361
  ref?: {
370
- tag?: string | undefined;
371
362
  commit?: string | undefined;
363
+ tag?: string | undefined;
372
364
  } | undefined;
373
365
  }>;
374
- }>, "strip", z.ZodTypeAny, {
366
+ }, "strip", z.ZodTypeAny, {
375
367
  metadata: {
376
368
  name: string;
377
369
  namespace?: string | undefined;
378
370
  };
379
- kind: "GitRepository";
380
371
  apiVersion: string;
372
+ kind: "GitRepository";
381
373
  spec: {
382
374
  url: string;
383
375
  ref?: {
384
- tag?: string | undefined;
385
376
  commit?: string | undefined;
377
+ tag?: string | undefined;
386
378
  } | undefined;
387
379
  };
388
380
  }, {
@@ -390,19 +382,17 @@ export declare const GitRepository: z.ZodObject<z.objectUtil.extendShape<{
390
382
  name: string;
391
383
  namespace?: string | undefined;
392
384
  };
393
- kind: "GitRepository";
394
385
  apiVersion: string;
386
+ kind: "GitRepository";
395
387
  spec: {
396
388
  url: string;
397
389
  ref?: {
398
- tag?: string | undefined;
399
390
  commit?: string | undefined;
391
+ tag?: string | undefined;
400
392
  } | undefined;
401
393
  };
402
394
  }>;
403
- export declare const OCIRepository: z.ZodObject<z.objectUtil.extendShape<{
404
- apiVersion: z.ZodString;
405
- kind: z.ZodString;
395
+ export declare const OCIRepository: z.ZodObject<{
406
396
  metadata: z.ZodObject<{
407
397
  name: z.ZodString;
408
398
  namespace: z.ZodOptional<z.ZodString>;
@@ -413,7 +403,7 @@ export declare const OCIRepository: z.ZodObject<z.objectUtil.extendShape<{
413
403
  name: string;
414
404
  namespace?: string | undefined;
415
405
  }>;
416
- }, {
406
+ } & {
417
407
  apiVersion: z.ZodString;
418
408
  kind: z.ZodLiteral<"OCIRepository">;
419
409
  spec: z.ZodObject<{
@@ -422,37 +412,37 @@ export declare const OCIRepository: z.ZodObject<z.objectUtil.extendShape<{
422
412
  tag: z.ZodOptional<z.ZodString>;
423
413
  digest: z.ZodOptional<z.ZodString>;
424
414
  }, "strip", z.ZodTypeAny, {
425
- tag?: string | undefined;
426
415
  digest?: string | undefined;
427
- }, {
428
416
  tag?: string | undefined;
417
+ }, {
429
418
  digest?: string | undefined;
419
+ tag?: string | undefined;
430
420
  }>>;
431
421
  }, "strip", z.ZodTypeAny, {
432
422
  url: string;
433
423
  ref?: {
434
- tag?: string | undefined;
435
424
  digest?: string | undefined;
425
+ tag?: string | undefined;
436
426
  } | undefined;
437
427
  }, {
438
428
  url: string;
439
429
  ref?: {
440
- tag?: string | undefined;
441
430
  digest?: string | undefined;
431
+ tag?: string | undefined;
442
432
  } | undefined;
443
433
  }>;
444
- }>, "strip", z.ZodTypeAny, {
434
+ }, "strip", z.ZodTypeAny, {
445
435
  metadata: {
446
436
  name: string;
447
437
  namespace?: string | undefined;
448
438
  };
449
- kind: "OCIRepository";
450
439
  apiVersion: string;
440
+ kind: "OCIRepository";
451
441
  spec: {
452
442
  url: string;
453
443
  ref?: {
454
- tag?: string | undefined;
455
444
  digest?: string | undefined;
445
+ tag?: string | undefined;
456
446
  } | undefined;
457
447
  };
458
448
  }, {
@@ -460,19 +450,17 @@ export declare const OCIRepository: z.ZodObject<z.objectUtil.extendShape<{
460
450
  name: string;
461
451
  namespace?: string | undefined;
462
452
  };
463
- kind: "OCIRepository";
464
453
  apiVersion: string;
454
+ kind: "OCIRepository";
465
455
  spec: {
466
456
  url: string;
467
457
  ref?: {
468
- tag?: string | undefined;
469
458
  digest?: string | undefined;
459
+ tag?: string | undefined;
470
460
  } | undefined;
471
461
  };
472
462
  }>;
473
- export declare const Kustomization: z.ZodObject<z.objectUtil.extendShape<{
474
- apiVersion: z.ZodString;
475
- kind: z.ZodString;
463
+ export declare const Kustomization: z.ZodObject<{
476
464
  metadata: z.ZodObject<{
477
465
  name: z.ZodString;
478
466
  namespace: z.ZodOptional<z.ZodString>;
@@ -483,7 +471,7 @@ export declare const Kustomization: z.ZodObject<z.objectUtil.extendShape<{
483
471
  name: string;
484
472
  namespace?: string | undefined;
485
473
  }>;
486
- }, {
474
+ } & {
487
475
  apiVersion: z.ZodString;
488
476
  kind: z.ZodLiteral<"Kustomization">;
489
477
  spec: z.ZodObject<{
@@ -495,42 +483,42 @@ export declare const Kustomization: z.ZodObject<z.objectUtil.extendShape<{
495
483
  }, "strip", z.ZodTypeAny, {
496
484
  name: string;
497
485
  digest?: string | undefined;
498
- newTag?: string | undefined;
499
486
  newName?: string | undefined;
487
+ newTag?: string | undefined;
500
488
  }, {
501
489
  name: string;
502
490
  digest?: string | undefined;
503
- newTag?: string | undefined;
504
491
  newName?: string | undefined;
492
+ newTag?: string | undefined;
505
493
  }>, "many">>;
506
494
  }, "strip", z.ZodTypeAny, {
507
495
  images?: {
508
496
  name: string;
509
497
  digest?: string | undefined;
510
- newTag?: string | undefined;
511
498
  newName?: string | undefined;
499
+ newTag?: string | undefined;
512
500
  }[] | undefined;
513
501
  }, {
514
502
  images?: {
515
503
  name: string;
516
504
  digest?: string | undefined;
517
- newTag?: string | undefined;
518
505
  newName?: string | undefined;
506
+ newTag?: string | undefined;
519
507
  }[] | undefined;
520
508
  }>;
521
- }>, "strip", z.ZodTypeAny, {
509
+ }, "strip", z.ZodTypeAny, {
522
510
  metadata: {
523
511
  name: string;
524
512
  namespace?: string | undefined;
525
513
  };
526
- kind: "Kustomization";
527
514
  apiVersion: string;
515
+ kind: "Kustomization";
528
516
  spec: {
529
517
  images?: {
530
518
  name: string;
531
519
  digest?: string | undefined;
532
- newTag?: string | undefined;
533
520
  newName?: string | undefined;
521
+ newTag?: string | undefined;
534
522
  }[] | undefined;
535
523
  };
536
524
  }, {
@@ -538,20 +526,18 @@ export declare const Kustomization: z.ZodObject<z.objectUtil.extendShape<{
538
526
  name: string;
539
527
  namespace?: string | undefined;
540
528
  };
541
- kind: "Kustomization";
542
529
  apiVersion: string;
530
+ kind: "Kustomization";
543
531
  spec: {
544
532
  images?: {
545
533
  name: string;
546
534
  digest?: string | undefined;
547
- newTag?: string | undefined;
548
535
  newName?: string | undefined;
536
+ newTag?: string | undefined;
549
537
  }[] | undefined;
550
538
  };
551
539
  }>;
552
- export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
553
- apiVersion: z.ZodString;
554
- kind: z.ZodString;
540
+ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
555
541
  metadata: z.ZodObject<{
556
542
  name: z.ZodString;
557
543
  namespace: z.ZodOptional<z.ZodString>;
@@ -562,7 +548,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
562
548
  name: string;
563
549
  namespace?: string | undefined;
564
550
  }>;
565
- }, {
551
+ } & {
566
552
  apiVersion: z.ZodString;
567
553
  kind: z.ZodLiteral<"HelmRelease">;
568
554
  spec: z.ZodObject<{
@@ -575,28 +561,28 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
575
561
  name: z.ZodOptional<z.ZodString>;
576
562
  namespace: z.ZodOptional<z.ZodString>;
577
563
  }, "strip", z.ZodTypeAny, {
578
- name?: string | undefined;
579
564
  namespace?: string | undefined;
565
+ name?: string | undefined;
580
566
  kind?: string | undefined;
581
567
  }, {
582
- name?: string | undefined;
583
568
  namespace?: string | undefined;
569
+ name?: string | undefined;
584
570
  kind?: string | undefined;
585
571
  }>>;
586
572
  }, "strip", z.ZodTypeAny, {
587
573
  chart: string;
588
574
  version?: string | undefined;
589
575
  sourceRef?: {
590
- name?: string | undefined;
591
576
  namespace?: string | undefined;
577
+ name?: string | undefined;
592
578
  kind?: string | undefined;
593
579
  } | undefined;
594
580
  }, {
595
581
  chart: string;
596
582
  version?: string | undefined;
597
583
  sourceRef?: {
598
- name?: string | undefined;
599
584
  namespace?: string | undefined;
585
+ name?: string | undefined;
600
586
  kind?: string | undefined;
601
587
  } | undefined;
602
588
  }>;
@@ -605,8 +591,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
605
591
  chart: string;
606
592
  version?: string | undefined;
607
593
  sourceRef?: {
608
- name?: string | undefined;
609
594
  namespace?: string | undefined;
595
+ name?: string | undefined;
610
596
  kind?: string | undefined;
611
597
  } | undefined;
612
598
  };
@@ -615,8 +601,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
615
601
  chart: string;
616
602
  version?: string | undefined;
617
603
  sourceRef?: {
618
- name?: string | undefined;
619
604
  namespace?: string | undefined;
605
+ name?: string | undefined;
620
606
  kind?: string | undefined;
621
607
  } | undefined;
622
608
  };
@@ -626,12 +612,12 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
626
612
  name: z.ZodOptional<z.ZodString>;
627
613
  namespace: z.ZodOptional<z.ZodString>;
628
614
  }, "strip", z.ZodTypeAny, {
629
- name?: string | undefined;
630
615
  namespace?: string | undefined;
616
+ name?: string | undefined;
631
617
  kind?: string | undefined;
632
618
  }, {
633
- name?: string | undefined;
634
619
  namespace?: string | undefined;
620
+ name?: string | undefined;
635
621
  kind?: string | undefined;
636
622
  }>>;
637
623
  values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -642,15 +628,15 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
642
628
  chart: string;
643
629
  version?: string | undefined;
644
630
  sourceRef?: {
645
- name?: string | undefined;
646
631
  namespace?: string | undefined;
632
+ name?: string | undefined;
647
633
  kind?: string | undefined;
648
634
  } | undefined;
649
635
  };
650
636
  } | undefined;
651
637
  chartRef?: {
652
- name?: string | undefined;
653
638
  namespace?: string | undefined;
639
+ name?: string | undefined;
654
640
  kind?: string | undefined;
655
641
  } | undefined;
656
642
  }, {
@@ -660,25 +646,25 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
660
646
  chart: string;
661
647
  version?: string | undefined;
662
648
  sourceRef?: {
663
- name?: string | undefined;
664
649
  namespace?: string | undefined;
650
+ name?: string | undefined;
665
651
  kind?: string | undefined;
666
652
  } | undefined;
667
653
  };
668
654
  } | undefined;
669
655
  chartRef?: {
670
- name?: string | undefined;
671
656
  namespace?: string | undefined;
657
+ name?: string | undefined;
672
658
  kind?: string | undefined;
673
659
  } | undefined;
674
660
  }>;
675
- }>, "strip", z.ZodTypeAny, {
661
+ }, "strip", z.ZodTypeAny, {
676
662
  metadata: {
677
663
  name: string;
678
664
  namespace?: string | undefined;
679
665
  };
680
- kind: "HelmRelease";
681
666
  apiVersion: string;
667
+ kind: "HelmRelease";
682
668
  spec: {
683
669
  values?: Record<string, unknown> | undefined;
684
670
  chart?: {
@@ -686,15 +672,15 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
686
672
  chart: string;
687
673
  version?: string | undefined;
688
674
  sourceRef?: {
689
- name?: string | undefined;
690
675
  namespace?: string | undefined;
676
+ name?: string | undefined;
691
677
  kind?: string | undefined;
692
678
  } | undefined;
693
679
  };
694
680
  } | undefined;
695
681
  chartRef?: {
696
- name?: string | undefined;
697
682
  namespace?: string | undefined;
683
+ name?: string | undefined;
698
684
  kind?: string | undefined;
699
685
  } | undefined;
700
686
  };
@@ -703,8 +689,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
703
689
  name: string;
704
690
  namespace?: string | undefined;
705
691
  };
706
- kind: "HelmRelease";
707
692
  apiVersion: string;
693
+ kind: "HelmRelease";
708
694
  spec: {
709
695
  values?: Record<string, unknown> | undefined;
710
696
  chart?: {
@@ -712,21 +698,19 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
712
698
  chart: string;
713
699
  version?: string | undefined;
714
700
  sourceRef?: {
715
- name?: string | undefined;
716
701
  namespace?: string | undefined;
702
+ name?: string | undefined;
717
703
  kind?: string | undefined;
718
704
  } | undefined;
719
705
  };
720
706
  } | undefined;
721
707
  chartRef?: {
722
- name?: string | undefined;
723
708
  namespace?: string | undefined;
709
+ name?: string | undefined;
724
710
  kind?: string | undefined;
725
711
  } | undefined;
726
712
  };
727
- }>, z.ZodObject<z.objectUtil.extendShape<{
728
- apiVersion: z.ZodString;
729
- kind: z.ZodString;
713
+ }>, z.ZodObject<{
730
714
  metadata: z.ZodObject<{
731
715
  name: z.ZodString;
732
716
  namespace: z.ZodOptional<z.ZodString>;
@@ -737,7 +721,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
737
721
  name: string;
738
722
  namespace?: string | undefined;
739
723
  }>;
740
- }, {
724
+ } & {
741
725
  apiVersion: z.ZodString;
742
726
  kind: z.ZodLiteral<"HelmRepository">;
743
727
  spec: z.ZodObject<{
@@ -750,13 +734,13 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
750
734
  url: string;
751
735
  type?: "default" | "oci" | undefined;
752
736
  }>;
753
- }>, "strip", z.ZodTypeAny, {
737
+ }, "strip", z.ZodTypeAny, {
754
738
  metadata: {
755
739
  name: string;
756
740
  namespace?: string | undefined;
757
741
  };
758
- kind: "HelmRepository";
759
742
  apiVersion: string;
743
+ kind: "HelmRepository";
760
744
  spec: {
761
745
  url: string;
762
746
  type?: "default" | "oci" | undefined;
@@ -766,15 +750,13 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
766
750
  name: string;
767
751
  namespace?: string | undefined;
768
752
  };
769
- kind: "HelmRepository";
770
753
  apiVersion: string;
754
+ kind: "HelmRepository";
771
755
  spec: {
772
756
  url: string;
773
757
  type?: "default" | "oci" | undefined;
774
758
  };
775
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
776
- apiVersion: z.ZodString;
777
- kind: z.ZodString;
759
+ }>]>, z.ZodObject<{
778
760
  metadata: z.ZodObject<{
779
761
  name: z.ZodString;
780
762
  namespace: z.ZodOptional<z.ZodString>;
@@ -785,7 +767,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
785
767
  name: string;
786
768
  namespace?: string | undefined;
787
769
  }>;
788
- }, {
770
+ } & {
789
771
  apiVersion: z.ZodString;
790
772
  kind: z.ZodLiteral<"HelmChart">;
791
773
  spec: z.ZodObject<{
@@ -816,13 +798,13 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
816
798
  };
817
799
  version?: string | undefined;
818
800
  }>;
819
- }>, "strip", z.ZodTypeAny, {
801
+ }, "strip", z.ZodTypeAny, {
820
802
  metadata: {
821
803
  name: string;
822
804
  namespace?: string | undefined;
823
805
  };
824
- kind: "HelmChart";
825
806
  apiVersion: string;
807
+ kind: "HelmChart";
826
808
  spec: {
827
809
  chart: string;
828
810
  sourceRef: {
@@ -836,8 +818,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
836
818
  name: string;
837
819
  namespace?: string | undefined;
838
820
  };
839
- kind: "HelmChart";
840
821
  apiVersion: string;
822
+ kind: "HelmChart";
841
823
  spec: {
842
824
  chart: string;
843
825
  sourceRef: {
@@ -846,9 +828,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
846
828
  };
847
829
  version?: string | undefined;
848
830
  };
849
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
850
- apiVersion: z.ZodString;
851
- kind: z.ZodString;
831
+ }>]>, z.ZodObject<{
852
832
  metadata: z.ZodObject<{
853
833
  name: z.ZodString;
854
834
  namespace: z.ZodOptional<z.ZodString>;
@@ -859,7 +839,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
859
839
  name: string;
860
840
  namespace?: string | undefined;
861
841
  }>;
862
- }, {
842
+ } & {
863
843
  apiVersion: z.ZodString;
864
844
  kind: z.ZodLiteral<"GitRepository">;
865
845
  spec: z.ZodObject<{
@@ -868,37 +848,37 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
868
848
  tag: z.ZodOptional<z.ZodString>;
869
849
  commit: z.ZodOptional<z.ZodString>;
870
850
  }, "strip", z.ZodTypeAny, {
871
- tag?: string | undefined;
872
851
  commit?: string | undefined;
873
- }, {
874
852
  tag?: string | undefined;
853
+ }, {
875
854
  commit?: string | undefined;
855
+ tag?: string | undefined;
876
856
  }>>;
877
857
  }, "strip", z.ZodTypeAny, {
878
858
  url: string;
879
859
  ref?: {
880
- tag?: string | undefined;
881
860
  commit?: string | undefined;
861
+ tag?: string | undefined;
882
862
  } | undefined;
883
863
  }, {
884
864
  url: string;
885
865
  ref?: {
886
- tag?: string | undefined;
887
866
  commit?: string | undefined;
867
+ tag?: string | undefined;
888
868
  } | undefined;
889
869
  }>;
890
- }>, "strip", z.ZodTypeAny, {
870
+ }, "strip", z.ZodTypeAny, {
891
871
  metadata: {
892
872
  name: string;
893
873
  namespace?: string | undefined;
894
874
  };
895
- kind: "GitRepository";
896
875
  apiVersion: string;
876
+ kind: "GitRepository";
897
877
  spec: {
898
878
  url: string;
899
879
  ref?: {
900
- tag?: string | undefined;
901
880
  commit?: string | undefined;
881
+ tag?: string | undefined;
902
882
  } | undefined;
903
883
  };
904
884
  }, {
@@ -906,18 +886,16 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
906
886
  name: string;
907
887
  namespace?: string | undefined;
908
888
  };
909
- kind: "GitRepository";
910
889
  apiVersion: string;
890
+ kind: "GitRepository";
911
891
  spec: {
912
892
  url: string;
913
893
  ref?: {
914
- tag?: string | undefined;
915
894
  commit?: string | undefined;
895
+ tag?: string | undefined;
916
896
  } | undefined;
917
897
  };
918
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
919
- apiVersion: z.ZodString;
920
- kind: z.ZodString;
898
+ }>]>, z.ZodObject<{
921
899
  metadata: z.ZodObject<{
922
900
  name: z.ZodString;
923
901
  namespace: z.ZodOptional<z.ZodString>;
@@ -928,7 +906,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
928
906
  name: string;
929
907
  namespace?: string | undefined;
930
908
  }>;
931
- }, {
909
+ } & {
932
910
  apiVersion: z.ZodString;
933
911
  kind: z.ZodLiteral<"OCIRepository">;
934
912
  spec: z.ZodObject<{
@@ -937,37 +915,37 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
937
915
  tag: z.ZodOptional<z.ZodString>;
938
916
  digest: z.ZodOptional<z.ZodString>;
939
917
  }, "strip", z.ZodTypeAny, {
940
- tag?: string | undefined;
941
918
  digest?: string | undefined;
942
- }, {
943
919
  tag?: string | undefined;
920
+ }, {
944
921
  digest?: string | undefined;
922
+ tag?: string | undefined;
945
923
  }>>;
946
924
  }, "strip", z.ZodTypeAny, {
947
925
  url: string;
948
926
  ref?: {
949
- tag?: string | undefined;
950
927
  digest?: string | undefined;
928
+ tag?: string | undefined;
951
929
  } | undefined;
952
930
  }, {
953
931
  url: string;
954
932
  ref?: {
955
- tag?: string | undefined;
956
933
  digest?: string | undefined;
934
+ tag?: string | undefined;
957
935
  } | undefined;
958
936
  }>;
959
- }>, "strip", z.ZodTypeAny, {
937
+ }, "strip", z.ZodTypeAny, {
960
938
  metadata: {
961
939
  name: string;
962
940
  namespace?: string | undefined;
963
941
  };
964
- kind: "OCIRepository";
965
942
  apiVersion: string;
943
+ kind: "OCIRepository";
966
944
  spec: {
967
945
  url: string;
968
946
  ref?: {
969
- tag?: string | undefined;
970
947
  digest?: string | undefined;
948
+ tag?: string | undefined;
971
949
  } | undefined;
972
950
  };
973
951
  }, {
@@ -975,18 +953,16 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
975
953
  name: string;
976
954
  namespace?: string | undefined;
977
955
  };
978
- kind: "OCIRepository";
979
956
  apiVersion: string;
957
+ kind: "OCIRepository";
980
958
  spec: {
981
959
  url: string;
982
960
  ref?: {
983
- tag?: string | undefined;
984
961
  digest?: string | undefined;
962
+ tag?: string | undefined;
985
963
  } | undefined;
986
964
  };
987
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
988
- apiVersion: z.ZodString;
989
- kind: z.ZodString;
965
+ }>]>, z.ZodObject<{
990
966
  metadata: z.ZodObject<{
991
967
  name: z.ZodString;
992
968
  namespace: z.ZodOptional<z.ZodString>;
@@ -997,7 +973,7 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
997
973
  name: string;
998
974
  namespace?: string | undefined;
999
975
  }>;
1000
- }, {
976
+ } & {
1001
977
  apiVersion: z.ZodString;
1002
978
  kind: z.ZodLiteral<"Kustomization">;
1003
979
  spec: z.ZodObject<{
@@ -1009,42 +985,42 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
1009
985
  }, "strip", z.ZodTypeAny, {
1010
986
  name: string;
1011
987
  digest?: string | undefined;
1012
- newTag?: string | undefined;
1013
988
  newName?: string | undefined;
989
+ newTag?: string | undefined;
1014
990
  }, {
1015
991
  name: string;
1016
992
  digest?: string | undefined;
1017
- newTag?: string | undefined;
1018
993
  newName?: string | undefined;
994
+ newTag?: string | undefined;
1019
995
  }>, "many">>;
1020
996
  }, "strip", z.ZodTypeAny, {
1021
997
  images?: {
1022
998
  name: string;
1023
999
  digest?: string | undefined;
1024
- newTag?: string | undefined;
1025
1000
  newName?: string | undefined;
1001
+ newTag?: string | undefined;
1026
1002
  }[] | undefined;
1027
1003
  }, {
1028
1004
  images?: {
1029
1005
  name: string;
1030
1006
  digest?: string | undefined;
1031
- newTag?: string | undefined;
1032
1007
  newName?: string | undefined;
1008
+ newTag?: string | undefined;
1033
1009
  }[] | undefined;
1034
1010
  }>;
1035
- }>, "strip", z.ZodTypeAny, {
1011
+ }, "strip", z.ZodTypeAny, {
1036
1012
  metadata: {
1037
1013
  name: string;
1038
1014
  namespace?: string | undefined;
1039
1015
  };
1040
- kind: "Kustomization";
1041
1016
  apiVersion: string;
1017
+ kind: "Kustomization";
1042
1018
  spec: {
1043
1019
  images?: {
1044
1020
  name: string;
1045
1021
  digest?: string | undefined;
1046
- newTag?: string | undefined;
1047
1022
  newName?: string | undefined;
1023
+ newTag?: string | undefined;
1048
1024
  }[] | undefined;
1049
1025
  };
1050
1026
  }, {
@@ -1052,14 +1028,14 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
1052
1028
  name: string;
1053
1029
  namespace?: string | undefined;
1054
1030
  };
1055
- kind: "Kustomization";
1056
1031
  apiVersion: string;
1032
+ kind: "Kustomization";
1057
1033
  spec: {
1058
1034
  images?: {
1059
1035
  name: string;
1060
1036
  digest?: string | undefined;
1061
- newTag?: string | undefined;
1062
1037
  newName?: string | undefined;
1038
+ newTag?: string | undefined;
1063
1039
  }[] | undefined;
1064
1040
  };
1065
1041
  }>]>;