renovate 43.141.4 → 43.141.5
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.
|
@@ -8,7 +8,7 @@ const Attestations = z.object({ url: z.string().optional() });
|
|
|
8
8
|
const Distribution = z.object({ attestations: Attestations.optional() });
|
|
9
9
|
const Version = z.object({
|
|
10
10
|
repository: Repository.optional(),
|
|
11
|
-
homepage: z.string().optional(),
|
|
11
|
+
homepage: z.string().optional().catch(void 0),
|
|
12
12
|
deprecated: z.union([z.string(), z.boolean()]).optional(),
|
|
13
13
|
gitHead: z.string().optional(),
|
|
14
14
|
dependencies: z.record(z.string()).optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","names":[],"sources":["../../../../lib/modules/datasource/npm/schema.ts"],"sourcesContent":["import { z } from 'zod/v3';\n\nconst Repository = z.union([\n z.string(),\n z.object({\n url: z.string().optional(),\n directory: z.string().optional(),\n }),\n]);\n\nconst Attestations = z.object({\n url: z.string().optional(),\n});\n\nconst Distribution = z.object({\n attestations: Attestations.optional(),\n});\n\nconst Version = z.object({\n repository: Repository.optional(),\n homepage: z.string().optional(),\n deprecated: z.union([z.string(), z.boolean()]).optional(),\n gitHead: z.string().optional(),\n dependencies: z.record(z.string()).optional(),\n devDependencies: z.record(z.string()).optional(),\n engines: z\n .object({ node: z.string().optional() })\n .optional()\n .catch(undefined),\n dist: Distribution.optional(),\n});\n\nexport const CachedPackument = z.object({\n versions: z.record(Version).optional(),\n repository: Repository.optional(),\n homepage: z.string().optional(),\n time: z.record(z.string()).optional(),\n 'dist-tags': z.record(z.string()).optional(),\n});\n"],"mappings":";;AAEA,MAAM,aAAa,EAAE,MAAM,CACzB,EAAE,QAAQ,EACV,EAAE,OAAO;CACP,KAAK,EAAE,QAAQ,CAAC,UAAU;CAC1B,WAAW,EAAE,QAAQ,CAAC,UAAU;CACjC,CAAC,CACH,CAAC;AAEF,MAAM,eAAe,EAAE,OAAO,EAC5B,KAAK,EAAE,QAAQ,CAAC,UAAU,EAC3B,CAAC;AAEF,MAAM,eAAe,EAAE,OAAO,EAC5B,cAAc,aAAa,UAAU,EACtC,CAAC;AAEF,MAAM,UAAU,EAAE,OAAO;CACvB,YAAY,WAAW,UAAU;CACjC,UAAU,EAAE,QAAQ,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"schema.js","names":[],"sources":["../../../../lib/modules/datasource/npm/schema.ts"],"sourcesContent":["import { z } from 'zod/v3';\n\nconst Repository = z.union([\n z.string(),\n z.object({\n url: z.string().optional(),\n directory: z.string().optional(),\n }),\n]);\n\nconst Attestations = z.object({\n url: z.string().optional(),\n});\n\nconst Distribution = z.object({\n attestations: Attestations.optional(),\n});\n\nconst Version = z.object({\n repository: Repository.optional(),\n homepage: z.string().optional().catch(undefined),\n deprecated: z.union([z.string(), z.boolean()]).optional(),\n gitHead: z.string().optional(),\n dependencies: z.record(z.string()).optional(),\n devDependencies: z.record(z.string()).optional(),\n engines: z\n .object({ node: z.string().optional() })\n .optional()\n .catch(undefined),\n dist: Distribution.optional(),\n});\n\nexport const CachedPackument = z.object({\n versions: z.record(Version).optional(),\n repository: Repository.optional(),\n homepage: z.string().optional(),\n time: z.record(z.string()).optional(),\n 'dist-tags': z.record(z.string()).optional(),\n});\n"],"mappings":";;AAEA,MAAM,aAAa,EAAE,MAAM,CACzB,EAAE,QAAQ,EACV,EAAE,OAAO;CACP,KAAK,EAAE,QAAQ,CAAC,UAAU;CAC1B,WAAW,EAAE,QAAQ,CAAC,UAAU;CACjC,CAAC,CACH,CAAC;AAEF,MAAM,eAAe,EAAE,OAAO,EAC5B,KAAK,EAAE,QAAQ,CAAC,UAAU,EAC3B,CAAC;AAEF,MAAM,eAAe,EAAE,OAAO,EAC5B,cAAc,aAAa,UAAU,EACtC,CAAC;AAEF,MAAM,UAAU,EAAE,OAAO;CACvB,YAAY,WAAW,UAAU;CACjC,UAAU,EAAE,QAAQ,CAAC,UAAU,CAAC,MAAM,KAAA,EAAU;CAChD,YAAY,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,EAAE,SAAS,CAAC,CAAC,CAAC,UAAU;CACzD,SAAS,EAAE,QAAQ,CAAC,UAAU;CAC9B,cAAc,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,UAAU;CAC7C,iBAAiB,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,UAAU;CAChD,SAAS,EACN,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,CACvC,UAAU,CACV,MAAM,KAAA,EAAU;CACnB,MAAM,aAAa,UAAU;CAC9B,CAAC;AAEF,MAAa,kBAAkB,EAAE,OAAO;CACtC,UAAU,EAAE,OAAO,QAAQ,CAAC,UAAU;CACtC,YAAY,WAAW,UAAU;CACjC,UAAU,EAAE,QAAQ,CAAC,UAAU;CAC/B,MAAM,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,UAAU;CACrC,aAAa,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,UAAU;CAC7C,CAAC"}
|
package/package.json
CHANGED
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.141.
|
|
3
|
+
"title": "JSON schema for Renovate 43.141.5 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.141.
|
|
5
|
+
"x-renovate-version": "43.141.5",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|