renovate 40.0.0-next.1 → 40.0.0-next.10
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/options/index.js +2 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/schema.d.ts +2 -2
- package/dist/modules/datasource/custom/schema.d.ts +5 -5
- package/dist/modules/datasource/deno/schema.d.ts +8 -8
- package/dist/modules/datasource/docker/index.js +4 -2
- 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/hex/schema.d.ts +11 -11
- package/dist/modules/datasource/packagist/schema.d.ts +30 -30
- 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/bazel/rules/docker.d.ts +9 -9
- package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
- 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/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/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/fingerprint.generated.js +67 -67
- 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/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 +2 -1
- package/dist/modules/manager/pep621/utils.js.map +1 -1
- package/dist/modules/manager/poetry/artifacts.js +2 -1
- 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/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 +5 -0
- 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.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/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/util/cache/repository/impl/base.d.ts +1 -1
- package/dist/util/exec/containerbase.js +11 -11
- 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/cache/schema.d.ts +2 -2
- package/dist/util/http/legacy.js +4 -0
- package/dist/util/http/legacy.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/yaml.js +2 -6
- package/dist/util/yaml.js.map +1 -1
- package/package.json +18 -23
- package/renovate-schema.json +2 -1
@@ -64,6 +64,7 @@ export declare const ArrayFragmentSchema: z.ZodObject<{
|
|
64
64
|
isComplete: z.ZodBoolean;
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
66
66
|
type: "array";
|
67
|
+
isComplete: boolean;
|
67
68
|
items: ({
|
68
69
|
type: "string";
|
69
70
|
value: string;
|
@@ -73,11 +74,10 @@ export declare const ArrayFragmentSchema: z.ZodObject<{
|
|
73
74
|
value: boolean;
|
74
75
|
isComplete: true;
|
75
76
|
})[];
|
76
|
-
isComplete: boolean;
|
77
77
|
}, {
|
78
78
|
type: "array";
|
79
|
-
items: any[];
|
80
79
|
isComplete: boolean;
|
80
|
+
items: any[];
|
81
81
|
}>;
|
82
82
|
export declare const StringArrayFragmentSchema: z.ZodObject<{
|
83
83
|
type: z.ZodLiteral<"array">;
|
@@ -89,16 +89,16 @@ export declare const StringArrayFragmentSchema: z.ZodObject<{
|
|
89
89
|
isComplete: z.ZodBoolean;
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
91
91
|
type: "array";
|
92
|
+
isComplete: boolean;
|
92
93
|
items: {
|
93
94
|
type: "string";
|
94
95
|
value: string;
|
95
96
|
isComplete: true;
|
96
97
|
}[];
|
97
|
-
isComplete: boolean;
|
98
98
|
}, {
|
99
99
|
type: "array";
|
100
|
-
items: any[];
|
101
100
|
isComplete: boolean;
|
101
|
+
items: any[];
|
102
102
|
}>;
|
103
103
|
declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
104
104
|
type: z.ZodLiteral<"string">;
|
@@ -138,6 +138,7 @@ declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
138
138
|
isComplete: z.ZodBoolean;
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
140
140
|
type: "array";
|
141
|
+
isComplete: boolean;
|
141
142
|
items: ({
|
142
143
|
type: "string";
|
143
144
|
value: string;
|
@@ -147,11 +148,10 @@ declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
147
148
|
value: boolean;
|
148
149
|
isComplete: true;
|
149
150
|
})[];
|
150
|
-
isComplete: boolean;
|
151
151
|
}, {
|
152
152
|
type: "array";
|
153
|
-
items: any[];
|
154
153
|
isComplete: boolean;
|
154
|
+
items: any[];
|
155
155
|
}>]>;
|
156
156
|
export declare const RuleFragmentSchema: z.ZodObject<{
|
157
157
|
type: z.ZodLiteral<"rule">;
|
@@ -166,6 +166,7 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
166
166
|
isComplete: true;
|
167
167
|
} | {
|
168
168
|
type: "array";
|
169
|
+
isComplete: boolean;
|
169
170
|
items: ({
|
170
171
|
type: "string";
|
171
172
|
value: string;
|
@@ -175,11 +176,11 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
175
176
|
value: boolean;
|
176
177
|
isComplete: true;
|
177
178
|
})[];
|
178
|
-
isComplete: boolean;
|
179
179
|
}>, Record<string, any>>;
|
180
180
|
isComplete: z.ZodBoolean;
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
182
182
|
type: "rule";
|
183
|
+
rule: string;
|
183
184
|
children: Record<string, {
|
184
185
|
type: "string";
|
185
186
|
value: string;
|
@@ -190,6 +191,7 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
190
191
|
isComplete: true;
|
191
192
|
} | {
|
192
193
|
type: "array";
|
194
|
+
isComplete: boolean;
|
193
195
|
items: ({
|
194
196
|
type: "string";
|
195
197
|
value: string;
|
@@ -199,14 +201,12 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
199
201
|
value: boolean;
|
200
202
|
isComplete: true;
|
201
203
|
})[];
|
202
|
-
isComplete: boolean;
|
203
204
|
}>;
|
204
|
-
rule: string;
|
205
205
|
isComplete: boolean;
|
206
206
|
}, {
|
207
207
|
type: "rule";
|
208
|
-
children: Record<string, any>;
|
209
208
|
rule: string;
|
209
|
+
children: Record<string, any>;
|
210
210
|
isComplete: boolean;
|
211
211
|
}>;
|
212
212
|
export declare const PreparedExtensionTagFragmentSchema: z.ZodObject<{
|
@@ -243,6 +243,7 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
243
243
|
isComplete: true;
|
244
244
|
} | {
|
245
245
|
type: "array";
|
246
|
+
isComplete: boolean;
|
246
247
|
items: ({
|
247
248
|
type: "string";
|
248
249
|
value: string;
|
@@ -252,14 +253,13 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
252
253
|
value: boolean;
|
253
254
|
isComplete: true;
|
254
255
|
})[];
|
255
|
-
isComplete: boolean;
|
256
256
|
}>, Record<string, any>>;
|
257
257
|
isComplete: z.ZodBoolean;
|
258
258
|
offset: z.ZodNumber;
|
259
259
|
rawString: z.ZodOptional<z.ZodString>;
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
261
261
|
type: "extensionTag";
|
262
|
-
|
262
|
+
tag: string;
|
263
263
|
children: Record<string, {
|
264
264
|
type: "string";
|
265
265
|
value: string;
|
@@ -270,6 +270,7 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
270
270
|
isComplete: true;
|
271
271
|
} | {
|
272
272
|
type: "array";
|
273
|
+
isComplete: boolean;
|
273
274
|
items: ({
|
274
275
|
type: "string";
|
275
276
|
value: string;
|
@@ -279,18 +280,17 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
279
280
|
value: boolean;
|
280
281
|
isComplete: true;
|
281
282
|
})[];
|
282
|
-
isComplete: boolean;
|
283
283
|
}>;
|
284
|
-
|
284
|
+
offset: number;
|
285
285
|
isComplete: boolean;
|
286
286
|
extension: string;
|
287
287
|
rawExtension: string;
|
288
288
|
rawString?: string | undefined;
|
289
289
|
}, {
|
290
290
|
type: "extensionTag";
|
291
|
-
offset: number;
|
292
|
-
children: Record<string, any>;
|
293
291
|
tag: string;
|
292
|
+
children: Record<string, any>;
|
293
|
+
offset: number;
|
294
294
|
isComplete: boolean;
|
295
295
|
extension: string;
|
296
296
|
rawExtension: string;
|
@@ -337,6 +337,7 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
337
337
|
isComplete: z.ZodBoolean;
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
339
339
|
type: "array";
|
340
|
+
isComplete: boolean;
|
340
341
|
items: ({
|
341
342
|
type: "string";
|
342
343
|
value: string;
|
@@ -346,16 +347,15 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
346
347
|
value: boolean;
|
347
348
|
isComplete: true;
|
348
349
|
})[];
|
349
|
-
isComplete: boolean;
|
350
350
|
}, {
|
351
351
|
type: "array";
|
352
|
-
items: any[];
|
353
352
|
isComplete: boolean;
|
353
|
+
items: any[];
|
354
354
|
}>]>>;
|
355
355
|
isComplete: z.ZodBoolean;
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
357
|
-
name: string;
|
358
357
|
type: "attribute";
|
358
|
+
name: string;
|
359
359
|
isComplete: boolean;
|
360
360
|
value?: {
|
361
361
|
type: "string";
|
@@ -367,6 +367,7 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
367
367
|
isComplete: true;
|
368
368
|
} | {
|
369
369
|
type: "array";
|
370
|
+
isComplete: boolean;
|
370
371
|
items: ({
|
371
372
|
type: "string";
|
372
373
|
value: string;
|
@@ -376,11 +377,10 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
376
377
|
value: boolean;
|
377
378
|
isComplete: true;
|
378
379
|
})[];
|
379
|
-
isComplete: boolean;
|
380
380
|
} | undefined;
|
381
381
|
}, {
|
382
|
-
name: string;
|
383
382
|
type: "attribute";
|
383
|
+
name: string;
|
384
384
|
isComplete: boolean;
|
385
385
|
value?: {
|
386
386
|
type: "string";
|
@@ -392,8 +392,8 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
392
392
|
isComplete: true;
|
393
393
|
} | {
|
394
394
|
type: "array";
|
395
|
-
items: any[];
|
396
395
|
isComplete: boolean;
|
396
|
+
items: any[];
|
397
397
|
} | undefined;
|
398
398
|
}>;
|
399
399
|
export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
@@ -410,6 +410,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
410
410
|
isComplete: z.ZodBoolean;
|
411
411
|
}, "strip", z.ZodTypeAny, {
|
412
412
|
type: "array";
|
413
|
+
isComplete: boolean;
|
413
414
|
items: ({
|
414
415
|
type: "string";
|
415
416
|
value: string;
|
@@ -419,11 +420,10 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
419
420
|
value: boolean;
|
420
421
|
isComplete: true;
|
421
422
|
})[];
|
422
|
-
isComplete: boolean;
|
423
423
|
}, {
|
424
424
|
type: "array";
|
425
|
-
items: any[];
|
426
425
|
isComplete: boolean;
|
426
|
+
items: any[];
|
427
427
|
}>, z.ZodObject<{
|
428
428
|
type: z.ZodLiteral<"attribute">;
|
429
429
|
name: z.ZodString;
|
@@ -465,6 +465,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
465
465
|
isComplete: z.ZodBoolean;
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
467
467
|
type: "array";
|
468
|
+
isComplete: boolean;
|
468
469
|
items: ({
|
469
470
|
type: "string";
|
470
471
|
value: string;
|
@@ -474,16 +475,15 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
474
475
|
value: boolean;
|
475
476
|
isComplete: true;
|
476
477
|
})[];
|
477
|
-
isComplete: boolean;
|
478
478
|
}, {
|
479
479
|
type: "array";
|
480
|
-
items: any[];
|
481
480
|
isComplete: boolean;
|
481
|
+
items: any[];
|
482
482
|
}>]>>;
|
483
483
|
isComplete: z.ZodBoolean;
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
485
|
-
name: string;
|
486
485
|
type: "attribute";
|
486
|
+
name: string;
|
487
487
|
isComplete: boolean;
|
488
488
|
value?: {
|
489
489
|
type: "string";
|
@@ -495,6 +495,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
495
495
|
isComplete: true;
|
496
496
|
} | {
|
497
497
|
type: "array";
|
498
|
+
isComplete: boolean;
|
498
499
|
items: ({
|
499
500
|
type: "string";
|
500
501
|
value: string;
|
@@ -504,11 +505,10 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
504
505
|
value: boolean;
|
505
506
|
isComplete: true;
|
506
507
|
})[];
|
507
|
-
isComplete: boolean;
|
508
508
|
} | undefined;
|
509
509
|
}, {
|
510
|
-
name: string;
|
511
510
|
type: "attribute";
|
511
|
+
name: string;
|
512
512
|
isComplete: boolean;
|
513
513
|
value?: {
|
514
514
|
type: "string";
|
@@ -520,8 +520,8 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
520
520
|
isComplete: true;
|
521
521
|
} | {
|
522
522
|
type: "array";
|
523
|
-
items: any[];
|
524
523
|
isComplete: boolean;
|
524
|
+
items: any[];
|
525
525
|
} | undefined;
|
526
526
|
}>, z.ZodObject<{
|
527
527
|
type: z.ZodLiteral<"boolean">;
|
@@ -548,6 +548,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
548
548
|
isComplete: true;
|
549
549
|
} | {
|
550
550
|
type: "array";
|
551
|
+
isComplete: boolean;
|
551
552
|
items: ({
|
552
553
|
type: "string";
|
553
554
|
value: string;
|
@@ -557,11 +558,11 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
557
558
|
value: boolean;
|
558
559
|
isComplete: true;
|
559
560
|
})[];
|
560
|
-
isComplete: boolean;
|
561
561
|
}>, Record<string, any>>;
|
562
562
|
isComplete: z.ZodBoolean;
|
563
563
|
}, "strip", z.ZodTypeAny, {
|
564
564
|
type: "rule";
|
565
|
+
rule: string;
|
565
566
|
children: Record<string, {
|
566
567
|
type: "string";
|
567
568
|
value: string;
|
@@ -572,6 +573,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
572
573
|
isComplete: true;
|
573
574
|
} | {
|
574
575
|
type: "array";
|
576
|
+
isComplete: boolean;
|
575
577
|
items: ({
|
576
578
|
type: "string";
|
577
579
|
value: string;
|
@@ -581,14 +583,12 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
581
583
|
value: boolean;
|
582
584
|
isComplete: true;
|
583
585
|
})[];
|
584
|
-
isComplete: boolean;
|
585
586
|
}>;
|
586
|
-
rule: string;
|
587
587
|
isComplete: boolean;
|
588
588
|
}, {
|
589
589
|
type: "rule";
|
590
|
-
children: Record<string, any>;
|
591
590
|
rule: string;
|
591
|
+
children: Record<string, any>;
|
592
592
|
isComplete: boolean;
|
593
593
|
}>, z.ZodObject<{
|
594
594
|
type: z.ZodLiteral<"preparedExtensionTag">;
|
@@ -623,6 +623,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
623
623
|
isComplete: true;
|
624
624
|
} | {
|
625
625
|
type: "array";
|
626
|
+
isComplete: boolean;
|
626
627
|
items: ({
|
627
628
|
type: "string";
|
628
629
|
value: string;
|
@@ -632,14 +633,13 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
632
633
|
value: boolean;
|
633
634
|
isComplete: true;
|
634
635
|
})[];
|
635
|
-
isComplete: boolean;
|
636
636
|
}>, Record<string, any>>;
|
637
637
|
isComplete: z.ZodBoolean;
|
638
638
|
offset: z.ZodNumber;
|
639
639
|
rawString: z.ZodOptional<z.ZodString>;
|
640
640
|
}, "strip", z.ZodTypeAny, {
|
641
641
|
type: "extensionTag";
|
642
|
-
|
642
|
+
tag: string;
|
643
643
|
children: Record<string, {
|
644
644
|
type: "string";
|
645
645
|
value: string;
|
@@ -650,6 +650,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
650
650
|
isComplete: true;
|
651
651
|
} | {
|
652
652
|
type: "array";
|
653
|
+
isComplete: boolean;
|
653
654
|
items: ({
|
654
655
|
type: "string";
|
655
656
|
value: string;
|
@@ -659,18 +660,17 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
659
660
|
value: boolean;
|
660
661
|
isComplete: true;
|
661
662
|
})[];
|
662
|
-
isComplete: boolean;
|
663
663
|
}>;
|
664
|
-
|
664
|
+
offset: number;
|
665
665
|
isComplete: boolean;
|
666
666
|
extension: string;
|
667
667
|
rawExtension: string;
|
668
668
|
rawString?: string | undefined;
|
669
669
|
}, {
|
670
670
|
type: "extensionTag";
|
671
|
-
offset: number;
|
672
|
-
children: Record<string, any>;
|
673
671
|
tag: string;
|
672
|
+
children: Record<string, any>;
|
673
|
+
offset: number;
|
674
674
|
isComplete: boolean;
|
675
675
|
extension: string;
|
676
676
|
rawExtension: string;
|
@@ -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;
|