renovate 40.0.0-next.40 → 40.0.0-next.41

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 (237) hide show
  1. package/dist/config/options/index.js +13 -0
  2. package/dist/config/options/index.js.map +1 -1
  3. package/dist/config/presets/common.js +1 -0
  4. package/dist/config/presets/common.js.map +1 -1
  5. package/dist/config/presets/internal/custom-managers.js +15 -0
  6. package/dist/config/presets/internal/custom-managers.js.map +1 -1
  7. package/dist/constants/platforms.js +5 -1
  8. package/dist/constants/platforms.js.map +1 -1
  9. package/dist/data/monorepo.json +3 -1
  10. package/dist/data-files.generated.js +2 -2
  11. package/dist/data-files.generated.js.map +1 -1
  12. package/dist/instrumentation/index.js +28 -8
  13. package/dist/instrumentation/index.js.map +1 -1
  14. package/dist/modules/datasource/api.js +2 -0
  15. package/dist/modules/datasource/api.js.map +1 -1
  16. package/dist/modules/datasource/azure-pipelines-tasks/index.js +4 -0
  17. package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
  18. package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +8 -0
  19. package/dist/modules/datasource/azure-pipelines-tasks/schema.js +1 -0
  20. package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
  21. package/dist/modules/datasource/bazel/index.js +18 -1
  22. package/dist/modules/datasource/bazel/index.js.map +1 -1
  23. package/dist/modules/datasource/bazel/schema.d.ts +1 -0
  24. package/dist/modules/datasource/bazel/schema.js.map +1 -1
  25. package/dist/modules/datasource/bitbucket-server-tags/index.d.ts +19 -0
  26. package/dist/modules/datasource/bitbucket-server-tags/index.js +133 -0
  27. package/dist/modules/datasource/bitbucket-server-tags/index.js.map +1 -0
  28. package/dist/modules/datasource/bitbucket-server-tags/schema.d.ts +28 -0
  29. package/dist/modules/datasource/bitbucket-server-tags/schema.js +13 -0
  30. package/dist/modules/datasource/bitbucket-server-tags/schema.js.map +1 -0
  31. package/dist/modules/datasource/conda/prefix-dev.js +1 -3
  32. package/dist/modules/datasource/conda/prefix-dev.js.map +1 -1
  33. package/dist/modules/datasource/cpan/index.js +1 -3
  34. package/dist/modules/datasource/cpan/index.js.map +1 -1
  35. package/dist/modules/datasource/custom/schema.d.ts +3 -3
  36. package/dist/modules/datasource/deb/index.d.ts +4 -5
  37. package/dist/modules/datasource/deb/index.js +8 -9
  38. package/dist/modules/datasource/deb/index.js.map +1 -1
  39. package/dist/modules/datasource/deb/url.d.ts +3 -3
  40. package/dist/modules/datasource/deb/url.js +17 -13
  41. package/dist/modules/datasource/deb/url.js.map +1 -1
  42. package/dist/modules/datasource/docker/schema.d.ts +72 -96
  43. package/dist/modules/datasource/github-runners/index.js +2 -2
  44. package/dist/modules/datasource/github-runners/index.js.map +1 -1
  45. package/dist/modules/datasource/metadata.js +9 -1
  46. package/dist/modules/datasource/metadata.js.map +1 -1
  47. package/dist/modules/datasource/npm/get.d.ts +0 -1
  48. package/dist/modules/datasource/npm/get.js +14 -68
  49. package/dist/modules/datasource/npm/get.js.map +1 -1
  50. package/dist/modules/datasource/npm/types.d.ts +0 -8
  51. package/dist/modules/datasource/npm/types.js.map +1 -1
  52. package/dist/modules/datasource/packagist/schema.d.ts +7 -7
  53. package/dist/modules/datasource/types.d.ts +1 -0
  54. package/dist/modules/datasource/types.js.map +1 -1
  55. package/dist/modules/manager/argocd/schema.d.ts +12 -12
  56. package/dist/modules/manager/bazel-module/parser/maven.d.ts +6 -52
  57. package/dist/modules/manager/bazel-module/parser/oci.d.ts +3 -26
  58. package/dist/modules/manager/bazel-module/rules.d.ts +15 -125
  59. package/dist/modules/manager/bun/extract.d.ts +1 -0
  60. package/dist/modules/manager/bun/extract.js +53 -27
  61. package/dist/modules/manager/bun/extract.js.map +1 -1
  62. package/dist/modules/manager/bun/index.js +1 -1
  63. package/dist/modules/manager/bun/index.js.map +1 -1
  64. package/dist/modules/manager/bun/utils.d.ts +2 -0
  65. package/dist/modules/manager/bun/utils.js +22 -0
  66. package/dist/modules/manager/bun/utils.js.map +1 -0
  67. package/dist/modules/manager/cargo/schema.d.ts +3 -3
  68. package/dist/modules/manager/circleci/extract.js +21 -30
  69. package/dist/modules/manager/circleci/extract.js.map +1 -1
  70. package/dist/modules/manager/circleci/schema.d.ts +33 -144
  71. package/dist/modules/manager/circleci/schema.js +21 -17
  72. package/dist/modules/manager/circleci/schema.js.map +1 -1
  73. package/dist/modules/manager/composer/schema.d.ts +6 -8
  74. package/dist/modules/manager/conan/artifacts.d.ts +2 -0
  75. package/dist/modules/manager/conan/artifacts.js +76 -0
  76. package/dist/modules/manager/conan/artifacts.js.map +1 -0
  77. package/dist/modules/manager/conan/index.d.ts +2 -0
  78. package/dist/modules/manager/conan/index.js +4 -1
  79. package/dist/modules/manager/conan/index.js.map +1 -1
  80. package/dist/modules/manager/devbox/artifacts.js +7 -0
  81. package/dist/modules/manager/devbox/artifacts.js.map +1 -1
  82. package/dist/modules/manager/dockerfile/extract.js +2 -6
  83. package/dist/modules/manager/dockerfile/extract.js.map +1 -1
  84. package/dist/modules/manager/fingerprint.generated.js +10 -10
  85. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  86. package/dist/modules/manager/flux/schema.d.ts +36 -60
  87. package/dist/modules/manager/gomod/artifacts-extra.js +12 -4
  88. package/dist/modules/manager/gomod/artifacts-extra.js.map +1 -1
  89. package/dist/modules/manager/gomod/update.js +3 -1
  90. package/dist/modules/manager/gomod/update.js.map +1 -1
  91. package/dist/modules/manager/gradle/extract.js +8 -13
  92. package/dist/modules/manager/gradle/extract.js.map +1 -1
  93. package/dist/modules/manager/gradle/parser/handlers.js +8 -0
  94. package/dist/modules/manager/gradle/parser/handlers.js.map +1 -1
  95. package/dist/modules/manager/gradle/parser/registry-urls.js +36 -10
  96. package/dist/modules/manager/gradle/parser/registry-urls.js.map +1 -1
  97. package/dist/modules/manager/gradle/types.d.ts +1 -0
  98. package/dist/modules/manager/gradle/types.js.map +1 -1
  99. package/dist/modules/manager/maven/extract.js +1 -3
  100. package/dist/modules/manager/maven/extract.js.map +1 -1
  101. package/dist/modules/manager/nix/schema.d.ts +14 -14
  102. package/dist/modules/manager/nix/schema.js +1 -0
  103. package/dist/modules/manager/nix/schema.js.map +1 -1
  104. package/dist/modules/manager/npm/extract/common/package-file.js +1 -0
  105. package/dist/modules/manager/npm/extract/common/package-file.js.map +1 -1
  106. package/dist/modules/manager/nuget/extract.js +21 -18
  107. package/dist/modules/manager/nuget/extract.js.map +1 -1
  108. package/dist/modules/manager/pep621/schema.d.ts +292 -5
  109. package/dist/modules/manager/pip_requirements/common.js +2 -6
  110. package/dist/modules/manager/pip_requirements/common.js.map +1 -1
  111. package/dist/modules/manager/pixi/artifacts.js +4 -10
  112. package/dist/modules/manager/pixi/artifacts.js.map +1 -1
  113. package/dist/modules/manager/pixi/extract.d.ts +2 -0
  114. package/dist/modules/manager/pixi/extract.js +81 -3
  115. package/dist/modules/manager/pixi/extract.js.map +1 -1
  116. package/dist/modules/manager/pixi/index.d.ts +0 -1
  117. package/dist/modules/manager/pixi/index.js +1 -3
  118. package/dist/modules/manager/pixi/index.js.map +1 -1
  119. package/dist/modules/manager/pixi/schema.d.ts +394 -3
  120. package/dist/modules/manager/pixi/schema.js +135 -2
  121. package/dist/modules/manager/pixi/schema.js.map +1 -1
  122. package/dist/modules/manager/sveltos/schema.d.ts +18 -30
  123. package/dist/modules/manager/terraform/util.js +1 -3
  124. package/dist/modules/manager/terraform/util.js.map +1 -1
  125. package/dist/modules/manager/vendir/schema.d.ts +3 -3
  126. package/dist/modules/platform/bitbucket/schema.d.ts +3 -3
  127. package/dist/modules/platform/bitbucket-server/schema.d.ts +1 -0
  128. package/dist/modules/platform/bitbucket-server/schema.js +2 -1
  129. package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
  130. package/dist/modules/platform/gerrit/client.d.ts +0 -3
  131. package/dist/modules/platform/gerrit/client.js +8 -28
  132. package/dist/modules/platform/gerrit/client.js.map +1 -1
  133. package/dist/modules/platform/gerrit/index.js +0 -6
  134. package/dist/modules/platform/gerrit/index.js.map +1 -1
  135. package/dist/modules/platform/gerrit/scm.js +5 -6
  136. package/dist/modules/platform/gerrit/scm.js.map +1 -1
  137. package/dist/modules/platform/gerrit/types.d.ts +1 -4
  138. package/dist/modules/platform/gerrit/types.js.map +1 -1
  139. package/dist/modules/platform/gerrit/utils.d.ts +3 -2
  140. package/dist/modules/platform/gerrit/utils.js +3 -7
  141. package/dist/modules/platform/gerrit/utils.js.map +1 -1
  142. package/dist/modules/platform/gitea/index.js +7 -9
  143. package/dist/modules/platform/gitea/index.js.map +1 -1
  144. package/dist/modules/platform/github/issue.d.ts +6 -6
  145. package/dist/modules/platform/github/schema.d.ts +52 -52
  146. package/dist/modules/platform/gitlab/index.js +2 -6
  147. package/dist/modules/platform/gitlab/index.js.map +1 -1
  148. package/dist/modules/versioning/distro.js +1 -3
  149. package/dist/modules/versioning/distro.js.map +1 -1
  150. package/dist/util/cache/package/types.d.ts +1 -1
  151. package/dist/util/cache/package/types.js.map +1 -1
  152. package/dist/util/cache/repository/impl/base.js +4 -0
  153. package/dist/util/cache/repository/impl/base.js.map +1 -1
  154. package/dist/util/common.d.ts +4 -2
  155. package/dist/util/common.js +17 -3
  156. package/dist/util/common.js.map +1 -1
  157. package/dist/util/exec/containerbase.js +2 -3
  158. package/dist/util/exec/containerbase.js.map +1 -1
  159. package/dist/util/git/auth.js +8 -5
  160. package/dist/util/git/auth.js.map +1 -1
  161. package/dist/util/git/index.js +2 -6
  162. package/dist/util/git/index.js.map +1 -1
  163. package/dist/util/git/private-key.js +1 -3
  164. package/dist/util/git/private-key.js.map +1 -1
  165. package/dist/util/git/types.d.ts +2 -0
  166. package/dist/util/git/types.js.map +1 -1
  167. package/dist/util/git/url.js +1 -1
  168. package/dist/util/git/url.js.map +1 -1
  169. package/dist/util/github/graphql/datasource-fetcher.js +3 -5
  170. package/dist/util/github/graphql/datasource-fetcher.js.map +1 -1
  171. package/dist/util/http/bitbucket-server.d.ts +2 -1
  172. package/dist/util/http/bitbucket-server.js +5 -3
  173. package/dist/util/http/bitbucket-server.js.map +1 -1
  174. package/dist/util/http/cache/package-http-cache-provider.d.ts +23 -0
  175. package/dist/util/http/cache/package-http-cache-provider.js +80 -0
  176. package/dist/util/http/cache/package-http-cache-provider.js.map +1 -0
  177. package/dist/util/http/host-rules.js +12 -0
  178. package/dist/util/http/host-rules.js.map +1 -1
  179. package/dist/util/schema-utils.d.ts +1 -0
  180. package/dist/util/schema-utils.js +43 -8
  181. package/dist/util/schema-utils.js.map +1 -1
  182. package/dist/util/string.d.ts +1 -0
  183. package/dist/util/string.js +4 -0
  184. package/dist/util/string.js.map +1 -1
  185. package/dist/util/yaml.js +2 -3
  186. package/dist/util/yaml.js.map +1 -1
  187. package/dist/workers/global/config/parse/index.js +10 -0
  188. package/dist/workers/global/config/parse/index.js.map +1 -1
  189. package/dist/workers/global/index.js +4 -2
  190. package/dist/workers/global/index.js.map +1 -1
  191. package/dist/workers/repository/process/lookup/index.js +2 -0
  192. package/dist/workers/repository/process/lookup/index.js.map +1 -1
  193. package/dist/workers/repository/process/lookup/timestamps.d.ts +18 -0
  194. package/dist/workers/repository/process/lookup/timestamps.js +69 -0
  195. package/dist/workers/repository/process/lookup/timestamps.js.map +1 -0
  196. package/dist/workers/repository/process/lookup/types.d.ts +1 -0
  197. package/dist/workers/repository/process/lookup/types.js.map +1 -1
  198. package/dist/workers/repository/process/lookup/utils.js +20 -9
  199. package/dist/workers/repository/process/lookup/utils.js.map +1 -1
  200. package/dist/workers/repository/process/sort.js +1 -1
  201. package/dist/workers/repository/process/sort.js.map +1 -1
  202. package/dist/workers/repository/reconfigure/utils.d.ts +2 -0
  203. package/dist/workers/repository/reconfigure/utils.js +16 -0
  204. package/dist/workers/repository/reconfigure/utils.js.map +1 -1
  205. package/dist/workers/repository/reconfigure/validate.js +5 -17
  206. package/dist/workers/repository/reconfigure/validate.js.map +1 -1
  207. package/dist/workers/repository/update/branch/auto-replace.js +25 -5
  208. package/dist/workers/repository/update/branch/auto-replace.js.map +1 -1
  209. package/dist/workers/repository/update/branch/commit.js +2 -0
  210. package/dist/workers/repository/update/branch/commit.js.map +1 -1
  211. package/dist/workers/repository/update/pr/body/config-description.js +26 -1
  212. package/dist/workers/repository/update/pr/body/config-description.js.map +1 -1
  213. package/dist/workers/repository/update/pr/body/index.js +21 -14
  214. package/dist/workers/repository/update/pr/body/index.js.map +1 -1
  215. package/dist/workers/repository/update/pr/changelog/api.js +8 -6
  216. package/dist/workers/repository/update/pr/changelog/api.js.map +1 -1
  217. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.d.ts +3 -0
  218. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js +39 -0
  219. package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js.map +1 -0
  220. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.d.ts +8 -0
  221. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js +31 -0
  222. package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js.map +1 -0
  223. package/dist/workers/repository/update/pr/changelog/release-notes.js +12 -8
  224. package/dist/workers/repository/update/pr/changelog/release-notes.js.map +1 -1
  225. package/dist/workers/repository/update/pr/changelog/source.d.ts +1 -1
  226. package/dist/workers/repository/update/pr/changelog/source.js.map +1 -1
  227. package/dist/workers/repository/update/pr/changelog/types.d.ts +1 -1
  228. package/dist/workers/repository/update/pr/changelog/types.js.map +1 -1
  229. package/dist/workers/repository/update/pr/index.js +2 -4
  230. package/dist/workers/repository/update/pr/index.js.map +1 -1
  231. package/dist/workers/repository/updates/generate.js +2 -0
  232. package/dist/workers/repository/updates/generate.js.map +1 -1
  233. package/package.json +40 -37
  234. package/renovate-schema.json +9 -2
  235. package/dist/modules/manager/pixi/lockfile.d.ts +0 -6
  236. package/dist/modules/manager/pixi/lockfile.js +0 -25
  237. package/dist/modules/manager/pixi/lockfile.js.map +0 -1
