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.
- package/dist/config/decrypt.js +2 -2
- package/dist/config/defaults.d.ts +8 -0
- package/dist/config/defaults.js +1 -1
- package/dist/config/migrate-validate.js +1 -1
- package/dist/config/migration.js +2 -2
- package/dist/config/migrations/migrations-service.js +1 -1
- package/dist/config/options/index.d.ts +7 -0
- package/dist/config/options/index.js +3 -3
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/presets/index.js +5 -5
- package/dist/config/types.d.ts +156 -2
- package/dist/config/utils.d.ts +5 -0
- package/dist/config/validation.js +4 -4
- package/dist/config-validator.js +4 -4
- package/dist/constants/category.d.ts +6 -0
- package/dist/constants/error-messages.d.ts +58 -0
- package/dist/constants/error-messages.js +27 -1
- package/dist/constants/error-messages.js.map +1 -1
- package/dist/instrumentation/index.js +1 -1
- package/dist/instrumentation/types.d.ts +76 -0
- package/dist/logger/err-serializer.d.ts +5 -0
- package/dist/logger/index.d.ts +27 -0
- package/dist/logger/index.js +22 -2
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/renovate-logger.d.ts +40 -0
- package/dist/logger/types.d.ts +33 -2
- package/dist/logger/types.js +1 -0
- package/dist/logger/utils.d.ts +18 -0
- package/dist/logger/utils.js +1 -1
- package/dist/manager-list.generated.d.ts +6 -0
- package/dist/modules/datasource/aws-eks-addon/index.js +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js +1 -1
- package/dist/modules/datasource/bitrise/index.js +1 -1
- package/dist/modules/datasource/conda/index.js +1 -1
- package/dist/modules/datasource/conda/prefix-dev.js +1 -1
- package/dist/modules/datasource/crate/index.js +2 -2
- package/dist/modules/datasource/custom/formats/toml.js +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js +1 -1
- package/dist/modules/datasource/docker/common.js +3 -3
- package/dist/modules/datasource/docker/dockerhub-cache.js +1 -1
- package/dist/modules/datasource/docker/index.js +2 -2
- package/dist/modules/datasource/git-refs/base.js +1 -1
- package/dist/modules/datasource/go/base.js +1 -1
- package/dist/modules/datasource/index.js +6 -6
- package/dist/modules/datasource/jenkins-plugins/index.js +1 -1
- package/dist/modules/datasource/npm/get.js +1 -1
- package/dist/modules/datasource/npm/npmrc.js +1 -1
- package/dist/modules/datasource/npm/types.d.ts +44 -0
- package/dist/modules/datasource/npm/types.js +1 -0
- package/dist/modules/datasource/packagist/index.js +1 -1
- package/dist/modules/datasource/pypi/index.js +1 -1
- package/dist/modules/datasource/types.js +1 -0
- package/dist/modules/manager/argocd/extract.js +1 -1
- package/dist/modules/manager/azure-pipelines/extract.js +1 -1
- package/dist/modules/manager/bazel-module/bazelrc.js +1 -1
- package/dist/modules/manager/bazel-module/extract.js +1 -1
- package/dist/modules/manager/bun/artifacts.js +1 -1
- package/dist/modules/manager/bundler/artifacts.js +1 -1
- package/dist/modules/manager/cargo/artifacts.js +1 -1
- package/dist/modules/manager/cargo/extract.js +1 -1
- package/dist/modules/manager/cargo/locked-version.js +1 -1
- package/dist/modules/manager/circleci/extract.js +1 -1
- package/dist/modules/manager/cocoapods/artifacts.js +1 -1
- package/dist/modules/manager/composer/artifacts.js +1 -1
- package/dist/modules/manager/composer/utils.js +1 -1
- package/dist/modules/manager/copier/artifacts.js +1 -1
- package/dist/modules/manager/custom/jsonata/utils.js +1 -1
- package/dist/modules/manager/custom/regex/utils.js +1 -1
- package/dist/modules/manager/custom/types.d.ts +2 -1
- package/dist/modules/manager/devbox/artifacts.js +1 -1
- package/dist/modules/manager/devcontainer/extract.js +1 -1
- package/dist/modules/manager/fingerprint.generated.d.ts +5 -0
- package/dist/modules/manager/flux/extract.js +1 -1
- package/dist/modules/manager/git-submodules/extract.js +1 -1
- package/dist/modules/manager/git-submodules/update.js +2 -2
- package/dist/modules/manager/github-actions/extract.js +1 -1
- package/dist/modules/manager/gitlabci/extract.js +1 -1
- package/dist/modules/manager/gitlabci/schema.js +1 -1
- package/dist/modules/manager/gitlabci-include/extract.js +1 -1
- package/dist/modules/manager/gitlabci-include/schema.js +1 -1
- package/dist/modules/manager/glasskube/extract.js +1 -1
- package/dist/modules/manager/gleam/extract.js +1 -1
- package/dist/modules/manager/gleam/locked-version.js +1 -1
- package/dist/modules/manager/gomod/artifacts.js +4 -4
- package/dist/modules/manager/gradle/artifacts.js +1 -1
- package/dist/modules/manager/gradle/extract.js +1 -1
- package/dist/modules/manager/gradle-wrapper/utils.js +1 -1
- package/dist/modules/manager/helmfile/artifacts.js +2 -2
- package/dist/modules/manager/helmfile/utils.js +1 -1
- package/dist/modules/manager/helmv3/artifacts.js +2 -2
- package/dist/modules/manager/helmv3/common.js +1 -1
- package/dist/modules/manager/helmv3/extract.js +1 -1
- package/dist/modules/manager/index.d.ts +26 -0
- package/dist/modules/manager/index.js +15 -12
- package/dist/modules/manager/index.js.map +1 -1
- package/dist/modules/manager/jsonnet-bundler/artifacts.js +1 -1
- package/dist/modules/manager/maven-wrapper/artifacts.js +1 -1
- package/dist/modules/manager/mix/artifacts.js +1 -1
- package/dist/modules/manager/nix/artifacts.js +1 -1
- package/dist/modules/manager/npm/extract/index.js +1 -1
- package/dist/modules/manager/npm/extract/pnpm.js +2 -2
- package/dist/modules/manager/npm/post-update/index.js +2 -2
- package/dist/modules/manager/npm/post-update/npm.js +2 -2
- package/dist/modules/manager/npm/post-update/pnpm.js +2 -2
- package/dist/modules/manager/npm/post-update/yarn.js +3 -3
- package/dist/modules/manager/npm/update/dependency/index.js +1 -1
- package/dist/modules/manager/osgi/extract.js +1 -1
- package/dist/modules/manager/pep621/processors/uv.js +1 -1
- package/dist/modules/manager/pip-compile/artifacts.js +1 -1
- package/dist/modules/manager/pip-compile/common.js +2 -2
- package/dist/modules/manager/pip-compile/extract.js +1 -1
- package/dist/modules/manager/pipenv/artifacts.js +1 -1
- package/dist/modules/manager/pipenv/extract.js +1 -1
- package/dist/modules/manager/pixi/extract.js +1 -1
- package/dist/modules/manager/poetry/artifacts.js +2 -2
- package/dist/modules/manager/poetry/extract.js +1 -1
- package/dist/modules/manager/renovate-config-presets/index.js +1 -1
- package/dist/modules/manager/terraform/lockfile/hash.js +1 -1
- package/dist/modules/manager/types.d.ts +282 -6
- package/dist/modules/manager/types.js +1 -0
- package/dist/modules/platform/azure/index.js +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +91 -0
- package/dist/modules/platform/bitbucket/index.js +3 -3
- package/dist/modules/platform/bitbucket/pr-cache.js +1 -1
- package/dist/modules/platform/bitbucket-server/index.d.ts +94 -0
- package/dist/modules/platform/bitbucket-server/index.js +5 -5
- package/dist/modules/platform/bitbucket-server/pr-cache.js +1 -1
- package/dist/modules/platform/bitbucket-server/types.d.ts +10 -0
- package/dist/modules/platform/codecommit/codecommit-client.js +1 -1
- package/dist/modules/platform/forgejo/index.js +2 -2
- package/dist/modules/platform/forgejo/pr-cache.js +2 -2
- package/dist/modules/platform/gerrit/index.js +1 -1
- package/dist/modules/platform/gitea/index.js +2 -2
- package/dist/modules/platform/gitea/pr-cache.js +2 -2
- package/dist/modules/platform/github/api-cache.js +1 -1
- package/dist/modules/platform/github/index.js +5 -5
- package/dist/modules/platform/gitlab/code-owners.d.ts +7 -0
- package/dist/modules/platform/gitlab/index.d.ts +97 -0
- package/dist/modules/platform/gitlab/index.js +6 -6
- package/dist/modules/platform/gitlab/types.d.ts +15 -0
- package/dist/modules/platform/gitlab/utils.js +1 -1
- package/dist/modules/platform/types.js +1 -0
- package/dist/modules/versioning/node/index.js +1 -1
- package/dist/proxy.d.ts +6 -0
- package/dist/renovate.js +1 -1
- package/dist/types/base.d.ts +5 -2
- package/dist/types/commit-message-json.d.ts +9 -0
- package/dist/types/git.d.ts +6 -0
- package/dist/types/index.d.ts +6 -2
- package/dist/types/index.js +1 -0
- package/dist/types/pr-state.d.ts +5 -0
- package/dist/types/skip-reason.d.ts +6 -0
- package/dist/util/cache/package/index.d.ts +21 -0
- package/dist/util/cache/package/namespaces.d.ts +6 -0
- package/dist/util/cache/package/redis.d.ts +11 -0
- package/dist/util/cache/package/redis.js +1 -1
- package/dist/util/cache/package/ttl.js +1 -1
- package/dist/util/cache/package/with-cache.js +1 -1
- package/dist/util/cache/repository/http-cache.js +1 -1
- package/dist/util/cache/repository/impl/base.js +2 -2
- package/dist/util/cache/repository/index.js +1 -1
- package/dist/util/cache/repository/types.d.ts +171 -0
- package/dist/util/cache/repository/types.js +1 -0
- package/dist/util/check-token.js +1 -1
- package/dist/util/common.js +2 -2
- package/dist/util/compress.d.ts +6 -0
- package/dist/util/exec/common.d.ts +8 -0
- package/dist/util/exec/common.js +2 -2
- package/dist/util/exec/containerbase.js +1 -1
- package/dist/util/exec/docker/index.js +1 -1
- package/dist/util/exec/exec-error.d.ts +24 -0
- package/dist/util/exec/hermit.js +1 -1
- package/dist/util/exec/index.js +2 -2
- package/dist/util/exec/types.d.ts +73 -0
- package/dist/util/exec/types.js +1 -0
- package/dist/util/fs/index.js +2 -2
- package/dist/util/fs/util.js +1 -1
- package/dist/util/git/auth.js +1 -1
- package/dist/util/git/config.d.ts +8 -0
- package/dist/util/git/error.js +1 -1
- package/dist/util/git/index.d.ts +160 -0
- package/dist/util/git/index.js +8 -8
- package/dist/util/git/private-key.d.ts +5 -0
- package/dist/util/git/private-key.js +1 -1
- package/dist/util/git/span-processor.js +1 -1
- package/dist/util/git/types.d.ts +99 -2
- package/dist/util/github/graphql/cache-strategies/abstract-cache-strategy.js +1 -1
- package/dist/util/github/graphql/datasource-fetcher.js +1 -1
- package/dist/util/host-rules.js +1 -1
- package/dist/util/http/cache/package-http-cache-provider.js +1 -1
- package/dist/util/http/cache/types.d.ts +11 -0
- package/dist/util/http/errors.d.ts +5 -0
- package/dist/util/http/github.d.ts +53 -0
- package/dist/util/http/github.js +2 -2
- package/dist/util/http/gitlab.d.ts +19 -0
- package/dist/util/http/host-rules.js +3 -3
- package/dist/util/http/http.d.ts +99 -0
- package/dist/util/http/http.js +4 -4
- package/dist/util/http/legacy.d.ts +14 -0
- package/dist/util/http/types.d.ts +78 -0
- package/dist/util/http/types.js +1 -0
- package/dist/util/json-writer/editor-config.js +1 -1
- package/dist/util/merge-confidence/index.js +1 -1
- package/dist/util/regex.js +1 -1
- package/dist/util/s3.d.ts +12 -0
- package/dist/util/s3.js +1 -1
- package/dist/util/schema-utils/index.js +1 -1
- package/dist/util/template/index.js +1 -1
- package/dist/util/timestamp.d.ts +3 -1
- package/dist/util/url.d.ts +41 -0
- package/dist/workers/global/autodiscover.d.ts +8 -0
- package/dist/workers/global/autodiscover.js +1 -1
- package/dist/workers/global/config/parse/additional-config-file.js +1 -1
- package/dist/workers/global/config/parse/file.js +1 -1
- package/dist/workers/global/config/parse/index.d.ts +8 -0
- package/dist/workers/global/config/parse/index.js +17 -17
- package/dist/workers/global/config/parse/index.js.map +1 -1
- package/dist/workers/global/config/parse/util.js +2 -2
- package/dist/workers/global/index.js +7 -7
- package/dist/workers/global/initialize.js +1 -1
- package/dist/workers/repository/config-migration/branch/create.js +2 -2
- package/dist/workers/repository/config-migration/branch/index.js +1 -1
- package/dist/workers/repository/config-migration/branch/rebase.js +1 -1
- package/dist/workers/repository/config-migration/pr/index.js +1 -1
- package/dist/workers/repository/dependency-dashboard.js +1 -1
- package/dist/workers/repository/error-config.js +1 -1
- package/dist/workers/repository/extract/index.js +1 -1
- package/dist/workers/repository/finalize/prune.js +1 -1
- package/dist/workers/repository/index.js +4 -4
- package/dist/workers/repository/init/index.js +2 -2
- package/dist/workers/repository/init/inherited.js +6 -6
- package/dist/workers/repository/init/merge.js +7 -7
- package/dist/workers/repository/init/types.d.ts +17 -0
- package/dist/workers/repository/onboarding/branch/check.js +2 -2
- package/dist/workers/repository/onboarding/branch/config.js +1 -1
- package/dist/workers/repository/onboarding/branch/create.js +1 -1
- package/dist/workers/repository/onboarding/branch/index.js +1 -1
- package/dist/workers/repository/onboarding/branch/rebase.js +1 -1
- package/dist/workers/repository/onboarding/common.js +1 -1
- package/dist/workers/repository/onboarding/pr/index.js +2 -2
- package/dist/workers/repository/process/extract-update.d.ts +15 -0
- package/dist/workers/repository/process/extract-update.js +1 -1
- package/dist/workers/repository/process/fetch.js +3 -3
- package/dist/workers/repository/process/index.js +4 -4
- package/dist/workers/repository/process/lookup/filter.js +1 -1
- package/dist/workers/repository/process/lookup/utils.js +1 -1
- package/dist/workers/repository/process/write.d.ts +3 -0
- package/dist/workers/repository/process/write.js +1 -1
- package/dist/workers/repository/reconfigure/comment.js +1 -1
- package/dist/workers/repository/reconfigure/index.js +1 -1
- package/dist/workers/repository/reconfigure/utils.js +1 -1
- package/dist/workers/repository/result.d.ts +39 -0
- package/dist/workers/repository/update/branch/artifacts.js +1 -1
- package/dist/workers/repository/update/branch/auto-replace.js +1 -1
- package/dist/workers/repository/update/branch/automerge.js +1 -1
- package/dist/workers/repository/update/branch/bump-versions.js +1 -1
- package/dist/workers/repository/update/branch/commit.js +1 -1
- package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js +3 -3
- package/dist/workers/repository/update/branch/handle-existing.js +1 -1
- package/dist/workers/repository/update/branch/index.js +2 -2
- package/dist/workers/repository/update/branch/status-checks.js +1 -1
- package/dist/workers/repository/update/pr/automerge.js +1 -1
- package/dist/workers/repository/update/pr/changelog/github/source.js +1 -1
- package/dist/workers/repository/update/pr/changelog/release-notes.js +1 -1
- package/dist/workers/repository/update/pr/changelog/types.d.ts +45 -0
- package/dist/workers/repository/update/pr/index.js +2 -2
- package/dist/workers/repository/update/pr/labels.js +1 -1
- package/dist/workers/repository/update/pr/participants.js +1 -1
- package/dist/workers/repository/update/pr/pr-reuse.js +1 -1
- package/dist/workers/repository/updates/branch-name.js +1 -1
- package/dist/workers/repository/updates/generate.js +2 -2
- package/dist/workers/types.d.ts +191 -0
- package/dist/workers/types.js +1 -0
- package/package.json +2 -2
- package/renovate-schema.json +2 -2
package/dist/config/decrypt.js
CHANGED
|
@@ -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
|
package/dist/config/defaults.js
CHANGED
|
@@ -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) {
|
package/dist/config/migration.js
CHANGED
|
@@ -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 {
|
|
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 {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
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.
|
|
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
|
},
|