renovate 43.4.5 → 43.5.1

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 (275) hide show
  1. package/dist/config/decrypt.js +2 -2
  2. package/dist/config/defaults.d.ts +8 -0
  3. package/dist/config/defaults.js +1 -1
  4. package/dist/config/migrate-validate.js +1 -1
  5. package/dist/config/migration.js +2 -2
  6. package/dist/config/migrations/migrations-service.js +1 -1
  7. package/dist/config/options/index.d.ts +7 -0
  8. package/dist/config/options/index.js +3 -3
  9. package/dist/config/options/index.js.map +1 -1
  10. package/dist/config/presets/index.js +5 -5
  11. package/dist/config/types.d.ts +156 -2
  12. package/dist/config/utils.d.ts +5 -0
  13. package/dist/config/validation.js +4 -4
  14. package/dist/config-validator.js +4 -4
  15. package/dist/constants/category.d.ts +6 -0
  16. package/dist/constants/error-messages.d.ts +58 -0
  17. package/dist/constants/error-messages.js +27 -1
  18. package/dist/constants/error-messages.js.map +1 -1
  19. package/dist/instrumentation/index.js +1 -1
  20. package/dist/instrumentation/types.d.ts +76 -0
  21. package/dist/logger/err-serializer.d.ts +5 -0
  22. package/dist/logger/index.d.ts +27 -0
  23. package/dist/logger/index.js +22 -2
  24. package/dist/logger/index.js.map +1 -1
  25. package/dist/logger/renovate-logger.d.ts +40 -0
  26. package/dist/logger/types.d.ts +33 -2
  27. package/dist/logger/types.js +1 -0
  28. package/dist/logger/utils.d.ts +18 -0
  29. package/dist/logger/utils.js +1 -1
  30. package/dist/manager-list.generated.d.ts +6 -0
  31. package/dist/modules/datasource/aws-eks-addon/index.js +1 -1
  32. package/dist/modules/datasource/azure-pipelines-tasks/index.js +1 -1
  33. package/dist/modules/datasource/bitrise/index.js +1 -1
  34. package/dist/modules/datasource/conda/index.js +1 -1
  35. package/dist/modules/datasource/conda/prefix-dev.js +1 -1
  36. package/dist/modules/datasource/crate/index.js +2 -2
  37. package/dist/modules/datasource/custom/formats/toml.js +1 -1
  38. package/dist/modules/datasource/custom/formats/yaml.js +1 -1
  39. package/dist/modules/datasource/docker/common.js +3 -3
  40. package/dist/modules/datasource/docker/dockerhub-cache.js +1 -1
  41. package/dist/modules/datasource/docker/index.js +2 -2
  42. package/dist/modules/datasource/git-refs/base.js +1 -1
  43. package/dist/modules/datasource/go/base.js +1 -1
  44. package/dist/modules/datasource/index.js +6 -6
  45. package/dist/modules/datasource/jenkins-plugins/index.js +1 -1
  46. package/dist/modules/datasource/npm/get.js +1 -1
  47. package/dist/modules/datasource/npm/npmrc.js +1 -1
  48. package/dist/modules/datasource/npm/types.d.ts +44 -0
  49. package/dist/modules/datasource/npm/types.js +1 -0
  50. package/dist/modules/datasource/packagist/index.js +1 -1
  51. package/dist/modules/datasource/pypi/index.js +1 -1
  52. package/dist/modules/datasource/types.js +1 -0
  53. package/dist/modules/manager/argocd/extract.js +1 -1
  54. package/dist/modules/manager/azure-pipelines/extract.js +1 -1
  55. package/dist/modules/manager/bazel-module/bazelrc.js +1 -1
  56. package/dist/modules/manager/bazel-module/extract.js +1 -1
  57. package/dist/modules/manager/bun/artifacts.js +1 -1
  58. package/dist/modules/manager/bundler/artifacts.js +1 -1
  59. package/dist/modules/manager/cargo/artifacts.js +1 -1
  60. package/dist/modules/manager/cargo/extract.js +1 -1
  61. package/dist/modules/manager/cargo/locked-version.js +1 -1
  62. package/dist/modules/manager/circleci/extract.js +1 -1
  63. package/dist/modules/manager/cocoapods/artifacts.js +1 -1
  64. package/dist/modules/manager/composer/artifacts.js +1 -1
  65. package/dist/modules/manager/composer/utils.js +1 -1
  66. package/dist/modules/manager/copier/artifacts.js +1 -1
  67. package/dist/modules/manager/custom/jsonata/utils.js +1 -1
  68. package/dist/modules/manager/custom/regex/utils.js +1 -1
  69. package/dist/modules/manager/custom/types.d.ts +2 -1
  70. package/dist/modules/manager/devbox/artifacts.js +1 -1
  71. package/dist/modules/manager/devcontainer/extract.js +1 -1
  72. package/dist/modules/manager/fingerprint.generated.d.ts +5 -0
  73. package/dist/modules/manager/flux/extract.js +1 -1
  74. package/dist/modules/manager/git-submodules/extract.js +1 -1
  75. package/dist/modules/manager/git-submodules/update.js +2 -2
  76. package/dist/modules/manager/github-actions/extract.js +1 -1
  77. package/dist/modules/manager/gitlabci/extract.js +1 -1
  78. package/dist/modules/manager/gitlabci/schema.js +1 -1
  79. package/dist/modules/manager/gitlabci-include/extract.js +1 -1
  80. package/dist/modules/manager/gitlabci-include/schema.js +1 -1
  81. package/dist/modules/manager/glasskube/extract.js +1 -1
  82. package/dist/modules/manager/gleam/extract.js +1 -1
  83. package/dist/modules/manager/gleam/locked-version.js +1 -1
  84. package/dist/modules/manager/gomod/artifacts.js +4 -4
  85. package/dist/modules/manager/gradle/artifacts.js +1 -1
  86. package/dist/modules/manager/gradle/extract.js +1 -1
  87. package/dist/modules/manager/gradle-wrapper/utils.js +1 -1
  88. package/dist/modules/manager/helmfile/artifacts.js +2 -2
  89. package/dist/modules/manager/helmfile/utils.js +1 -1
  90. package/dist/modules/manager/helmv3/artifacts.js +2 -2
  91. package/dist/modules/manager/helmv3/common.js +1 -1
  92. package/dist/modules/manager/helmv3/extract.js +1 -1
  93. package/dist/modules/manager/index.d.ts +26 -0
  94. package/dist/modules/manager/index.js +15 -12
  95. package/dist/modules/manager/index.js.map +1 -1
  96. package/dist/modules/manager/jsonnet-bundler/artifacts.js +1 -1
  97. package/dist/modules/manager/maven-wrapper/artifacts.js +1 -1
  98. package/dist/modules/manager/mix/artifacts.js +1 -1
  99. package/dist/modules/manager/nix/artifacts.js +1 -1
  100. package/dist/modules/manager/npm/extract/index.js +1 -1
  101. package/dist/modules/manager/npm/extract/pnpm.js +2 -2
  102. package/dist/modules/manager/npm/post-update/index.js +2 -2
  103. package/dist/modules/manager/npm/post-update/npm.js +2 -2
  104. package/dist/modules/manager/npm/post-update/pnpm.js +2 -2
  105. package/dist/modules/manager/npm/post-update/yarn.js +3 -3
  106. package/dist/modules/manager/npm/update/dependency/index.js +1 -1
  107. package/dist/modules/manager/osgi/extract.js +1 -1
  108. package/dist/modules/manager/pep621/processors/uv.js +1 -1
  109. package/dist/modules/manager/pip-compile/artifacts.js +1 -1
  110. package/dist/modules/manager/pip-compile/common.js +2 -2
  111. package/dist/modules/manager/pip-compile/extract.js +1 -1
  112. package/dist/modules/manager/pipenv/artifacts.js +1 -1
  113. package/dist/modules/manager/pipenv/extract.js +1 -1
  114. package/dist/modules/manager/pixi/extract.js +1 -1
  115. package/dist/modules/manager/poetry/artifacts.js +2 -2
  116. package/dist/modules/manager/poetry/extract.js +1 -1
  117. package/dist/modules/manager/renovate-config-presets/index.js +1 -1
  118. package/dist/modules/manager/terraform/lockfile/hash.js +1 -1
  119. package/dist/modules/manager/types.d.ts +282 -6
  120. package/dist/modules/manager/types.js +1 -0
  121. package/dist/modules/platform/azure/index.js +1 -1
  122. package/dist/modules/platform/bitbucket/index.d.ts +91 -0
  123. package/dist/modules/platform/bitbucket/index.js +3 -3
  124. package/dist/modules/platform/bitbucket/pr-cache.js +1 -1
  125. package/dist/modules/platform/bitbucket-server/index.d.ts +94 -0
  126. package/dist/modules/platform/bitbucket-server/index.js +5 -5
  127. package/dist/modules/platform/bitbucket-server/pr-cache.js +1 -1
  128. package/dist/modules/platform/bitbucket-server/types.d.ts +10 -0
  129. package/dist/modules/platform/codecommit/codecommit-client.js +1 -1
  130. package/dist/modules/platform/forgejo/index.js +2 -2
  131. package/dist/modules/platform/forgejo/pr-cache.js +2 -2
  132. package/dist/modules/platform/gerrit/index.js +1 -1
  133. package/dist/modules/platform/gitea/index.js +2 -2
  134. package/dist/modules/platform/gitea/pr-cache.js +2 -2
  135. package/dist/modules/platform/github/api-cache.js +1 -1
  136. package/dist/modules/platform/github/index.js +5 -5
  137. package/dist/modules/platform/gitlab/code-owners.d.ts +7 -0
  138. package/dist/modules/platform/gitlab/index.d.ts +97 -0
  139. package/dist/modules/platform/gitlab/index.js +6 -6
  140. package/dist/modules/platform/gitlab/types.d.ts +15 -0
  141. package/dist/modules/platform/gitlab/utils.js +1 -1
  142. package/dist/modules/platform/types.js +1 -0
  143. package/dist/modules/versioning/node/index.js +1 -1
  144. package/dist/proxy.d.ts +6 -0
  145. package/dist/renovate.js +1 -1
  146. package/dist/types/base.d.ts +5 -2
  147. package/dist/types/commit-message-json.d.ts +9 -0
  148. package/dist/types/git.d.ts +6 -0
  149. package/dist/types/index.d.ts +6 -2
  150. package/dist/types/index.js +1 -0
  151. package/dist/types/pr-state.d.ts +5 -0
  152. package/dist/types/skip-reason.d.ts +6 -0
  153. package/dist/util/cache/package/index.d.ts +21 -0
  154. package/dist/util/cache/package/namespaces.d.ts +6 -0
  155. package/dist/util/cache/package/redis.d.ts +11 -0
  156. package/dist/util/cache/package/redis.js +1 -1
  157. package/dist/util/cache/package/ttl.js +1 -1
  158. package/dist/util/cache/package/with-cache.js +1 -1
  159. package/dist/util/cache/repository/http-cache.js +1 -1
  160. package/dist/util/cache/repository/impl/base.js +2 -2
  161. package/dist/util/cache/repository/index.js +1 -1
  162. package/dist/util/cache/repository/types.d.ts +171 -0
  163. package/dist/util/cache/repository/types.js +1 -0
  164. package/dist/util/check-token.js +1 -1
  165. package/dist/util/common.js +2 -2
  166. package/dist/util/compress.d.ts +6 -0
  167. package/dist/util/exec/common.d.ts +8 -0
  168. package/dist/util/exec/common.js +2 -2
  169. package/dist/util/exec/containerbase.js +1 -1
  170. package/dist/util/exec/docker/index.js +1 -1
  171. package/dist/util/exec/exec-error.d.ts +24 -0
  172. package/dist/util/exec/hermit.js +1 -1
  173. package/dist/util/exec/index.js +2 -2
  174. package/dist/util/exec/types.d.ts +73 -0
  175. package/dist/util/exec/types.js +1 -0
  176. package/dist/util/fs/index.js +2 -2
  177. package/dist/util/fs/util.js +1 -1
  178. package/dist/util/git/auth.js +1 -1
  179. package/dist/util/git/config.d.ts +8 -0
  180. package/dist/util/git/error.js +1 -1
  181. package/dist/util/git/index.d.ts +160 -0
  182. package/dist/util/git/index.js +8 -8
  183. package/dist/util/git/private-key.d.ts +5 -0
  184. package/dist/util/git/private-key.js +1 -1
  185. package/dist/util/git/span-processor.js +1 -1
  186. package/dist/util/git/types.d.ts +99 -2
  187. package/dist/util/github/graphql/cache-strategies/abstract-cache-strategy.js +1 -1
  188. package/dist/util/github/graphql/datasource-fetcher.js +1 -1
  189. package/dist/util/host-rules.js +1 -1
  190. package/dist/util/http/cache/package-http-cache-provider.js +1 -1
  191. package/dist/util/http/cache/types.d.ts +11 -0
  192. package/dist/util/http/errors.d.ts +5 -0
  193. package/dist/util/http/github.d.ts +53 -0
  194. package/dist/util/http/github.js +2 -2
  195. package/dist/util/http/gitlab.d.ts +19 -0
  196. package/dist/util/http/host-rules.js +3 -3
  197. package/dist/util/http/http.d.ts +99 -0
  198. package/dist/util/http/http.js +4 -4
  199. package/dist/util/http/legacy.d.ts +14 -0
  200. package/dist/util/http/types.d.ts +78 -0
  201. package/dist/util/http/types.js +1 -0
  202. package/dist/util/json-writer/editor-config.js +1 -1
  203. package/dist/util/merge-confidence/index.js +1 -1
  204. package/dist/util/regex.js +1 -1
  205. package/dist/util/s3.d.ts +12 -0
  206. package/dist/util/s3.js +1 -1
  207. package/dist/util/schema-utils/index.js +1 -1
  208. package/dist/util/template/index.js +1 -1
  209. package/dist/util/timestamp.d.ts +3 -1
  210. package/dist/util/url.d.ts +41 -0
  211. package/dist/workers/global/autodiscover.d.ts +8 -0
  212. package/dist/workers/global/autodiscover.js +1 -1
  213. package/dist/workers/global/config/parse/additional-config-file.js +1 -1
  214. package/dist/workers/global/config/parse/file.js +1 -1
  215. package/dist/workers/global/config/parse/index.d.ts +8 -0
  216. package/dist/workers/global/config/parse/index.js +17 -17
  217. package/dist/workers/global/config/parse/index.js.map +1 -1
  218. package/dist/workers/global/config/parse/util.js +2 -2
  219. package/dist/workers/global/index.js +7 -7
  220. package/dist/workers/global/initialize.js +1 -1
  221. package/dist/workers/repository/config-migration/branch/create.js +2 -2
  222. package/dist/workers/repository/config-migration/branch/index.js +1 -1
  223. package/dist/workers/repository/config-migration/branch/rebase.js +1 -1
  224. package/dist/workers/repository/config-migration/pr/index.js +1 -1
  225. package/dist/workers/repository/dependency-dashboard.js +1 -1
  226. package/dist/workers/repository/error-config.js +1 -1
  227. package/dist/workers/repository/extract/index.js +1 -1
  228. package/dist/workers/repository/finalize/prune.js +1 -1
  229. package/dist/workers/repository/index.js +4 -4
  230. package/dist/workers/repository/init/index.js +2 -2
  231. package/dist/workers/repository/init/inherited.js +6 -6
  232. package/dist/workers/repository/init/merge.js +7 -7
  233. package/dist/workers/repository/init/types.d.ts +17 -0
  234. package/dist/workers/repository/onboarding/branch/check.js +2 -2
  235. package/dist/workers/repository/onboarding/branch/config.js +1 -1
  236. package/dist/workers/repository/onboarding/branch/create.js +1 -1
  237. package/dist/workers/repository/onboarding/branch/index.js +1 -1
  238. package/dist/workers/repository/onboarding/branch/rebase.js +1 -1
  239. package/dist/workers/repository/onboarding/common.js +1 -1
  240. package/dist/workers/repository/onboarding/pr/index.js +2 -2
  241. package/dist/workers/repository/process/extract-update.d.ts +15 -0
  242. package/dist/workers/repository/process/extract-update.js +1 -1
  243. package/dist/workers/repository/process/fetch.js +3 -3
  244. package/dist/workers/repository/process/index.js +4 -4
  245. package/dist/workers/repository/process/lookup/filter.js +1 -1
  246. package/dist/workers/repository/process/lookup/utils.js +1 -1
  247. package/dist/workers/repository/process/write.d.ts +3 -0
  248. package/dist/workers/repository/process/write.js +1 -1
  249. package/dist/workers/repository/reconfigure/comment.js +1 -1
  250. package/dist/workers/repository/reconfigure/index.js +1 -1
  251. package/dist/workers/repository/reconfigure/utils.js +1 -1
  252. package/dist/workers/repository/result.d.ts +39 -0
  253. package/dist/workers/repository/update/branch/artifacts.js +1 -1
  254. package/dist/workers/repository/update/branch/auto-replace.js +1 -1
  255. package/dist/workers/repository/update/branch/automerge.js +1 -1
  256. package/dist/workers/repository/update/branch/bump-versions.js +1 -1
  257. package/dist/workers/repository/update/branch/commit.js +1 -1
  258. package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js +3 -3
  259. package/dist/workers/repository/update/branch/handle-existing.js +1 -1
  260. package/dist/workers/repository/update/branch/index.js +2 -2
  261. package/dist/workers/repository/update/branch/status-checks.js +1 -1
  262. package/dist/workers/repository/update/pr/automerge.js +1 -1
  263. package/dist/workers/repository/update/pr/changelog/github/source.js +1 -1
  264. package/dist/workers/repository/update/pr/changelog/release-notes.js +1 -1
  265. package/dist/workers/repository/update/pr/changelog/types.d.ts +45 -0
  266. package/dist/workers/repository/update/pr/index.js +2 -2
  267. package/dist/workers/repository/update/pr/labels.js +1 -1
  268. package/dist/workers/repository/update/pr/participants.js +1 -1
  269. package/dist/workers/repository/update/pr/pr-reuse.js +1 -1
  270. package/dist/workers/repository/updates/branch-name.js +1 -1
  271. package/dist/workers/repository/updates/generate.js +2 -2
  272. package/dist/workers/types.d.ts +191 -0
  273. package/dist/workers/types.js +1 -0
  274. package/package.json +2 -2
  275. package/renovate-schema.json +2 -2