@@ -25,12 +25,12 @@ export declare const VulnerabilityAlertSchema: z.ZodEffects<z.ZodArray<z.ZodAny,
25
25
  };
26
26
  dismissed_reason?: string | null | undefined;
27
27
  }[], any[]>;
28
- export declare const GithubFileMeta: z.ZodObject<z.objectUtil.extendShape<{
28
+ export declare const GithubFileMeta: z.ZodObject<{
29
29
  name: z.ZodString;
30
30
  path: z.ZodString;
31
- }, {
31
+ } & {
32
32
  type: z.ZodLiteral<"file">;
33
- }>, "strip", z.ZodTypeAny, {
33
+ }, "strip", z.ZodTypeAny, {
34
34
  path: string;
35
35
  type: "file";
36
36
  name: string;
@@ -40,15 +40,15 @@ export declare const GithubFileMeta: z.ZodObject<z.objectUtil.extendShape<{
40
40
  name: string;
41
41
  }>;
42
42
  export type GithubFileMeta = z.infer<typeof GithubFileMeta>;
43
- export declare const GithubFile: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
43
+ export declare const GithubFile: z.ZodObject<{
44
44
  name: z.ZodString;
45
45
  path: z.ZodString;
46
- }, {
46
+ } & {
47
47
  type: z.ZodLiteral<"file">;
48
- }>, {
48
+ } & {
49
49
  content: z.ZodString;
50
50
  encoding: z.ZodString;
51
- }>, "strip", z.ZodTypeAny, {
51
+ }, "strip", z.ZodTypeAny, {
52
52
  path: string;
53
53
  type: "file";
54
54
  name: string;
@@ -62,12 +62,12 @@ export declare const GithubFile: z.ZodObject<z.objectUtil.extendShape<z.objectUt
62
62
  content: string;
63
63
  }>;
64
64
  export type GithubFile = z.infer<typeof GithubFile>;
65
- export declare const GithubDirectory: z.ZodObject<z.objectUtil.extendShape<{
65
+ export declare const GithubDirectory: z.ZodObject<{
66
66
  name: z.ZodString;
67
67
  path: z.ZodString;
68
- }, {
68
+ } & {
69
69
  type: z.ZodLiteral<"dir">;
70
- }>, "strip", z.ZodTypeAny, {
70
+ }, "strip", z.ZodTypeAny, {
71
71
  path: string;
72
72
  type: "dir";
73
73
  name: string;
@@ -77,12 +77,12 @@ export declare const GithubDirectory: z.ZodObject<z.objectUtil.extendShape<{
77
77
  name: string;
78
78
  }>;
79
79
  export type GithubDirectory = z.infer<typeof GithubDirectory>;
80
- export declare const GithubOtherContent: z.ZodObject<z.objectUtil.extendShape<{
80
+ export declare const GithubOtherContent: z.ZodObject<{
81
81
  name: z.ZodString;
82
82
  path: z.ZodString;
83
- }, {
83
+ } & {
84
84
  type: z.ZodUnion<[z.ZodLiteral<"symlink">, z.ZodLiteral<"submodule">]>;
85
- }>, "strip", z.ZodTypeAny, {
85
+ }, "strip", z.ZodTypeAny, {
86
86
  path: string;
87
87
  type: "symlink" | "submodule";
88
88
  name: string;
@@ -92,15 +92,15 @@ export declare const GithubOtherContent: z.ZodObject<z.objectUtil.extendShape<{
92
92
  name: string;
93
93
  }>;
94
94
  export type GithubOtherContent = z.infer<typeof GithubOtherContent>;
95
- export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
95
+ export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
96
96
  name: z.ZodString;
97
97
  path: z.ZodString;
98
- }, {
98
+ } & {
99
99
  type: z.ZodLiteral<"file">;
100
- }>, {
100
+ } & {
101
101
  content: z.ZodString;
102
102
  encoding: z.ZodString;
103
- }>, "strip", z.ZodTypeAny, {
103
+ }, "strip", z.ZodTypeAny, {
104
104
  path: string;
105
105
  type: "file";
106
106
  name: string;
@@ -112,12 +112,12 @@ export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObj
112
112
  name: string;
113
113
  encoding: string;
114
114
  content: string;
115
- }>, z.ZodObject<z.objectUtil.extendShape<{
115
+ }>, z.ZodObject<{
116
116
  name: z.ZodString;
117
117
  path: z.ZodString;
118
- }, {
118
+ } & {
119
119
  type: z.ZodLiteral<"file">;
120
- }>, "strip", z.ZodTypeAny, {
120
+ }, "strip", z.ZodTypeAny, {
121
121
  path: string;
122
122
  type: "file";
123
123
  name: string;
@@ -125,12 +125,12 @@ export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObj
125
125
  path: string;
126
126
  type: "file";
127
127
  name: string;
128
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
128
+ }>]>, z.ZodObject<{
129
129
  name: z.ZodString;
130
130
  path: z.ZodString;
131
- }, {
131
+ } & {
132
132
  type: z.ZodLiteral<"dir">;
133
- }>, "strip", z.ZodTypeAny, {
133
+ }, "strip", z.ZodTypeAny, {
134
134
  path: string;
135
135
  type: "dir";
136
136
  name: string;
@@ -138,12 +138,12 @@ export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObj
138
138
  path: string;
139
139
  type: "dir";
140
140
  name: string;
141
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
141
+ }>]>, z.ZodObject<{
142
142
  name: z.ZodString;
143
143
  path: z.ZodString;
144
- }, {
144
+ } & {
145
145
  type: z.ZodUnion<[z.ZodLiteral<"symlink">, z.ZodLiteral<"submodule">]>;
146
- }>, "strip", z.ZodTypeAny, {
146
+ }, "strip", z.ZodTypeAny, {
147
147
  path: string;
148
148
  type: "symlink" | "submodule";
149
149
  name: string;
@@ -153,15 +153,15 @@ export declare const GithubElement: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObj
153
153
  name: string;
154
154
  }>]>;
155
155
  export type GithubElement = z.infer<typeof GithubElement>;
156
- export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
156
+ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
157
157
  name: z.ZodString;
158
158
  path: z.ZodString;
159
- }, {
159
+ } & {
160
160
  type: z.ZodLiteral<"file">;
161
- }>, {
161
+ } & {
162
162
  content: z.ZodString;
163
163
  encoding: z.ZodString;
164
- }>, "strip", z.ZodTypeAny, {
164
+ }, "strip", z.ZodTypeAny, {
165
165
  path: string;
166
166
  type: "file";
167
167
  name: string;
@@ -173,12 +173,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
173
173
  name: string;
174
174
  encoding: string;
175
175
  content: string;
176
- }>, z.ZodObject<z.objectUtil.extendShape<{
176
+ }>, z.ZodObject<{
177
177
  name: z.ZodString;
178
178
  path: z.ZodString;
179
- }, {
179
+ } & {
180
180
  type: z.ZodLiteral<"file">;
181
- }>, "strip", z.ZodTypeAny, {
181
+ }, "strip", z.ZodTypeAny, {
182
182
  path: string;
183
183
  type: "file";
184
184
  name: string;
@@ -186,12 +186,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
186
186
  path: string;
187
187
  type: "file";
188
188
  name: string;
189
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
189
+ }>]>, z.ZodObject<{
190
190
  name: z.ZodString;
191
191
  path: z.ZodString;
192
- }, {
192
+ } & {
193
193
  type: z.ZodLiteral<"dir">;
194
- }>, "strip", z.ZodTypeAny, {
194
+ }, "strip", z.ZodTypeAny, {
195
195
  path: string;
196
196
  type: "dir";
197
197
  name: string;
@@ -199,12 +199,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
199
199
  path: string;
200
200
  type: "dir";
201
201
  name: string;
202
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
202
+ }>]>, z.ZodObject<{
203
203
  name: z.ZodString;
204
204
  path: z.ZodString;
205
- }, {
205
+ } & {
206
206
  type: z.ZodUnion<[z.ZodLiteral<"symlink">, z.ZodLiteral<"submodule">]>;
207
- }>, "strip", z.ZodTypeAny, {
207
+ }, "strip", z.ZodTypeAny, {
208
208
  path: string;
209
209
  type: "symlink" | "submodule";
210
210
  name: string;
@@ -212,15 +212,15 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
212
212
  path: string;
213
213
  type: "symlink" | "submodule";
214
214
  name: string;
215
- }>]>, "many">, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
215
+ }>]>, "many">, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
216
216
  name: z.ZodString;
