renovate 40.0.0-next.2 → 40.0.0-next.20

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 (294) 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/migrate-validate.js +3 -2
  7. package/dist/config/migrate-validate.js.map +1 -1
  8. package/dist/config/migration.js +2 -1
  9. package/dist/config/migration.js.map +1 -1
  10. package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
  11. package/dist/config/migrations/custom/rebase-stale-prs-migration.js.map +1 -1
  12. package/dist/config/options/index.js +3 -3
  13. package/dist/config/options/index.js.map +1 -1
  14. package/dist/config/parse.js +2 -2
  15. package/dist/config/parse.js.map +1 -1
  16. package/dist/config/presets/gitea/index.js +0 -1
  17. package/dist/config/presets/gitea/index.js.map +1 -1
  18. package/dist/config/presets/github/index.js +0 -1
  19. package/dist/config/presets/github/index.js.map +1 -1
  20. package/dist/config/presets/gitlab/index.js +1 -1
  21. package/dist/config/presets/gitlab/index.js.map +1 -1
  22. package/dist/config/presets/http/index.js +1 -2
  23. package/dist/config/presets/http/index.js.map +1 -1
  24. package/dist/config/presets/index.js +0 -7
  25. package/dist/config/presets/index.js.map +1 -1
  26. package/dist/config/presets/internal/custom-managers.js +3 -4
  27. package/dist/config/presets/internal/custom-managers.js.map +1 -1
  28. package/dist/config/presets/internal/index.js +1 -3
  29. package/dist/config/presets/internal/index.js.map +1 -1
  30. package/dist/config/schema.d.ts +2 -2
  31. package/dist/config/validation.js +3 -5
  32. package/dist/config/validation.js.map +1 -1
  33. package/dist/config-validator.js +0 -1
  34. package/dist/config-validator.js.map +1 -1
  35. package/dist/constants/category.js +0 -1
  36. package/dist/constants/category.js.map +1 -1
  37. package/dist/data/monorepo.json +2 -1
  38. package/dist/instrumentation/index.js +5 -3
  39. package/dist/instrumentation/index.js.map +1 -1
  40. package/dist/instrumentation/utils.js +1 -1
  41. package/dist/instrumentation/utils.js.map +1 -1
  42. package/dist/logger/cmd-serializer.js +0 -1
  43. package/dist/logger/cmd-serializer.js.map +1 -1
  44. package/dist/logger/config-serializer.js +0 -1
  45. package/dist/logger/config-serializer.js.map +1 -1
  46. package/dist/logger/index.js +0 -3
  47. package/dist/logger/index.js.map +1 -1
  48. package/dist/logger/once.js +4 -2
  49. package/dist/logger/once.js.map +1 -1
  50. package/dist/logger/pretty-stdout.js +0 -1
  51. package/dist/logger/pretty-stdout.js.map +1 -1
  52. package/dist/logger/renovate-logger.js +1 -1
  53. package/dist/logger/renovate-logger.js.map +1 -1
  54. package/dist/logger/utils.js +6 -11
  55. package/dist/logger/utils.js.map +1 -1
  56. package/dist/modules/datasource/artifactory/index.js +1 -1
  57. package/dist/modules/datasource/artifactory/index.js.map +1 -1
  58. package/dist/modules/datasource/azure-pipelines-tasks/index.js +11 -1
  59. package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
  60. package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +16 -0
  61. package/dist/modules/datasource/azure-pipelines-tasks/schema.js +2 -0
  62. package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
  63. package/dist/modules/datasource/crate/index.js +1 -1
  64. package/dist/modules/datasource/crate/index.js.map +1 -1
  65. package/dist/modules/datasource/custom/formats/html.js +1 -1
  66. package/dist/modules/datasource/custom/formats/html.js.map +1 -1
  67. package/dist/modules/datasource/custom/formats/yaml.js +1 -1
  68. package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
  69. package/dist/modules/datasource/custom/schema.d.ts +5 -5
  70. package/dist/modules/datasource/deb/index.js +1 -1
  71. package/dist/modules/datasource/deb/index.js.map +1 -1
  72. package/dist/modules/datasource/deno/schema.d.ts +8 -8
  73. package/dist/modules/datasource/docker/common.js +1 -1
  74. package/dist/modules/datasource/docker/common.js.map +1 -1
  75. package/dist/modules/datasource/docker/index.js +5 -3
  76. package/dist/modules/datasource/docker/index.js.map +1 -1
  77. package/dist/modules/datasource/docker/schema.d.ts +32 -32
  78. package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
  79. package/dist/modules/datasource/galaxy-collection/schema.d.ts +3 -3
  80. package/dist/modules/datasource/gitea-releases/schema.d.ts +4 -4
  81. package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
  82. package/dist/modules/datasource/github-release-attachments/index.js +2 -2
  83. package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
  84. package/dist/modules/datasource/go/base.js +1 -1
  85. package/dist/modules/datasource/go/base.js.map +1 -1
  86. package/dist/modules/datasource/go/releases-goproxy.js +1 -1
  87. package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
  88. package/dist/modules/datasource/golang-version/index.js +1 -1
  89. package/dist/modules/datasource/golang-version/index.js.map +1 -1
  90. package/dist/modules/datasource/hex/schema.d.ts +11 -11
  91. package/dist/modules/datasource/hexpm-bob/index.js +1 -1
  92. package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
  93. package/dist/modules/datasource/index.js +2 -2
  94. package/dist/modules/datasource/index.js.map +1 -1
  95. package/dist/modules/datasource/maven/util.js +1 -1
  96. package/dist/modules/datasource/maven/util.js.map +1 -1
  97. package/dist/modules/datasource/nuget/v2.js +1 -1
  98. package/dist/modules/datasource/nuget/v2.js.map +1 -1
  99. package/dist/modules/datasource/nuget/v3.js +1 -1
  100. package/dist/modules/datasource/nuget/v3.js.map +1 -1
  101. package/dist/modules/datasource/packagist/schema.d.ts +30 -30
  102. package/dist/modules/datasource/pod/index.js +1 -1
  103. package/dist/modules/datasource/pod/index.js.map +1 -1
  104. package/dist/modules/datasource/pypi/index.js +1 -1
  105. package/dist/modules/datasource/pypi/index.js.map +1 -1
  106. package/dist/modules/datasource/ruby-version/index.js +1 -1
  107. package/dist/modules/datasource/ruby-version/index.js.map +1 -1
  108. package/dist/modules/datasource/rubygems/index.js +1 -1
  109. package/dist/modules/datasource/rubygems/index.js.map +1 -1
  110. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
  111. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
  112. package/dist/modules/datasource/terraform-provider/index.js +1 -1
  113. package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
  114. package/dist/modules/datasource/unity3d/index.d.ts +4 -1
  115. package/dist/modules/datasource/unity3d/index.js +36 -42
  116. package/dist/modules/datasource/unity3d/index.js.map +1 -1
  117. package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
  118. package/dist/modules/datasource/unity3d/schema.js +17 -0
  119. package/dist/modules/datasource/unity3d/schema.js.map +1 -0
  120. package/dist/modules/manager/argocd/schema.d.ts +10 -10
  121. package/dist/modules/manager/azure-pipelines/schema.d.ts +10 -10
  122. package/dist/modules/manager/batect/schema.d.ts +6 -6
  123. package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
  124. package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
  125. package/dist/modules/manager/bazel/rules/docker.d.ts +9 -9
  126. package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
  127. package/dist/modules/manager/bazel/rules/git.js +7 -1
  128. package/dist/modules/manager/bazel/rules/git.js.map +1 -1
  129. package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
  130. package/dist/modules/manager/bazel/rules/oci.d.ts +3 -3
  131. package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
  132. package/dist/modules/manager/bazel-module/parser/maven.d.ts +27 -27
  133. package/dist/modules/manager/bazel-module/parser/oci.d.ts +17 -17
  134. package/dist/modules/manager/bazel-module/rules.d.ts +40 -40
  135. package/dist/modules/manager/bundler/artifacts.js.map +1 -1
  136. package/dist/modules/manager/cargo/schema.d.ts +100 -100
  137. package/dist/modules/manager/circleci/schema.d.ts +6 -6
  138. package/dist/modules/manager/composer/schema.d.ts +40 -40
  139. package/dist/modules/manager/composer/utils.js +9 -6
  140. package/dist/modules/manager/composer/utils.js.map +1 -1
  141. package/dist/modules/manager/crossplane/schema.d.ts +2 -2
  142. package/dist/modules/manager/custom/jsonata/index.js +4 -0
  143. package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
  144. package/dist/modules/manager/custom/jsonata/schema.d.ts +7 -7
  145. package/dist/modules/manager/devbox/artifacts.d.ts +1 -1
  146. package/dist/modules/manager/devbox/artifacts.js +29 -11
  147. package/dist/modules/manager/devbox/artifacts.js.map +1 -1
  148. package/dist/modules/manager/fingerprint.generated.js +68 -68
  149. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  150. package/dist/modules/manager/fleet/schema.d.ts +12 -12
  151. package/dist/modules/manager/flux/schema.d.ts +50 -50
  152. package/dist/modules/manager/glasskube/schema.d.ts +8 -8
  153. package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -1
  154. package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
  155. package/dist/modules/manager/maven/extract.js +3 -1
  156. package/dist/modules/manager/maven/extract.js.map +1 -1
  157. package/dist/modules/manager/mise/extract.js +1 -1
  158. package/dist/modules/manager/mise/extract.js.map +1 -1
  159. package/dist/modules/manager/nix/schema.d.ts +24 -24
  160. package/dist/modules/manager/npm/schema.d.ts +13 -13
  161. package/dist/modules/manager/nuget/schema.d.ts +8 -8
  162. package/dist/modules/manager/ocb/schema.d.ts +6 -6
  163. package/dist/modules/manager/pep621/schema.d.ts +55 -55
  164. package/dist/modules/manager/pep621/utils.js +1 -1
  165. package/dist/modules/manager/pep621/utils.js.map +1 -1
  166. package/dist/modules/manager/poetry/artifacts.js +3 -3
  167. package/dist/modules/manager/poetry/artifacts.js.map +1 -1
  168. package/dist/modules/manager/poetry/extract.js +2 -1
  169. package/dist/modules/manager/poetry/extract.js.map +1 -1
  170. package/dist/modules/manager/poetry/schema.d.ts +48 -48
  171. package/dist/modules/manager/sveltos/schema.d.ts +12 -12
  172. package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
  173. package/dist/modules/manager/vendir/schema.d.ts +27 -27
  174. package/dist/modules/platform/api.d.ts +1 -1
  175. package/dist/modules/platform/bitbucket/index.d.ts +1 -0
  176. package/dist/modules/platform/bitbucket/index.js +6 -1
  177. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  178. package/dist/modules/platform/bitbucket/schema.d.ts +17 -17
  179. package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
  180. package/dist/modules/platform/bitbucket-server/index.js +13 -11
  181. package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
  182. package/dist/modules/platform/bitbucket-server/schema.d.ts +75 -0
  183. package/dist/modules/platform/bitbucket-server/schema.js +14 -1
  184. package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
  185. package/dist/modules/platform/bitbucket-server/types.d.ts +2 -1
  186. package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
  187. package/dist/modules/platform/bitbucket-server/utils.d.ts +0 -2
  188. package/dist/modules/platform/bitbucket-server/utils.js +1 -51
  189. package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
  190. package/dist/modules/platform/gerrit/client.js +1 -1
  191. package/dist/modules/platform/gerrit/client.js.map +1 -1
  192. package/dist/modules/platform/gitea/index.d.ts +1 -0
  193. package/dist/modules/platform/gitea/index.js +11 -0
  194. package/dist/modules/platform/gitea/index.js.map +1 -1
  195. package/dist/modules/platform/gitea/schema.d.ts +8 -8
  196. package/dist/modules/platform/github/common.d.ts +2 -0
  197. package/dist/modules/platform/github/common.js +16 -0
  198. package/dist/modules/platform/github/common.js.map +1 -1
  199. package/dist/modules/platform/github/index.d.ts +1 -1
  200. package/dist/modules/platform/github/index.js +6 -4
  201. package/dist/modules/platform/github/index.js.map +1 -1
  202. package/dist/modules/platform/github/issue.d.ts +12 -12
  203. package/dist/modules/platform/github/schema.d.ts +65 -65
  204. package/dist/modules/platform/gitlab/index.d.ts +1 -0
  205. package/dist/modules/platform/gitlab/index.js +9 -0
  206. package/dist/modules/platform/gitlab/index.js.map +1 -1
  207. package/dist/modules/platform/scm.d.ts +1 -1
  208. package/dist/modules/versioning/composer/index.js +10 -0
  209. package/dist/modules/versioning/composer/index.js.map +1 -1
  210. package/dist/modules/versioning/npm/index.js +2 -1
  211. package/dist/modules/versioning/npm/index.js.map +1 -1
  212. package/dist/modules/versioning/schema.js +1 -1
  213. package/dist/modules/versioning/schema.js.map +1 -1
  214. package/dist/modules/versioning/types.d.ts +4 -0
  215. package/dist/modules/versioning/types.js.map +1 -1
  216. package/dist/proxy.js +2 -1
  217. package/dist/proxy.js.map +1 -1
  218. package/dist/renovate.js +2 -2
  219. package/dist/renovate.js.map +1 -1
  220. package/dist/util/cache/package/decorator.js +2 -2
  221. package/dist/util/cache/package/decorator.js.map +1 -1
  222. package/dist/util/cache/package/redis.js +0 -1
  223. package/dist/util/cache/package/redis.js.map +1 -1
  224. package/dist/util/cache/repository/impl/base.d.ts +1 -1
  225. package/dist/util/exec/containerbase.js +12 -12
  226. package/dist/util/exec/containerbase.js.map +1 -1
  227. package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +5 -5
  228. package/dist/util/http/auth.js +0 -1
  229. package/dist/util/http/auth.js.map +1 -1
  230. package/dist/util/http/bitbucket-server.d.ts +5 -4
  231. package/dist/util/http/bitbucket-server.js +17 -20
  232. package/dist/util/http/bitbucket-server.js.map +1 -1
  233. package/dist/util/http/bitbucket.d.ts +6 -5
  234. package/dist/util/http/bitbucket.js +30 -31
  235. package/dist/util/http/bitbucket.js.map +1 -1
  236. package/dist/util/http/cache/abstract-http-cache-provider.js +1 -1
  237. package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
  238. package/dist/util/http/cache/schema.d.ts +2 -2
  239. package/dist/util/http/errors.d.ts +2 -0
  240. package/dist/util/http/errors.js +8 -0
  241. package/dist/util/http/errors.js.map +1 -0
  242. package/dist/util/http/gerrit.d.ts +6 -4
  243. package/dist/util/http/gerrit.js +11 -12
  244. package/dist/util/http/gerrit.js.map +1 -1
  245. package/dist/util/http/gitea.d.ts +5 -4
  246. package/dist/util/http/gitea.js +12 -13
  247. package/dist/util/http/gitea.js.map +1 -1
  248. package/dist/util/http/github.d.ts +14 -8
  249. package/dist/util/http/github.js +64 -60
  250. package/dist/util/http/github.js.map +1 -1
  251. package/dist/util/http/gitlab.d.ts +7 -5
  252. package/dist/util/http/gitlab.js +56 -46
  253. package/dist/util/http/gitlab.js.map +1 -1
  254. package/dist/util/http/got.d.ts +9 -0
  255. package/dist/util/http/got.js +54 -0
  256. package/dist/util/http/got.js.map +1 -0
  257. package/dist/util/http/host-rules.d.ts +2 -1
  258. package/dist/util/http/host-rules.js.map +1 -1
  259. package/dist/util/http/http.d.ts +93 -0
  260. package/dist/util/http/http.js +339 -0
  261. package/dist/util/http/http.js.map +1 -0
  262. package/dist/util/http/index.d.ts +6 -74
  263. package/dist/util/http/index.js +5 -359
  264. package/dist/util/http/index.js.map +1 -1
  265. package/dist/util/http/legacy.js +4 -1
  266. package/dist/util/http/legacy.js.map +1 -1
  267. package/dist/util/http/types.d.ts +9 -16
  268. package/dist/util/http/types.js.map +1 -1
  269. package/dist/util/string.d.ts +15 -0
  270. package/dist/util/string.js +75 -0
  271. package/dist/util/string.js.map +1 -1
  272. package/dist/util/toml.d.ts +1 -0
  273. package/dist/util/toml.js +6 -0
  274. package/dist/util/toml.js.map +1 -1
  275. package/dist/util/url.js +3 -8
  276. package/dist/util/url.js.map +1 -1
  277. package/dist/util/yaml.js +2 -6
  278. package/dist/util/yaml.js.map +1 -1
  279. package/dist/workers/global/config/parse/env.js +3 -2
  280. package/dist/workers/global/config/parse/env.js.map +1 -1
  281. package/dist/workers/global/config/parse/file.js +19 -9
  282. package/dist/workers/global/config/parse/file.js.map +1 -1
  283. package/dist/workers/global/config/parse/host-rules-from-env.js +6 -2
  284. package/dist/workers/global/config/parse/host-rules-from-env.js.map +1 -1
  285. package/dist/workers/repository/cache.js +0 -1
  286. package/dist/workers/repository/cache.js.map +1 -1
  287. package/dist/workers/repository/onboarding/pr/config-description.js +3 -1
  288. package/dist/workers/repository/onboarding/pr/config-description.js.map +1 -1
  289. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
  290. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
  291. package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
  292. package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
  293. package/package.json +44 -49
  294. package/renovate-schema.json +2 -1