@@ -1,10 +1,10 @@
1
- import { getEnv } from "../util/env.js";
2
1
  import { CONFIG_VALIDATION } from "../constants/error-messages.js";
2
+ import { getEnv } from "../util/env.js";
3
3
  import { regEx } from "../util/regex.js";
4
+ import { GlobalConfig } from "./global.js";
4
5
  import { addSecretForSanitizing } from "../util/sanitize.js";
5
6
  import { logger } from "../logger/index.js";
6
7
  import { ensureTrailingSlash, parseUrl, trimSlashes } from "../util/url.js";
7
- import { GlobalConfig } from "./global.js";
8
8
  import { tryDecryptBcPgp } from "./decrypt/bcpgp.js";
9
9
  import { tryDecryptOpenPgp } from "./decrypt/openpgp.js";
10
10
  import { DecryptedObject } from "./schema.js";
@@ -0,0 +1,8 @@
1
+ import { AllConfig, RenovateOptions } from "./types.js";
2
+
3
+ //#region lib/config/defaults.d.ts
4
+ declare function getDefault(option: RenovateOptions): any;
5
+ declare function getConfig(): AllConfig;
6
+ //#endregion
7
+ export { getConfig, getDefault };
8
+ //# sourceMappingURL=defaults.d.ts.map
@@ -22,5 +22,5 @@ function getConfig() {
22
22
  }