217
217
  path: z.ZodString;
218
- }, {
218
+ } & {
219
219
  type: z.ZodLiteral<"file">;
220
- }>, {
220
+ } & {
221
221
  content: z.ZodString;
222
222
  encoding: z.ZodString;
223
- }>, "strip", z.ZodTypeAny, {
223
+ }, "strip", z.ZodTypeAny, {
224
224
  path: string;
225
225
  type: "file";
226
226
  name: string;
@@ -232,12 +232,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
232
232
  name: string;
233
233
  encoding: string;
234
234
  content: string;
235
- }>, z.ZodObject<z.objectUtil.extendShape<{
235
+ }>, z.ZodObject<{
236
236
  name: z.ZodString;
237
237
  path: z.ZodString;
238
- }, {
238
+ } & {
239
239
  type: z.ZodLiteral<"file">;
240
- }>, "strip", z.ZodTypeAny, {
240
+ }, "strip", z.ZodTypeAny, {
241
241
  path: string;
242
242
  type: "file";
243
243
  name: string;
@@ -245,12 +245,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
245
245
  path: string;
246
246
  type: "file";
247
247
  name: string;
248
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
248
+ }>]>, z.ZodObject<{
249
249
  name: z.ZodString;
250
250
  path: z.ZodString;
251
- }, {
251
+ } & {
252
252
  type: z.ZodLiteral<"dir">;
253
- }>, "strip", z.ZodTypeAny, {
253
+ }, "strip", z.ZodTypeAny, {
254
254
  path: string;
255
255
  type: "dir";
256
256
  name: string;
@@ -258,12 +258,12 @@ export declare const GithubContentResponse: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z
258
258
  path: string;
259
259
  type: "dir";
260
260
  name: string;
261
- }>]>, z.ZodObject<z.objectUtil.extendShape<{
261
+ }>]>, z.ZodObject<{
262
262
  name: z.ZodString;
263
263
  path: z.ZodString;
264
- }, {
264
+ } & {
265
265
  type: z.ZodUnion<[z.ZodLiteral<"symlink">, z.ZodLiteral<"submodule">]>;
266
- }>, "strip", z.ZodTypeAny, {
266
+ }, "strip", z.ZodTypeAny, {
267
267
  path: string;
268
268
  type: "symlink" | "submodule";
269
269
  name: string;
@@ -415,9 +415,7 @@ async function fetchPrList() {
415
415
  } /* v8 ignore stop */
416
416
  }
417
417
  async function getPrList() {
418
- if (!config.prList) {
419
- config.prList = await fetchPrList();
420
- }
418
+ config.prList ??= await fetchPrList();
421
419
  return config.prList;
422
420
  }
423
421
  async function ignoreApprovals(pr) {
@@ -836,9 +834,7 @@ async function ensureIssue({ title, reuseTitle, body, labels, confidential, }) {
836
834
  try {
837
835
  const issueList = await getIssueList();
838
836
  let issue = issueList.find((i) => i.title === title);
839
- if (!issue) {
840
- issue = issueList.find((i) => i.title === reuseTitle);
841
- }
837
+ issue ??= issueList.find((i) => i.title === reuseTitle);
842
838
  if (issue) {
843
839
  const existingDescription = (await http_1.gitlabApi.getJsonUnchecked(`projects/${config.repository}/issues/${issue.iid}`)).body.description;
844
840
  if (issue.title !== title || existingDescription !== description) {