renovate 40.0.0-next.2 → 40.0.0-next.21
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.
- package/dist/config/decrypt/legacy.js +0 -1
- package/dist/config/decrypt/legacy.js.map +1 -1
- package/dist/config/decrypt.d.ts +3 -1
- package/dist/config/decrypt.js +56 -13
- package/dist/config/decrypt.js.map +1 -1
- package/dist/config/migrate-validate.js +3 -2
- package/dist/config/migrate-validate.js.map +1 -1
- package/dist/config/migration.js +2 -1
- package/dist/config/migration.js.map +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js.map +1 -1
- package/dist/config/options/index.js +3 -3
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/parse.js +2 -2
- package/dist/config/parse.js.map +1 -1
- package/dist/config/presets/gitea/index.js +0 -1
- package/dist/config/presets/gitea/index.js.map +1 -1
- package/dist/config/presets/github/index.js +0 -1
- package/dist/config/presets/github/index.js.map +1 -1
- package/dist/config/presets/gitlab/index.js +1 -1
- package/dist/config/presets/gitlab/index.js.map +1 -1
- package/dist/config/presets/http/index.js +1 -2
- package/dist/config/presets/http/index.js.map +1 -1
- package/dist/config/presets/index.js +0 -7
- package/dist/config/presets/index.js.map +1 -1
- package/dist/config/presets/internal/custom-managers.js +3 -4
- package/dist/config/presets/internal/custom-managers.js.map +1 -1
- package/dist/config/presets/internal/index.js +1 -3
- package/dist/config/presets/internal/index.js.map +1 -1
- package/dist/config/schema.d.ts +2 -2
- package/dist/config/validation.js +3 -5
- package/dist/config/validation.js.map +1 -1
- package/dist/config-validator.js +0 -1
- package/dist/config-validator.js.map +1 -1
- package/dist/constants/category.js +0 -1
- package/dist/constants/category.js.map +1 -1
- package/dist/data/monorepo.json +2 -1
- package/dist/instrumentation/index.js +5 -3
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/instrumentation/utils.js +1 -1
- package/dist/instrumentation/utils.js.map +1 -1
- package/dist/logger/cmd-serializer.js +0 -1
- package/dist/logger/cmd-serializer.js.map +1 -1
- package/dist/logger/config-serializer.js +0 -1
- package/dist/logger/config-serializer.js.map +1 -1
- package/dist/logger/index.js +0 -3
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +4 -2
- package/dist/logger/once.js.map +1 -1
- package/dist/logger/pretty-stdout.js +0 -1
- package/dist/logger/pretty-stdout.js.map +1 -1
- package/dist/logger/renovate-logger.js +1 -1
- package/dist/logger/renovate-logger.js.map +1 -1
- package/dist/logger/utils.js +6 -11
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/artifactory/index.js +1 -1
- package/dist/modules/datasource/artifactory/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js +11 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +16 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js +2 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
- package/dist/modules/datasource/crate/index.js +1 -1
- package/dist/modules/datasource/crate/index.js.map +1 -1
- package/dist/modules/datasource/custom/formats/html.js +1 -1
- package/dist/modules/datasource/custom/formats/html.js.map +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
- package/dist/modules/datasource/custom/schema.d.ts +5 -5
- package/dist/modules/datasource/deb/index.js +1 -1
- package/dist/modules/datasource/deb/index.js.map +1 -1
- package/dist/modules/datasource/deno/schema.d.ts +8 -8
- package/dist/modules/datasource/docker/common.js +1 -1
- package/dist/modules/datasource/docker/common.js.map +1 -1
- package/dist/modules/datasource/docker/index.js +5 -3
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/docker/schema.d.ts +32 -32
- package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
- package/dist/modules/datasource/galaxy-collection/schema.d.ts +3 -3
- package/dist/modules/datasource/gitea-releases/schema.d.ts +4 -4
- package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
- package/dist/modules/datasource/github-release-attachments/index.js +2 -2
- package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
- package/dist/modules/datasource/go/base.js +1 -1
- package/dist/modules/datasource/go/base.js.map +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
- package/dist/modules/datasource/golang-version/index.js +1 -1
- package/dist/modules/datasource/golang-version/index.js.map +1 -1
- package/dist/modules/datasource/hex/schema.d.ts +11 -11
- package/dist/modules/datasource/hexpm-bob/index.js +1 -1
- package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
- package/dist/modules/datasource/index.js +2 -2
- package/dist/modules/datasource/index.js.map +1 -1
- package/dist/modules/datasource/maven/util.js +1 -1
- package/dist/modules/datasource/maven/util.js.map +1 -1
- package/dist/modules/datasource/nuget/v2.js +1 -1
- package/dist/modules/datasource/nuget/v2.js.map +1 -1
- package/dist/modules/datasource/nuget/v3.js +1 -1
- package/dist/modules/datasource/nuget/v3.js.map +1 -1
- package/dist/modules/datasource/packagist/schema.d.ts +30 -30
- package/dist/modules/datasource/pod/index.js +1 -1
- package/dist/modules/datasource/pod/index.js.map +1 -1
- package/dist/modules/datasource/pypi/index.js +1 -1
- package/dist/modules/datasource/pypi/index.js.map +1 -1
- package/dist/modules/datasource/ruby-version/index.js +1 -1
- package/dist/modules/datasource/ruby-version/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/index.js +1 -1
- package/dist/modules/datasource/rubygems/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
- package/dist/modules/datasource/terraform-provider/index.js +1 -1
- package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/index.d.ts +4 -1
- package/dist/modules/datasource/unity3d/index.js +36 -42
- package/dist/modules/datasource/unity3d/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
- package/dist/modules/datasource/unity3d/schema.js +17 -0
- package/dist/modules/datasource/unity3d/schema.js.map +1 -0
- package/dist/modules/manager/argocd/schema.d.ts +10 -10
- package/dist/modules/manager/azure-pipelines/schema.d.ts +10 -10
- package/dist/modules/manager/batect/schema.d.ts +6 -6
- package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
- package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/bazel/rules/docker.d.ts +9 -9
- package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
- package/dist/modules/manager/bazel/rules/git.js +7 -1
- package/dist/modules/manager/bazel/rules/git.js.map +1 -1
- package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
- package/dist/modules/manager/bazel/rules/oci.d.ts +3 -3
- package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
- package/dist/modules/manager/bazel-module/parser/maven.d.ts +27 -27
- package/dist/modules/manager/bazel-module/parser/oci.d.ts +17 -17
- package/dist/modules/manager/bazel-module/rules.d.ts +40 -40
- package/dist/modules/manager/bundler/artifacts.js.map +1 -1
- package/dist/modules/manager/cargo/schema.d.ts +100 -100
- package/dist/modules/manager/circleci/schema.d.ts +6 -6
- package/dist/modules/manager/composer/schema.d.ts +40 -40
- package/dist/modules/manager/composer/utils.js +9 -6
- package/dist/modules/manager/composer/utils.js.map +1 -1
- package/dist/modules/manager/crossplane/schema.d.ts +2 -2
- package/dist/modules/manager/custom/jsonata/index.js +4 -0
- package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
- package/dist/modules/manager/custom/jsonata/schema.d.ts +7 -7
- package/dist/modules/manager/devbox/artifacts.d.ts +1 -1
- package/dist/modules/manager/devbox/artifacts.js +29 -11
- package/dist/modules/manager/devbox/artifacts.js.map +1 -1
- package/dist/modules/manager/fingerprint.generated.js +68 -68
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/fleet/schema.d.ts +12 -12
- package/dist/modules/manager/flux/schema.d.ts +50 -50
- package/dist/modules/manager/glasskube/schema.d.ts +8 -8
- package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -1
- package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/maven/extract.js +3 -1
- package/dist/modules/manager/maven/extract.js.map +1 -1
- package/dist/modules/manager/mise/extract.js +1 -1
- package/dist/modules/manager/mise/extract.js.map +1 -1
- package/dist/modules/manager/nix/schema.d.ts +24 -24
- package/dist/modules/manager/npm/schema.d.ts +13 -13
- package/dist/modules/manager/nuget/schema.d.ts +8 -8
- package/dist/modules/manager/ocb/schema.d.ts +6 -6
- package/dist/modules/manager/pep621/schema.d.ts +55 -55
- package/dist/modules/manager/pep621/utils.js +1 -1
- package/dist/modules/manager/pep621/utils.js.map +1 -1
- package/dist/modules/manager/poetry/artifacts.js +3 -3
- package/dist/modules/manager/poetry/artifacts.js.map +1 -1
- package/dist/modules/manager/poetry/extract.js +2 -1
- package/dist/modules/manager/poetry/extract.js.map +1 -1
- package/dist/modules/manager/poetry/schema.d.ts +48 -48
- package/dist/modules/manager/sveltos/schema.d.ts +12 -12
- package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
- package/dist/modules/manager/vendir/schema.d.ts +27 -27
- package/dist/modules/platform/api.d.ts +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +1 -0
- package/dist/modules/platform/bitbucket/index.js +6 -1
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/schema.d.ts +17 -17
- package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
- package/dist/modules/platform/bitbucket-server/index.js +13 -11
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/schema.d.ts +75 -0
- package/dist/modules/platform/bitbucket-server/schema.js +14 -1
- package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/types.d.ts +2 -1
- package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/utils.d.ts +0 -2
- package/dist/modules/platform/bitbucket-server/utils.js +1 -51
- package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
- package/dist/modules/platform/gerrit/client.js +1 -1
- package/dist/modules/platform/gerrit/client.js.map +1 -1
- package/dist/modules/platform/gitea/index.d.ts +1 -0
- package/dist/modules/platform/gitea/index.js +11 -0
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitea/schema.d.ts +8 -8
- package/dist/modules/platform/github/common.d.ts +2 -0
- package/dist/modules/platform/github/common.js +16 -0
- package/dist/modules/platform/github/common.js.map +1 -1
- package/dist/modules/platform/github/index.d.ts +1 -1
- package/dist/modules/platform/github/index.js +6 -4
- package/dist/modules/platform/github/index.js.map +1 -1
- package/dist/modules/platform/github/issue.d.ts +12 -12
- package/dist/modules/platform/github/schema.d.ts +65 -65
- package/dist/modules/platform/gitlab/index.d.ts +1 -0
- package/dist/modules/platform/gitlab/index.js +9 -0
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/dist/modules/platform/scm.d.ts +1 -1
- package/dist/modules/versioning/composer/index.js +10 -0
- package/dist/modules/versioning/composer/index.js.map +1 -1
- package/dist/modules/versioning/npm/index.js +2 -1
- package/dist/modules/versioning/npm/index.js.map +1 -1
- package/dist/modules/versioning/schema.js +1 -1
- package/dist/modules/versioning/schema.js.map +1 -1
- package/dist/modules/versioning/types.d.ts +4 -0
- package/dist/modules/versioning/types.js.map +1 -1
- package/dist/proxy.js +2 -1
- package/dist/proxy.js.map +1 -1
- package/dist/renovate.js +2 -2
- package/dist/renovate.js.map +1 -1
- package/dist/util/cache/package/decorator.js +2 -2
- package/dist/util/cache/package/decorator.js.map +1 -1
- package/dist/util/cache/package/redis.js +0 -1
- package/dist/util/cache/package/redis.js.map +1 -1
- package/dist/util/cache/repository/impl/base.d.ts +1 -1
- package/dist/util/exec/containerbase.js +12 -12
- package/dist/util/exec/containerbase.js.map +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +5 -5
- package/dist/util/http/auth.js +0 -1
- package/dist/util/http/auth.js.map +1 -1
- package/dist/util/http/bitbucket-server.d.ts +5 -4
- package/dist/util/http/bitbucket-server.js +17 -20
- package/dist/util/http/bitbucket-server.js.map +1 -1
- package/dist/util/http/bitbucket.d.ts +6 -5
- package/dist/util/http/bitbucket.js +30 -31
- package/dist/util/http/bitbucket.js.map +1 -1
- package/dist/util/http/cache/abstract-http-cache-provider.js +1 -1
- package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
- package/dist/util/http/cache/schema.d.ts +2 -2
- package/dist/util/http/errors.d.ts +2 -0
- package/dist/util/http/errors.js +8 -0
- package/dist/util/http/errors.js.map +1 -0
- package/dist/util/http/gerrit.d.ts +6 -4
- package/dist/util/http/gerrit.js +11 -12
- package/dist/util/http/gerrit.js.map +1 -1
- package/dist/util/http/gitea.d.ts +5 -4
- package/dist/util/http/gitea.js +12 -13
- package/dist/util/http/gitea.js.map +1 -1
- package/dist/util/http/github.d.ts +14 -8
- package/dist/util/http/github.js +64 -60
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/gitlab.d.ts +7 -5
- package/dist/util/http/gitlab.js +56 -46
- package/dist/util/http/gitlab.js.map +1 -1
- package/dist/util/http/got.d.ts +9 -0
- package/dist/util/http/got.js +54 -0
- package/dist/util/http/got.js.map +1 -0
- package/dist/util/http/host-rules.d.ts +2 -1
- package/dist/util/http/host-rules.js.map +1 -1
- package/dist/util/http/http.d.ts +93 -0
- package/dist/util/http/http.js +339 -0
- package/dist/util/http/http.js.map +1 -0
- package/dist/util/http/index.d.ts +6 -74
- package/dist/util/http/index.js +5 -359
- package/dist/util/http/index.js.map +1 -1
- package/dist/util/http/legacy.js +4 -1
- package/dist/util/http/legacy.js.map +1 -1
- package/dist/util/http/types.d.ts +9 -16
- package/dist/util/http/types.js.map +1 -1
- package/dist/util/string.d.ts +15 -0
- package/dist/util/string.js +75 -0
- package/dist/util/string.js.map +1 -1
- package/dist/util/toml.d.ts +1 -0
- package/dist/util/toml.js +6 -0
- package/dist/util/toml.js.map +1 -1
- package/dist/util/url.js +3 -8
- package/dist/util/url.js.map +1 -1
- package/dist/util/yaml.js +2 -6
- package/dist/util/yaml.js.map +1 -1
- package/dist/workers/global/config/parse/env.js +3 -2
- package/dist/workers/global/config/parse/env.js.map +1 -1
- package/dist/workers/global/config/parse/file.js +19 -9
- package/dist/workers/global/config/parse/file.js.map +1 -1
- package/dist/workers/global/config/parse/host-rules-from-env.js +6 -2
- package/dist/workers/global/config/parse/host-rules-from-env.js.map +1 -1
- package/dist/workers/repository/cache.js +0 -1
- package/dist/workers/repository/cache.js.map +1 -1
- package/dist/workers/repository/onboarding/pr/config-description.js +3 -1
- package/dist/workers/repository/onboarding/pr/config-description.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
- package/package.json +44 -49
- 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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
101
|
+
digest?: {
|
102
102
|
type: "string";
|
103
103
|
value: string;
|
104
104
|
isComplete: true;
|
105
105
|
} | undefined;
|
106
|
-
|
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
|
-
|
122
|
+
digest?: {
|
123
123
|
type: "string";
|
124
124
|
value: string;
|
125
125
|
isComplete: true;
|
126
126
|
} | undefined;
|
127
|
-
|
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
|
-
|
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
|
-
|
147
|
+
digest?: {
|
148
148
|
type: "string";
|
149
149
|
value: string;
|
150
150
|
isComplete: true;
|
151
151
|
} | undefined;
|
152
|
-
|
152
|
+
tag?: {
|
153
153
|
type: "string";
|
154
154
|
value: string;
|
155
155
|
isComplete: true;
|
156
156
|
} | undefined;
|
157
157
|
};
|
158
|
-
|
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
|
-
|
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
|
-
|
177
|
+
digest?: {
|
178
178
|
type: "string";
|
179
179
|
value: string;
|
180
180
|
isComplete: true;
|
181
181
|
} | undefined;
|
182
|
-
|
182
|
+
tag?: {
|
183
183
|
type: "string";
|
184
184
|
value: string;
|
185
185
|
isComplete: true;
|
186
186
|
} | undefined;
|
187
187
|
};
|
188
|
-
|
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
|
-
|
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
|
-
|
207
|
+
digest?: {
|
208
208
|
type: "string";
|
209
209
|
value: string;
|
210
210
|
isComplete: true;
|
211
211
|
} | undefined;
|
212
|
-
|
212
|
+
tag?: {
|
213
213
|
type: "string";
|
214
214
|
value: string;
|
215
215
|
isComplete: true;
|
216
216
|
} | undefined;
|
217
217
|
};
|
218
|
-
|
218
|
+
offset: number;
|
219
219
|
isComplete: boolean;
|
220
220
|
extension: "oci";
|
221
221
|
rawExtension: string;
|