23
23
 
24
24
  //#endregion
25
- export { getConfig };
25
+ export { getConfig, getDefault };
26
26
  //# sourceMappingURL=defaults.js.map
@@ -2,8 +2,8 @@ import { logger } from "../logger/index.js";
2
2
  import { massageConfig } from "./massage.js";
3
3
  import { migrateConfig } from "./migration.js";
4
4
  import { validateConfig } from "./validation.js";
5
- import { isNonEmptyArray } from "@sindresorhus/is";
6
5
  import { dequal } from "dequal";
6
+ import { isNonEmptyArray } from "@sindresorhus/is";
7
7
 
8
8
  //#region lib/config/migrate-validate.ts
9
9
  async function migrateAndValidate(config, input) {
@@ -2,11 +2,11 @@ import { regEx } from "../util/regex.js";
2
2
  import { logger } from "../logger/index.js";
3
3
  import { clone } from "../util/clone.js";
4
4
  import { getOptions } from "./options/index.js";
5
- import { mergeChildConfig } from "./utils.js";
6
5
  import { MigrationsService } from "./migrations/migrations-service.js";
7
6
  import "./migrations/index.js";
8
- import { isArray, isBoolean, isNonEmptyArray, isNonEmptyObject, isObject, isString } from "@sindresorhus/is";
7
+ import { mergeChildConfig } from "./utils.js";
9
8
  import { dequal } from "dequal";
9
+ import { isArray, isBoolean, isNonEmptyArray, isNonEmptyObject, isObject, isString } from "@sindresorhus/is";
10
10
 
11
11
  //#region lib/config/migration.ts
12
12
  const options = getOptions();
@@ -56,8 +56,8 @@ import { UnpublishSafeMigration } from "./custom/unpublish-safe-migration.js";
56
56
  import { UpdateLockFilesMigration } from "./custom/update-lock-files-migration.js";
57
57
  import { UpgradeInRangeMigration } from "./custom/upgrade-in-range-migration.js";
58
58
  import { VersionStrategyMigration } from "./custom/version-strategy-migration.js";
59
- import { isRegExp } from "@sindresorhus/is";
60
59
  import { dequal } from "dequal";
60
+ import { isRegExp } from "@sindresorhus/is";
61
61
 
62
62
  //#region lib/config/migrations/migrations-service.ts
63
63
  var MigrationsService = class MigrationsService {
@@ -0,0 +1,7 @@
1
+ import { RenovateOptions } from "../types.js";
2
+
3
+ //#region lib/config/options/index.d.ts
4
+ declare function getOptions(): Readonly<RenovateOptions>[];
5
+ //#endregion
6
+ export { getOptions };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- import { getVersioningList } from "../../modules/versioning/index.js";
1
+ import { AllManagersListLiteral } from "../../manager-list.generated.js";
2
2
  import { getCustomManagers } from "../../modules/manager/custom/index.js";
3
+ import { getVersioningList } from "../../modules/versioning/index.js";
3
4
  import { getManagers } from "../../modules/manager/index.js";
4
- import { AllManagersListLiteral } from "../../manager-list.generated.js";
5
5
  import { getPlatformList } from "../../modules/platform/index.js";
6
6
  import { supportedDatasources } from "../presets/internal/merge-confidence.preset.js";
7
7
  import { UpdateTypesOptions } from "../types.js";
@@ -598,7 +598,7 @@ const options = [
598
598
  name: "dockerSidecarImage",
599
599
  description: "Change this value to override the default Renovate sidecar image.",
600
600
  type: "string",
601
- default: "ghcr.io/renovatebot/base-image:13.2.0",
601
+ default: "ghcr.io/renovatebot/base-image:13.3.0",
602
602
  globalOnly: true,
603
603
  deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
604
604
  },