@@ -17,6 +17,7 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
17
17
  isComplete: true;
18
18
  } | {
19
19
  type: "array";
20
+ isComplete: boolean;
20
21
  items: ({
21
22
  type: "string";
22
23
  value: string;
@@ -26,7 +27,6 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
26
27
  value: boolean;
27
28
  isComplete: true;
28
29
  })[];
29
- isComplete: boolean;
30
30
  }>, Record<string, any>>;
31
31
  isComplete: z.ZodBoolean;
32
32
  offset: z.ZodNumber;
@@ -109,7 +109,7 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
109
109
  }>;
110
110
  }>, "strip", z.ZodTypeAny, {
111
111
  type: "extensionTag";
112
- offset: number;
112
+ tag: "artifact";
113
113
  children: {
114
114
  group: {
115
115
  type: "string";
@@ -127,14 +127,14 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
127
127
  isComplete: true;
128
128
  };
129
129
  };
130
- tag: "artifact";
130
+ offset: number;
131
131
  isComplete: boolean;
132
132
  extension: "maven";
133
133
  rawExtension: string;
134
134
  rawString?: string | undefined;
135
135
  }, {
136
136
  type: "extensionTag";
137
- offset: number;
137
+ tag: "artifact";
138
138
  children: {
139
139
  group: {
140
140
  type: "string";
@@ -152,14 +152,14 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
152
152
  isComplete: true;
153
153
  };
154
154
  };
155
- tag: "artifact";
155
+ offset: number;
156
156
  isComplete: boolean;
157
157
  extension: "maven";
158
158
  rawExtension: string;
159
159
  rawString?: string | undefined;
160
160
  }>, PackageDependency<Record<string, any>>[], {
161
161
  type: "extensionTag";
162
- offset: number;
162
+ tag: "artifact";
163
163
  children: {
164
164
  group: {
165
165
  type: "string";
@@ -177,7 +177,7 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
177
177
  isComplete: true;
178
178
  };
179
179
  };
180
- tag: "artifact";
180
+ offset: number;
181
181
  isComplete: boolean;
182
182
  extension: "maven";
183
183
  rawExtension: string;
@@ -197,6 +197,7 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
197
197
  isComplete: true;
198
198
  } | {
199
199
  type: "array";
200
+ isComplete: boolean;
200
201
  items: ({
201
202
  type: "string";
202
203
  value: string;
@@ -206,7 +207,6 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
206
207
  value: boolean;
207
208
  isComplete: true;
208
209
  })[];
209
- isComplete: boolean;
210
210
  }>, Record<string, any>>;
