renovate 40.51.1 → 40.52.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.
- package/dist/config/options/index.js +2 -0
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/types.d.ts +2 -1
- package/dist/config/types.js.map +1 -1
- package/dist/config/validation.js +0 -18
- package/dist/config/validation.js.map +1 -1
- package/dist/manager-list.generated.d.ts +2 -0
- package/dist/manager-list.generated.js +5 -0
- package/dist/manager-list.generated.js.map +1 -0
- package/dist/modules/datasource/packagist/schema.d.ts +2 -2
- package/dist/modules/datasource/packagist/schema.js +1 -1
- package/dist/modules/datasource/packagist/schema.js.map +1 -1
- package/dist/modules/manager/argocd/schema.d.ts +60 -60
- package/dist/modules/manager/docker-compose/schema.d.ts +24 -24
- package/dist/modules/manager/pep621/schema.d.ts +86 -86
- package/dist/modules/platform/github/schema.d.ts +1 -1
- package/package.json +4 -4
- package/renovate-schema.json +4143 -153
@@ -5,22 +5,22 @@ declare const DockerComposeService: z.ZodObject<{
|
|
5
5
|
context: z.ZodOptional<z.ZodString>;
|
6
6
|
dockerfile: z.ZodOptional<z.ZodString>;
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
8
|
-
context?: string | undefined;
|
9
8
|
dockerfile?: string | undefined;
|
10
|
-
}, {
|
11
9
|
context?: string | undefined;
|
10
|
+
}, {
|
12
11
|
dockerfile?: string | undefined;
|
12
|
+
context?: string | undefined;
|
13
13
|
}>]>>;
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
15
15
|
build?: string | {
|
16
|
-
context?: string | undefined;
|
17
16
|
dockerfile?: string | undefined;
|
17
|
+
context?: string | undefined;
|
18
18
|
} | undefined;
|
19
19
|
image?: string | undefined;
|
20
20
|
}, {
|
21
21
|
build?: string | {
|
22
|
-
context?: string | undefined;
|
23
22
|
dockerfile?: string | undefined;
|
23
|
+
context?: string | undefined;
|
24
24
|
} | undefined;
|
25
25
|
image?: string | undefined;
|
26
26
|
}>;
|
@@ -36,22 +36,22 @@ export declare const DockerComposeFile: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
36
36
|
context: z.ZodOptional<z.ZodString>;
|
37
37
|
dockerfile: z.ZodOptional<z.ZodString>;
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
39
|
-
context?: string | undefined;
|
40
39
|
dockerfile?: string | undefined;
|
41
|
-
}, {
|
42
40
|
context?: string | undefined;
|
41
|
+
}, {
|
43
42
|
dockerfile?: string | undefined;
|
43
|
+
context?: string | undefined;
|
44
44
|
}>]>>;
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
46
46
|
build?: string | {
|
47
|
-
context?: string | undefined;
|
48
47
|
dockerfile?: string | undefined;
|
48
|
+
context?: string | undefined;
|
49
49
|
} | undefined;
|
50
50
|
image?: string | undefined;
|
51
51
|
}, {
|
52
52
|
build?: string | {
|
53
|
-
context?: string | undefined;
|
54
53
|
dockerfile?: string | undefined;
|
54
|
+
context?: string | undefined;
|
55
55
|
} | undefined;
|
56
56
|
image?: string | undefined;
|
57
57
|
}>>;
|
@@ -67,22 +67,22 @@ export declare const DockerComposeFile: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
67
67
|
context: z.ZodOptional<z.ZodString>;
|
68
68
|
dockerfile: z.ZodOptional<z.ZodString>;
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
70
|
-
context?: string | undefined;
|
71
70
|
dockerfile?: string | undefined;
|
72
|
-
}, {
|
73
71
|
context?: string | undefined;
|
72
|
+
}, {
|
74
73
|
dockerfile?: string | undefined;
|
74
|
+
context?: string | undefined;
|
75
75
|
}>]>>;
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
77
77
|
build?: string | {
|
78
|
-
context?: string | undefined;
|
79
78
|
dockerfile?: string | undefined;
|
79
|
+
context?: string | undefined;
|
80
80
|
} | undefined;
|
81
81
|
image?: string | undefined;
|
82
82
|
}, {
|
83
83
|
build?: string | {
|
84
|
-
context?: string | undefined;
|
85
84
|
dockerfile?: string | undefined;
|
85
|
+
context?: string | undefined;
|
86
86
|
} | undefined;
|
87
87
|
image?: string | undefined;
|
88
88
|
}>>;
|
@@ -98,22 +98,22 @@ export declare const DockerComposeFile: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
98
98
|
context: z.ZodOptional<z.ZodString>;
|
99
99
|
dockerfile: z.ZodOptional<z.ZodString>;
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
101
|
-
context?: string | undefined;
|
102
101
|
dockerfile?: string | undefined;
|
103
|
-
}, {
|
104
102
|
context?: string | undefined;
|
103
|
+
}, {
|
105
104
|
dockerfile?: string | undefined;
|
105
|
+
context?: string | undefined;
|
106
106
|
}>]>>;
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
108
108
|
build?: string | {
|
109
|
-
context?: string | undefined;
|
110
109
|
dockerfile?: string | undefined;
|
110
|
+
context?: string | undefined;
|
111
111
|
} | undefined;
|
112
112
|
image?: string | undefined;
|
113
113
|
}, {
|
114
114
|
build?: string | {
|
115
|
-
context?: string | undefined;
|
116
115
|
dockerfile?: string | undefined;
|
116
|
+
context?: string | undefined;
|
117
117
|
} | undefined;
|
118
118
|
image?: string | undefined;
|
119
119
|
}>>;
|
@@ -135,22 +135,22 @@ export declare const DockerComposeFile: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
135
135
|
context: z.ZodOptional<z.ZodString>;
|
136
136
|
dockerfile: z.ZodOptional<z.ZodString>;
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
138
|
-
context?: string | undefined;
|
139
138
|
dockerfile?: string | undefined;
|
140
|
-
}, {
|
141
139
|
context?: string | undefined;
|
140
|
+
}, {
|
142
141
|
dockerfile?: string | undefined;
|
142
|
+
context?: string | undefined;
|
143
143
|
}>]>>;
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
145
145
|
build?: string | {
|
146
|
-
context?: string | undefined;
|
147
146
|
dockerfile?: string | undefined;
|
147
|
+
context?: string | undefined;
|
148
148
|
} | undefined;
|
149
149
|
image?: string | undefined;
|
150
150
|
}, {
|
151
151
|
build?: string | {
|
152
|
-
context?: string | undefined;
|
153
152
|
dockerfile?: string | undefined;
|
153
|
+
context?: string | undefined;
|
154
154
|
} | undefined;
|
155
155
|
image?: string | undefined;
|
156
156
|
}>>;
|
@@ -160,22 +160,22 @@ export declare const DockerComposeFile: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
160
160
|
context: z.ZodOptional<z.ZodString>;
|
161
161
|
dockerfile: z.ZodOptional<z.ZodString>;
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
163
|
-
context?: string | undefined;
|
164
163
|
dockerfile?: string | undefined;
|
165
|
-
}, {
|
166
164
|
context?: string | undefined;
|
165
|
+
}, {
|
167
166
|
dockerfile?: string | undefined;
|
167
|
+
context?: string | undefined;
|
168
168
|
}>]>>;
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
170
170
|
build?: string | {
|
171
|
-
context?: string | undefined;
|
172
171
|
dockerfile?: string | undefined;
|
172
|
+
context?: string | undefined;
|
173
173
|
} | undefined;
|
174
174
|
image?: string | undefined;
|
175
175
|
}, {
|
176
176
|
build?: string | {
|
177
|
-
context?: string | undefined;
|
178
177
|
dockerfile?: string | undefined;
|
178
|
+
context?: string | undefined;
|
179
179
|
} | undefined;
|
180
180
|
image?: string | undefined;
|
181
181
|
}>>]>;
|
@@ -351,37 +351,6 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
351
351
|
}[] | undefined;
|
352
352
|
}>>;
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
354
|
-
uv?: {
|
355
|
-
sources?: Record<string, {
|
356
|
-
index: string;
|
357
|
-
} | {
|
358
|
-
git: string;
|
359
|
-
branch?: string | undefined;
|
360
|
-
rev?: string | undefined;
|
361
|
-
tag?: string | undefined;
|
362
|
-
} | {
|
363
|
-
url: string;
|
364
|
-
} | {
|
365
|
-
path: string;
|
366
|
-
} | {
|
367
|
-
workspace: true;
|
368
|
-
}> | undefined;
|
369
|
-
'dev-dependencies'?: string[] | undefined;
|
370
|
-
index?: {
|
371
|
-
default: boolean;
|
372
|
-
url: string;
|
373
|
-
explicit: boolean;
|
374
|
-
name?: string | undefined;
|
375
|
-
}[] | undefined;
|
376
|
-
} | undefined;
|
377
|
-
pdm?: {
|
378
|
-
source?: {
|
379
|
-
url: string;
|
380
|
-
name: string;
|
381
|
-
verify_ssl?: boolean | undefined;
|
382
|
-
}[] | undefined;
|
383
|
-
'dev-dependencies'?: Record<string, string[]> | undefined;
|
384
|
-
} | undefined;
|
385
354
|
pixi?: ((({
|
386
355
|
project: {
|
387
356
|
channels: (string | {
|
@@ -409,21 +378,27 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
409
378
|
pypi: import("../pixi/schema").PixiPackageDependency[];
|
410
379
|
conda: import("../pixi/schema").PixiPackageDependency[];
|
411
380
|
}) | undefined;
|
412
|
-
hatch?: {
|
413
|
-
envs?: Record<string, {
|
414
|
-
dependencies?: string[] | undefined;
|
415
|
-
'extra-dependencies'?: string[] | undefined;
|
416
|
-
} | undefined> | undefined;
|
417
|
-
} | undefined;
|
418
|
-
}, {
|
419
381
|
uv?: {
|
420
|
-
sources?: Record<string,
|
382
|
+
sources?: Record<string, {
|
383
|
+
index: string;
|
384
|
+
} | {
|
385
|
+
git: string;
|
386
|
+
branch?: string | undefined;
|
387
|
+
rev?: string | undefined;
|
388
|
+
tag?: string | undefined;
|
389
|
+
} | {
|
390
|
+
url: string;
|
391
|
+
} | {
|
392
|
+
path: string;
|
393
|
+
} | {
|
394
|
+
workspace: true;
|
395
|
+
}> | undefined;
|
421
396
|
'dev-dependencies'?: string[] | undefined;
|
422
397
|
index?: {
|
398
|
+
default: boolean;
|
423
399
|
url: string;
|
424
|
-
|
400
|
+
explicit: boolean;
|
425
401
|
name?: string | undefined;
|
426
|
-
explicit?: boolean | undefined;
|
427
402
|
}[] | undefined;
|
428
403
|
} | undefined;
|
429
404
|
pdm?: {
|
@@ -434,6 +409,13 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
434
409
|
}[] | undefined;
|
435
410
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
436
411
|
} | undefined;
|
412
|
+
hatch?: {
|
413
|
+
envs?: Record<string, {
|
414
|
+
dependencies?: string[] | undefined;
|
415
|
+
'extra-dependencies'?: string[] | undefined;
|
416
|
+
} | undefined> | undefined;
|
417
|
+
} | undefined;
|
418
|
+
}, {
|
437
419
|
pixi?: ((({
|
438
420
|
workspace: {
|
439
421
|
channels?: (string | {
|
@@ -459,6 +441,24 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
459
441
|
dependencies?: Record<string, any> | undefined;
|
460
442
|
'pypi-dependencies'?: Record<string, any> | undefined;
|
461
443
|
}) | undefined;
|
444
|
+
uv?: {
|
445
|
+
sources?: Record<string, any> | undefined;
|
446
|
+
'dev-dependencies'?: string[] | undefined;
|
447
|
+
index?: {
|
448
|
+
url: string;
|
449
|
+
default?: boolean | undefined;
|
450
|
+
name?: string | undefined;
|
451
|
+
explicit?: boolean | undefined;
|
452
|
+
}[] | undefined;
|
453
|
+
} | undefined;
|
454
|
+
pdm?: {
|
455
|
+
source?: {
|
456
|
+
url: string;
|
457
|
+
name: string;
|
458
|
+
verify_ssl?: boolean | undefined;
|
459
|
+
}[] | undefined;
|
460
|
+
'dev-dependencies'?: Record<string, string[]> | undefined;
|
461
|
+
} | undefined;
|
462
462
|
hatch?: {
|
463
463
|
envs?: Record<string, {
|
464
464
|
dependencies?: string[] | undefined;
|
@@ -474,6 +474,33 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
474
474
|
'optional-dependencies'?: Record<string, string[]> | undefined;
|
475
475
|
} | undefined;
|
476
476
|
tool?: {
|
477
|
+
pixi?: ((({
|
478
|
+
project: {
|
479
|
+
channels: (string | {
|
480
|
+
priority: number;
|
481
|
+
channel: string;
|
482
|
+
})[];
|
483
|
+
'channel-priority': "disabled" | "strict";
|
484
|
+
'requires-pixi'?: string | undefined;
|
485
|
+
};
|
486
|
+
} | {
|
487
|
+
project: {
|
488
|
+
channels: (string | {
|
489
|
+
priority: number;
|
490
|
+
channel: string;
|
491
|
+
})[];
|
492
|
+
'channel-priority': "disabled" | "strict";
|
493
|
+
'requires-pixi'?: string | undefined;
|
494
|
+
};
|
495
|
+
}) & {
|
496
|
+
feature: {
|
497
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
498
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
499
|
+
};
|
500
|
+
}) & {
|
501
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
502
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
503
|
+
}) | undefined;
|
477
504
|
uv?: {
|
478
505
|
sources?: Record<string, {
|
479
506
|
index: string;
|
@@ -505,33 +532,6 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
505
532
|
}[] | undefined;
|
506
533
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
507
534
|
} | undefined;
|
508
|
-
pixi?: ((({
|
509
|
-
project: {
|
510
|
-
channels: (string | {
|
511
|
-
priority: number;
|
512
|
-
channel: string;
|
513
|
-
})[];
|
514
|
-
'channel-priority': "disabled" | "strict";
|
515
|
-
'requires-pixi'?: string | undefined;
|
516
|
-
};
|
517
|
-
} | {
|
518
|
-
project: {
|
519
|
-
channels: (string | {
|
520
|
-
priority: number;
|
521
|
-
channel: string;
|
522
|
-
})[];
|
523
|
-
'channel-priority': "disabled" | "strict";
|
524
|
-
'requires-pixi'?: string | undefined;
|
525
|
-
};
|
526
|
-
}) & {
|
527
|
-
feature: {
|
528
|
-
conda: import("../pixi/schema").PixiPackageDependency[];
|
529
|
-
pypi: import("../pixi/schema").PixiPackageDependency[];
|
530
|
-
};
|
531
|
-
}) & {
|
532
|
-
pypi: import("../pixi/schema").PixiPackageDependency[];
|
533
|
-
conda: import("../pixi/schema").PixiPackageDependency[];
|
534
|
-
}) | undefined;
|
535
535
|
hatch?: {
|
536
536
|
envs?: Record<string, {
|
537
537
|
dependencies?: string[] | undefined;
|
@@ -552,24 +552,6 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
552
552
|
'optional-dependencies'?: Record<string, string[]> | undefined;
|
553
553
|
} | undefined;
|
554
554
|
tool?: {
|
555
|
-
uv?: {
|
556
|
-
sources?: Record<string, any> | undefined;
|
557
|
-
'dev-dependencies'?: string[] | undefined;
|
558
|
-
index?: {
|
559
|
-
url: string;
|
560
|
-
default?: boolean | undefined;
|
561
|
-
name?: string | undefined;
|
562
|
-
explicit?: boolean | undefined;
|
563
|
-
}[] | undefined;
|
564
|
-
} | undefined;
|
565
|
-
pdm?: {
|
566
|
-
source?: {
|
567
|
-
url: string;
|
568
|
-
name: string;
|
569
|
-
verify_ssl?: boolean | undefined;
|
570
|
-
}[] | undefined;
|
571
|
-
'dev-dependencies'?: Record<string, string[]> | undefined;
|
572
|
-
} | undefined;
|
573
555
|
pixi?: ((({
|
574
556
|
workspace: {
|
575
557
|
channels?: (string | {
|
@@ -595,6 +577,24 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
595
577
|
dependencies?: Record<string, any> | undefined;
|
596
578
|
'pypi-dependencies'?: Record<string, any> | undefined;
|
597
579
|
}) | undefined;
|
580
|
+
uv?: {
|
581
|
+
sources?: Record<string, any> | undefined;
|
582
|
+
'dev-dependencies'?: string[] | undefined;
|
583
|
+
index?: {
|
584
|
+
url: string;
|
585
|
+
default?: boolean | undefined;
|
586
|
+
name?: string | undefined;
|
587
|
+
explicit?: boolean | undefined;
|
588
|
+
}[] | undefined;
|
589
|
+
} | undefined;
|
590
|
+
pdm?: {
|
591
|
+
source?: {
|
592
|
+
url: string;
|
593
|
+
name: string;
|
594
|
+
verify_ssl?: boolean | undefined;
|
595
|
+
}[] | undefined;
|
596
|
+
'dev-dependencies'?: Record<string, string[]> | undefined;
|
597
|
+
} | undefined;
|
598
598
|
hatch?: {
|
599
599
|
envs?: Record<string, {
|
600
600
|
dependencies?: string[] | undefined;
|
@@ -13,7 +13,7 @@ export declare const VulnerabilityAlertSchema: z.ZodEffects<z.ZodArray<z.ZodAny,
|
|
13
13
|
security_vulnerability: {
|
14
14
|
package: {
|
15
15
|
name: string;
|
16
|
-
ecosystem: "rust" | "maven" | "npm" | "nuget" | "pip" | "rubygems" | "
|
16
|
+
ecosystem: "rust" | "composer" | "maven" | "npm" | "nuget" | "pip" | "rubygems" | "go";
|
17
17
|
};
|
18
18
|
vulnerable_version_range: string;
|
19
19
|
first_patched_version?: {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "renovate",
|
3
3
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
4
|
-
"version": "40.
|
4
|
+
"version": "40.52.0",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"vuln-vects": "1.1.0",
|
261
261
|
"xmldoc": "1.3.0",
|
262
262
|
"yaml": "2.8.0",
|
263
|
-
"zod": "3.25.
|
263
|
+
"zod": "3.25.53"
|
264
264
|
},
|
265
265
|
"optionalDependencies": {
|
266
266
|
"better-sqlite3": "11.10.0",
|
@@ -301,7 +301,7 @@
|
|
301
301
|
"@types/mdast": "3.0.15",
|
302
302
|
"@types/moo": "0.5.10",
|
303
303
|
"@types/ms": "2.1.0",
|
304
|
-
"@types/node": "22.15.
|
304
|
+
"@types/node": "22.15.30",
|
305
305
|
"@types/parse-link-header": "2.0.3",
|
306
306
|
"@types/punycode": "2.1.4",
|
307
307
|
"@types/semver": "7.7.0",
|
@@ -322,7 +322,7 @@
|
|
322
322
|
"eslint": "9.28.0",
|
323
323
|
"eslint-config-prettier": "10.1.5",
|
324
324
|
"eslint-formatter-gha": "1.5.2",
|
325
|
-
"eslint-import-resolver-typescript": "4.4.
|
325
|
+
"eslint-import-resolver-typescript": "4.4.3",
|
326
326
|
"eslint-plugin-import-x": "4.15.1",
|
327
327
|
"eslint-plugin-promise": "7.2.1",
|
328
328
|
"expect-more-jest": "5.5.0",
|