211
211
  isComplete: z.ZodBoolean;
212
212
  offset: z.ZodNumber;
@@ -225,24 +225,24 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
225
225
  isComplete: z.ZodBoolean;
226
226
  }, "strip", z.ZodTypeAny, {
227
227
  type: "array";
228
+ isComplete: boolean;
228
229
  items: {
229
230
  type: "string";
230
231
  value: string;
231
232
  isComplete: true;
232
233
  }[];
233
- isComplete: boolean;
234
234
  }, {
235
235
  type: "array";
236
- items: any[];
237
236
  isComplete: boolean;
237
+ items: any[];
238
238
  }>, {
239
239
  group: string;
240
240
  version: string;
241
241
  artifact: string;
242
242
  }[], {
243
243
  type: "array";
244
- items: any[];
245
244
  isComplete: boolean;
245
+ items: any[];
246
246
  }>;
247
247
  repositories: z.ZodObject<{
248
248
  type: z.ZodLiteral<"array">;
@@ -254,26 +254,26 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
254
254
  isComplete: z.ZodBoolean;
255
255
  }, "strip", z.ZodTypeAny, {
256
256
  type: "array";
257
+ isComplete: boolean;
257
258
  items: {
258
259
  type: "string";
259
260
  value: string;
260
261
  isComplete: true;
261
262
  }[];
262
- isComplete: boolean;
263
263
  }, {
264
264
  type: "array";
265
- items: any[];
266
265
  isComplete: boolean;
266
+ items: any[];
267
267
  }>;
268
268
  }, "strip", z.ZodTypeAny, {
269
269
  repositories: {
270
270
  type: "array";
271
+ isComplete: boolean;
271
272
  items: {
272
273
  type: "string";
273
274
  value: string;
274
275
  isComplete: true;
275
276
  }[];
276
- isComplete: boolean;
277
277
  };
278
278
  artifacts: {
279
279
  group: string;
@@ -283,27 +283,27 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
283
283
  }, {
284
284
  repositories: {
285
285
  type: "array";
286
- items: any[];
287
286
  isComplete: boolean;
287
+ items: any[];
288
288
  };
289
289
  artifacts: {
290
290
  type: "array";
291
- items: any[];
292
291
  isComplete: boolean;
292
+ items: any[];
293
293
  };
294
294
  }>;
295
295
  }>, "strip", z.ZodTypeAny, {
296
296
  type: "extensionTag";
297
- offset: number;
297
+ tag: "install";
298
298
  children: {
299
299
  repositories: {
300
300
  type: "array";
301
+ isComplete: boolean;
301
302
  items: {
302
303
  type: "string";
303
304
  value: string;
304
305
  isComplete: true;
305
306
  }[];
306
- isComplete: boolean;
307
307
  };
308
308
  artifacts: {
309
309
  group: string;
@@ -311,47 +311,47 @@ export declare const RuleToMavenPackageDep: z.ZodUnion<[z.ZodEffects<z.ZodObject
311
311
  artifact: string;
312
312
  }[];
313
313
  };
314
- tag: "install";
314
+ offset: number;
315
315
  isComplete: boolean;
316
316
  extension: "maven";
317
317
  rawExtension: string;
318
318
  rawString?: string | undefined;
319
319
  }, {
320
320
  type: "extensionTag";
321
- offset: number;
321
+ tag: "install";
322
322
  children: {
323
323
  repositories: {
324
324
  type: "array";
325
- items: any[];
326
325
  isComplete: boolean;
326
+ items: any[];
327
327
  };
328
328
  artifacts: {
329
329
  type: "array";
330
- items: any[];
331
330
  isComplete: boolean;
331
+ items: any[];
332
332
  };
333
333
  };
334
- tag: "install";
334
+ offset: number;
335
335
  isComplete: boolean;
336
336
  extension: "maven";
337
337
  rawExtension: string;
338
338
  rawString?: string | undefined;
339
339
  }>, PackageDependency<Record<string, any>>[], {
340
340
  type: "extensionTag";
341
- offset: number;
341
+ tag: "install";
342
342
  children: {
343
343
  repositories: {
344
344
  type: "array";
345
- items: any[];
346
345
  isComplete: boolean;
346
+ items: any[];
347
347
  };
348
348
  artifacts: {
349
349
  type: "array";
350
- items: any[];
351
350
  isComplete: boolean;
351
+ items: any[];
352
352
  };
353
353
  };
354
- tag: "install";
354
+ offset: number;
355
355
  isComplete: boolean;
356
356
  extension: "maven";
357
357
  rawExtension: string;
@@ -17,6 +17,7 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
17
17
  isComplete: true;
18
18
  } | {
19
19
  type: "array";
20
+ isComplete: boolean;
20
21
  items: ({
21
22
  type: "string";
22
23
  value: string;
@@ -26,7 +27,6 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
26
27
  value: boolean;
27
28
  isComplete: true;
28
29
  })[];
29
- isComplete: boolean;
30
30
  }>, Record<string, any>>;
31
31
  isComplete: z.ZodBoolean;
32
32
  offset: z.ZodNumber;
@@ -98,12 +98,12 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
98
98
  value: string;
99
99
  isComplete: true;
100
100
  };
101
- tag?: {
101
+ digest?: {
102
102
  type: "string";
103
103
  value: string;
104
104
  isComplete: true;
105
105
  } | undefined;
106
- digest?: {
106
+ tag?: {
107
107
  type: "string";
108
108
  value: string;
109
109
  isComplete: true;
@@ -119,12 +119,12 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
119
119
  value: string;
120
120
  isComplete: true;
121
121
  };
122
- tag?: {
122
+ digest?: {
123
123
  type: "string";
124
124
  value: string;
125
125
  isComplete: true;
126
126
  } | undefined;
127
- digest?: {
127
+ tag?: {
128
128
  type: "string";
129
129
  value: string;
130
130
  isComplete: true;
@@ -132,7 +132,7 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
132
132
  }>;
133
133
  }>, "strip", z.ZodTypeAny, {
134
134
  type: "extensionTag";
135
- offset: number;
135
+ tag: "pull";
136
136
  children: {
137
137
  name: {
138
138
  type: "string";
@@ -144,25 +144,25 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
144
144
  value: string;
145
145
  isComplete: true;
146
146
  };
147
- tag?: {
147
+ digest?: {
148
148
  type: "string";
149
149
  value: string;
150
150
  isComplete: true;
151
151
  } | undefined;
152
- digest?: {
152
+ tag?: {
153
153
  type: "string";
154
154
  value: string;
155
155
  isComplete: true;
156
156
  } | undefined;
157
157
  };
158
- tag: "pull";
158
+ offset: number;
159
159
  isComplete: boolean;
160
160
  extension: "oci";
161
161
  rawExtension: string;
162
162
  rawString?: string | undefined;
163
163
  }, {
164
164
  type: "extensionTag";
165
- offset: number;
165
+ tag: "pull";
166
166
  children: {
167
167
  name: {
168
168
  type: "string";
@@ -174,25 +174,25 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
174
174
  value: string;
175
175
  isComplete: true;
176
176
  };
177
- tag?: {
177
+ digest?: {
178
178
  type: "string";
179
179
  value: string;
180
180
  isComplete: true;
181
181
  } | undefined;
182
- digest?: {
182
+ tag?: {
183
183
  type: "string";
184
184
  value: string;
185
185
  isComplete: true;
186
186
  } | undefined;
187
187
  };
188
- tag: "pull";
188
+ offset: number;
189
189
  isComplete: boolean;
190
190
  extension: "oci";
191
191
  rawExtension: string;
192
192
  rawString?: string | undefined;
193
193
  }>, PackageDependency<Record<string, any>>, {
194
194
  type: "extensionTag";
195
- offset: number;
195
+ tag: "pull";
196
196
  children: {
197
197
  name: {
198
198
  type: "string";
@@ -204,18 +204,18 @@ export declare const RuleToDockerPackageDep: z.ZodEffects<z.ZodObject<z.objectUt
204
204
  value: string;
205
205
  isComplete: true;
206
206
  };
207
- tag?: {
207
+ digest?: {
208
208
  type: "string";
209
209
  value: string;
210
210
  isComplete: true;
211
211
  } | undefined;
212
- digest?: {
212
+ tag?: {
213
213
  type: "string";
214
214
  value: string;
215
215
  isComplete: true;
216
216
  } | undefined;
217
217
  };
218
- tag: "pull";
218
+ offset: number;
219
219
  isComplete: boolean;
220
220
  extension: "oci";
221
221
  rawExtension: string;