renovate 42.97.7 → 42.99.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/_virtual/{rolldown_runtime.js → _rolldown/runtime.js} +3 -3
- package/dist/config/app-strings.js +1 -1
- package/dist/config/decrypt/bcpgp.js +1 -1
- package/dist/config/decrypt.js +1 -1
- package/dist/config/defaults.js +1 -0
- package/dist/config/defaults.js.map +1 -1
- package/dist/config/global.js +1 -0
- package/dist/config/global.js.map +1 -1
- package/dist/config/massage.js +1 -1
- package/dist/config/migrate-validate.js +1 -1
- package/dist/config/migration.js +1 -1
- package/dist/config/migrations/base/abstract-migration.js +1 -1
- package/dist/config/migrations/custom/automerge-major-migration.js +1 -1
- package/dist/config/migrations/custom/automerge-migration.js +1 -1
- package/dist/config/migrations/custom/automerge-minor-migration.js +1 -1
- package/dist/config/migrations/custom/automerge-patch-migration.js +1 -1
- package/dist/config/migrations/custom/automerge-type-migration.js +1 -1
- package/dist/config/migrations/custom/base-branch-migration.js +1 -1
- package/dist/config/migrations/custom/branch-name-migration.js +1 -1
- package/dist/config/migrations/custom/branch-prefix-migration.js +1 -1
- package/dist/config/migrations/custom/compatibility-migration.js +1 -1
- package/dist/config/migrations/custom/composer-ignore-platform-reqs-migration.js +1 -1
- package/dist/config/migrations/custom/custom-managers-migration.js +1 -1
- package/dist/config/migrations/custom/datasource-migration.js +1 -1
- package/dist/config/migrations/custom/dep-types-migration.js +1 -1
- package/dist/config/migrations/custom/enabled-managers-migration.js +1 -1
- package/dist/config/migrations/custom/extends-migration.js +1 -1
- package/dist/config/migrations/custom/fetch-release-notes-migration.js +1 -1
- package/dist/config/migrations/custom/file-match-migration.js +1 -1
- package/dist/config/migrations/custom/host-rules-migration.js +1 -1
- package/dist/config/migrations/custom/ignore-npmrc-file-migration.js +1 -1
- package/dist/config/migrations/custom/include-forks-migration.js +1 -1
- package/dist/config/migrations/custom/match-datasources-migration.js +1 -1
- package/dist/config/migrations/custom/match-managers-migration.js +1 -1
- package/dist/config/migrations/custom/match-strings-migration.js +1 -1
- package/dist/config/migrations/custom/package-files-migration.js +1 -1
- package/dist/config/migrations/custom/package-rules-migration.js +1 -1
- package/dist/config/migrations/custom/packages-migration.js +1 -1
- package/dist/config/migrations/custom/path-rules-migration.js +1 -1
- package/dist/config/migrations/custom/pin-versions-migration.js +1 -1
- package/dist/config/migrations/custom/platform-commit-migration.js +1 -1
- package/dist/config/migrations/custom/post-update-options-migration.js +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
- package/dist/config/migrations/custom/recreate-closed-migration.js +1 -1
- package/dist/config/migrations/custom/renovate-fork-migration.js +1 -1
- package/dist/config/migrations/custom/schedule-migration.js +2 -2
- package/dist/config/migrations/custom/semantic-commits-migration.js +1 -1
- package/dist/config/migrations/custom/semantic-prefix-migration.js +1 -1
- package/dist/config/migrations/custom/stability-days-migration.js +1 -1
- package/dist/config/migrations/custom/suppress-notifications-migration.js +1 -1
- package/dist/config/migrations/custom/unpublish-safe-migration.js +1 -1
- package/dist/config/migrations/migrations-service.js +1 -1
- package/dist/config/options/index.js +3 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/parse.js +5 -5
- package/dist/config/presets/forgejo/index.js +2 -2
- package/dist/config/presets/gitea/index.js +2 -2
- package/dist/config/presets/github/index.js +2 -2
- package/dist/config/presets/gitlab/index.js +2 -2
- package/dist/config/presets/http/index.js +2 -2
- package/dist/config/presets/index.js +1 -1
- package/dist/config/presets/internal/index.js +2 -2
- package/dist/config/presets/local/common.js +2 -2
- package/dist/config/presets/local/index.js +2 -2
- package/dist/config/presets/npm/index.js +2 -2
- package/dist/config/presets/parse.js +1 -1
- package/dist/config/schema.js +1 -1
- package/dist/config/secrets.js +1 -1
- package/dist/config/types.js +1 -0
- package/dist/config/types.js.map +1 -1
- package/dist/config/utils.js +1 -0
- package/dist/config/utils.js.map +1 -1
- package/dist/config/validation-helpers/match-base-branches.js +1 -1
- package/dist/config/validation-helpers/regex-glob-matchers.js +1 -1
- package/dist/config/validation-helpers/utils.js +2 -2
- package/dist/config/validation.js +2 -2
- package/dist/config-validator.js +1 -1
- package/dist/constants/error-messages.js +3 -2
- package/dist/constants/error-messages.js.map +1 -1
- package/dist/data-files.generated.js +1 -2
- package/dist/data-files.generated.js.map +1 -1
- package/dist/expose.js +2 -2
- package/dist/instrumentation/index.js +2 -2
- package/dist/instrumentation/reporting.js +1 -1
- package/dist/instrumentation/types.js +1 -0
- package/dist/instrumentation/types.js.map +1 -1
- package/dist/instrumentation/utils.js +1 -1
- package/dist/logger/cmd-serializer.js +2 -2
- package/dist/logger/config-serializer.js +3 -3
- package/dist/logger/err-serializer.js +3 -3
- package/dist/logger/index.js +6 -5
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +2 -2
- package/dist/logger/pretty-stdout.js +4 -4
- package/dist/logger/remap.js +2 -2
- package/dist/logger/renovate-logger.js +3 -2
- package/dist/logger/renovate-logger.js.map +1 -1
- package/dist/logger/utils.js +4 -4
- package/dist/modules/datasource/api.js +1 -2
- package/dist/modules/datasource/api.js.map +1 -1
- package/dist/modules/datasource/artifactory/index.js +1 -1
- package/dist/modules/datasource/aws-eks-addon/index.js +1 -1
- package/dist/modules/datasource/aws-eks-addon/schema.js +1 -1
- package/dist/modules/datasource/aws-machine-image/index.js +1 -1
- package/dist/modules/datasource/aws-rds/index.js +1 -1
- package/dist/modules/datasource/azure-bicep-resource/schema.js +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js +1 -1
- package/dist/modules/datasource/bazel/index.js +1 -1
- package/dist/modules/datasource/bazel/schema.js +1 -1
- package/dist/modules/datasource/bitbucket-server-tags/index.js +1 -1
- package/dist/modules/datasource/bitbucket-server-tags/schema.js +1 -1
- package/dist/modules/datasource/bitrise/index.js +1 -1
- package/dist/modules/datasource/bitrise/schema.js +1 -1
- package/dist/modules/datasource/buildpacks-registry/index.js +2 -2
- package/dist/modules/datasource/buildpacks-registry/schema.js +1 -1
- package/dist/modules/datasource/cdnjs/index.js +1 -1
- package/dist/modules/datasource/cdnjs/schema.js +1 -1
- package/dist/modules/datasource/common.js +2 -1
- package/dist/modules/datasource/common.js.map +1 -1
- package/dist/modules/datasource/conan/index.js +1 -1
- package/dist/modules/datasource/conan/schema.js +1 -1
- package/dist/modules/datasource/conda/index.js +1 -1
- package/dist/modules/datasource/conda/schema/prefix-dev.js +1 -1
- package/dist/modules/datasource/cpan/schema.js +1 -1
- package/dist/modules/datasource/crate/index.js +2 -2
- package/dist/modules/datasource/crate/schema.js +1 -1
- package/dist/modules/datasource/custom/formats/html.js +1 -1
- package/dist/modules/datasource/custom/index.js +1 -1
- package/dist/modules/datasource/custom/schema.js +1 -1
- package/dist/modules/datasource/custom/utils.js +1 -1
- package/dist/modules/datasource/dart-version/index.js +1 -1
- package/dist/modules/datasource/datasource.js +1 -1
- package/dist/modules/datasource/deb/index.js +2 -2
- package/dist/modules/datasource/deb/packages.js +2 -2
- package/dist/modules/datasource/deb/utils.js +1 -1
- package/dist/modules/datasource/deno/index.js +2 -2
- package/dist/modules/datasource/deno/schema.js +1 -1
- package/dist/modules/datasource/devbox/index.js +1 -1
- package/dist/modules/datasource/devbox/schema.js +1 -1
- package/dist/modules/datasource/docker/common.js +3 -3
- package/dist/modules/datasource/docker/common.js.map +1 -1
- package/dist/modules/datasource/docker/dockerhub-cache.js +1 -1
- package/dist/modules/datasource/docker/ecr.js +1 -1
- package/dist/modules/datasource/docker/index.js +1 -1
- package/dist/modules/datasource/docker/schema.js +1 -1
- package/dist/modules/datasource/dotnet-version/schema.js +1 -1
- package/dist/modules/datasource/endoflife-date/index.js +1 -1
- package/dist/modules/datasource/endoflife-date/schema.js +1 -1
- package/dist/modules/datasource/forgejo-releases/schema.js +1 -1
- package/dist/modules/datasource/forgejo-tags/schema.js +1 -1
- package/dist/modules/datasource/galaxy/index.js +1 -1
- package/dist/modules/datasource/galaxy/schema.js +1 -1
- package/dist/modules/datasource/galaxy-collection/index.js +1 -1
- package/dist/modules/datasource/galaxy-collection/schema.js +1 -1
- package/dist/modules/datasource/git-refs/base.js +1 -1
- package/dist/modules/datasource/gitea-releases/schema.js +1 -1
- package/dist/modules/datasource/gitea-tags/schema.js +1 -1
- package/dist/modules/datasource/github-release-attachments/index.js +1 -1
- package/dist/modules/datasource/github-releases/index.js +1 -1
- package/dist/modules/datasource/github-tags/index.js +1 -1
- package/dist/modules/datasource/glasskube-packages/schema.js +1 -1
- package/dist/modules/datasource/go/goproxy-parser.js +2 -2
- package/dist/modules/datasource/go/index.js +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js +1 -1
- package/dist/modules/datasource/hackage/index.js +1 -1
- package/dist/modules/datasource/hackage/schema.js +1 -1
- package/dist/modules/datasource/helm/schema.js +1 -1
- package/dist/modules/datasource/hex/schema.js +1 -1
- package/dist/modules/datasource/hexpm-bob/index.js +1 -1
- package/dist/modules/datasource/index.js +2 -1
- package/dist/modules/datasource/index.js.map +1 -1
- package/dist/modules/datasource/java-version/index.js +1 -1
- package/dist/modules/datasource/jsr/index.js +1 -1
- package/dist/modules/datasource/jsr/schema.js +1 -1
- package/dist/modules/datasource/jsr/util.js +1 -1
- package/dist/modules/datasource/kubernetes-api/index.js +2 -2
- package/dist/modules/datasource/maven/util.js +1 -1
- package/dist/modules/datasource/metadata.js +2 -2
- package/dist/modules/datasource/nextcloud/schema.js +1 -1
- package/dist/modules/datasource/npm/get.js +1 -1
- package/dist/modules/datasource/npm/npmrc.js +2 -2
- package/dist/modules/datasource/nuget/common.js +2 -2
- package/dist/modules/datasource/nuget/common.js.map +1 -1
- package/dist/modules/datasource/nuget/v2.js +1 -1
- package/dist/modules/datasource/nuget/v3.js +5 -5
- package/dist/modules/datasource/nuget/v3.js.map +1 -1
- package/dist/modules/datasource/packagist/index.js +1 -1
- package/dist/modules/datasource/packagist/schema.js +1 -1
- package/dist/modules/datasource/pod/index.js +2 -2
- package/dist/modules/datasource/pypi/index.js +2 -2
- package/dist/modules/datasource/python-version/schema.js +1 -1
- package/dist/modules/datasource/repology/index.js +1 -1
- package/dist/modules/datasource/rpm/index.js +2 -2
- package/dist/modules/datasource/rubygems/index.js +1 -1
- package/dist/modules/datasource/rubygems/schema.js +1 -1
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +1 -1
- package/dist/modules/datasource/sbt-package/index.js +2 -2
- package/dist/modules/datasource/sbt-plugin/index.js +1 -1
- package/dist/modules/datasource/schema.js +1 -1
- package/dist/modules/datasource/typst/schema.js +1 -1
- package/dist/modules/datasource/unity3d/schema.js +1 -1
- package/dist/modules/datasource/unity3d-packages/schema.js +1 -1
- package/dist/modules/datasource/util.js +1 -1
- package/dist/modules/manager/ansible/index.js +2 -2
- package/dist/modules/manager/ansible-galaxy/index.js +2 -2
- package/dist/modules/manager/api.js +1 -2
- package/dist/modules/manager/api.js.map +1 -1
- package/dist/modules/manager/argocd/extract.js +1 -1
- package/dist/modules/manager/argocd/index.js +2 -2
- package/dist/modules/manager/argocd/schema.js +1 -1
- package/dist/modules/manager/asdf/extract.js +1 -1
- package/dist/modules/manager/asdf/index.js +2 -2
- package/dist/modules/manager/azure-pipelines/index.js +2 -2
- package/dist/modules/manager/azure-pipelines/schema.js +1 -1
- package/dist/modules/manager/batect/extract.js +2 -2
- package/dist/modules/manager/batect/index.js +2 -2
- package/dist/modules/manager/batect/schema.js +1 -1
- package/dist/modules/manager/batect-wrapper/index.js +2 -2
- package/dist/modules/manager/bazel/artifacts.js +1 -1
- package/dist/modules/manager/bazel/common.js +1 -1
- package/dist/modules/manager/bazel/index.js +2 -2
- package/dist/modules/manager/bazel/parser.js +1 -1
- package/dist/modules/manager/bazel/rules/docker.js +1 -1
- package/dist/modules/manager/bazel/rules/git.js +2 -2
- package/dist/modules/manager/bazel/rules/go.js +1 -1
- package/dist/modules/manager/bazel/rules/http.js +1 -1
- package/dist/modules/manager/bazel/rules/index.js +1 -1
- package/dist/modules/manager/bazel/rules/maven.js +1 -1
- package/dist/modules/manager/bazel/rules/oci.js +1 -1
- package/dist/modules/manager/bazel-module/bazelrc.js +2 -2
- package/dist/modules/manager/bazel-module/extract.js +2 -2
- package/dist/modules/manager/bazel-module/index.js +2 -2
- package/dist/modules/manager/bazel-module/parser/common.js +1 -1
- package/dist/modules/manager/bazel-module/parser/extension-tags.js +1 -1
- package/dist/modules/manager/bazel-module/parser/fragments.js +1 -1
- package/dist/modules/manager/bazel-module/parser/index.js +1 -1
- package/dist/modules/manager/bazel-module/parser/maven.js +1 -1
- package/dist/modules/manager/bazel-module/parser/oci.js +1 -1
- package/dist/modules/manager/bazel-module/parser/repo-rules.js +1 -1
- package/dist/modules/manager/bazel-module/parser/rules.js +1 -1
- package/dist/modules/manager/bazel-module/parser/starlark.js +1 -1
- package/dist/modules/manager/bazel-module/rules-img.js +1 -1
- package/dist/modules/manager/bazel-module/rules.js +2 -2
- package/dist/modules/manager/bazelisk/index.js +2 -2
- package/dist/modules/manager/bicep/index.js +2 -2
- package/dist/modules/manager/bitbucket-pipelines/index.js +2 -2
- package/dist/modules/manager/bitrise/index.js +2 -2
- package/dist/modules/manager/bitrise/schema.js +1 -1
- package/dist/modules/manager/bitrise/utils.js +1 -1
- package/dist/modules/manager/buildkite/index.js +2 -2
- package/dist/modules/manager/buildpacks/extract.js +1 -1
- package/dist/modules/manager/buildpacks/index.js +2 -2
- package/dist/modules/manager/buildpacks/schema.js +1 -1
- package/dist/modules/manager/bun/artifacts.js +2 -2
- package/dist/modules/manager/bun/extract.js +1 -1
- package/dist/modules/manager/bun/index.js +2 -2
- package/dist/modules/manager/bun/utils.js +2 -2
- package/dist/modules/manager/bun-version/index.js +2 -2
- package/dist/modules/manager/bundler/artifacts.js +1 -1
- package/dist/modules/manager/bundler/extract.js +1 -1
- package/dist/modules/manager/bundler/index.js +2 -2
- package/dist/modules/manager/cake/index.js +3 -3
- package/dist/modules/manager/cargo/artifacts.js +1 -1
- package/dist/modules/manager/cargo/extract.js +2 -2
- package/dist/modules/manager/cargo/extract.js.map +1 -1
- package/dist/modules/manager/cargo/index.js +2 -2
- package/dist/modules/manager/cargo/schema.js +1 -1
- package/dist/modules/manager/cargo/update.js +2 -2
- package/dist/modules/manager/cdnurl/index.js +2 -2
- package/dist/modules/manager/circleci/index.js +2 -2
- package/dist/modules/manager/circleci/schema.js +1 -1
- package/dist/modules/manager/cloudbuild/index.js +2 -2
- package/dist/modules/manager/cloudbuild/schema.js +1 -1
- package/dist/modules/manager/cocoapods/artifacts.js +2 -2
- package/dist/modules/manager/cocoapods/index.js +2 -2
- package/dist/modules/manager/composer/artifacts.js +1 -1
- package/dist/modules/manager/composer/index.js +2 -2
- package/dist/modules/manager/composer/schema.js +2 -2
- package/dist/modules/manager/composer/schema.js.map +1 -1
- package/dist/modules/manager/composer/update-locked.js +1 -1
- package/dist/modules/manager/composer/update-locked.js.map +1 -1
- package/dist/modules/manager/composer/utils.js +6 -6
- package/dist/modules/manager/composer/utils.js.map +1 -1
- package/dist/modules/manager/conan/artifacts.js +1 -1
- package/dist/modules/manager/conan/extract.js +1 -1
- package/dist/modules/manager/conan/index.js +2 -2
- package/dist/modules/manager/copier/artifacts.js +2 -2
- package/dist/modules/manager/copier/index.js +2 -2
- package/dist/modules/manager/copier/schema.js +1 -1
- package/dist/modules/manager/copier/utils.js +1 -1
- package/dist/modules/manager/cpanfile/index.js +2 -2
- package/dist/modules/manager/cpanfile/language.js +1 -1
- package/dist/modules/manager/cpanfile/parser.js +1 -1
- package/dist/modules/manager/crossplane/index.js +2 -2
- package/dist/modules/manager/crossplane/schema.js +1 -1
- package/dist/modules/manager/crow/extract.js +1 -1
- package/dist/modules/manager/crow/index.js +2 -2
- package/dist/modules/manager/crow/schema.js +1 -1
- package/dist/modules/manager/custom/api.js +1 -2
- package/dist/modules/manager/custom/api.js.map +1 -1
- package/dist/modules/manager/custom/jsonata/index.js +2 -2
- package/dist/modules/manager/custom/jsonata/schema.js +1 -1
- package/dist/modules/manager/custom/jsonata/utils.js +2 -2
- package/dist/modules/manager/custom/regex/index.js +3 -3
- package/dist/modules/manager/custom/regex/strategies.js +1 -1
- package/dist/modules/manager/custom/regex/utils.js +1 -1
- package/dist/modules/manager/custom/utils.js +1 -1
- package/dist/modules/manager/deps-edn/extract.js +1 -1
- package/dist/modules/manager/deps-edn/index.js +2 -2
- package/dist/modules/manager/deps-edn/parser.js +2 -2
- package/dist/modules/manager/devbox/artifacts.js +2 -2
- package/dist/modules/manager/devbox/index.js +2 -2
- package/dist/modules/manager/devbox/schema.js +2 -2
- package/dist/modules/manager/devbox/schema.js.map +1 -1
- package/dist/modules/manager/devbox/tool-versioning.js +6 -6
- package/dist/modules/manager/devcontainer/index.js +2 -2
- package/dist/modules/manager/devcontainer/schema.js +1 -1
- package/dist/modules/manager/docker-compose/extract.js +1 -1
- package/dist/modules/manager/docker-compose/index.js +2 -2
- package/dist/modules/manager/docker-compose/schema.js +1 -1
- package/dist/modules/manager/dockerfile/extract.js +2 -2
- package/dist/modules/manager/dockerfile/extract.js.map +1 -1
- package/dist/modules/manager/dockerfile/index.js +2 -2
- package/dist/modules/manager/droneci/index.js +2 -2
- package/dist/modules/manager/fleet/extract.js +1 -1
- package/dist/modules/manager/fleet/index.js +2 -2
- package/dist/modules/manager/fleet/schema.js +1 -1
- package/dist/modules/manager/flux/artifacts.js +1 -1
- package/dist/modules/manager/flux/extract.js +1 -1
- package/dist/modules/manager/flux/index.js +2 -2
- package/dist/modules/manager/flux/schema.js +1 -1
- package/dist/modules/manager/fvm/index.js +2 -2
- package/dist/modules/manager/fvm/schema.js +1 -1
- package/dist/modules/manager/git-submodules/extract.js +3 -3
- package/dist/modules/manager/git-submodules/extract.js.map +1 -1
- package/dist/modules/manager/git-submodules/index.js +2 -2
- package/dist/modules/manager/git-submodules/update.js +2 -2
- package/dist/modules/manager/github-actions/community.js +1 -1
- package/dist/modules/manager/github-actions/extract.js +3 -3
- package/dist/modules/manager/github-actions/extract.js.map +1 -1
- package/dist/modules/manager/github-actions/index.js +2 -2
- package/dist/modules/manager/github-actions/parse.js +2 -2
- package/dist/modules/manager/github-actions/schema.js +1 -1
- package/dist/modules/manager/gitlabci/index.js +2 -2
- package/dist/modules/manager/gitlabci/schema.js +1 -1
- package/dist/modules/manager/gitlabci-include/index.js +2 -2
- package/dist/modules/manager/gitlabci-include/schema.js +1 -1
- package/dist/modules/manager/glasskube/extract.js +1 -1
- package/dist/modules/manager/glasskube/index.js +2 -2
- package/dist/modules/manager/glasskube/schema.js +1 -1
- package/dist/modules/manager/gleam/artifacts.js +1 -1
- package/dist/modules/manager/gleam/extract.js +1 -1
- package/dist/modules/manager/gleam/extract.js.map +1 -1
- package/dist/modules/manager/gleam/index.js +2 -2
- package/dist/modules/manager/gleam/range.js +1 -1
- package/dist/modules/manager/gleam/schema.js +1 -1
- package/dist/modules/manager/gomod/artifacts-extra.js +4 -4
- package/dist/modules/manager/gomod/artifacts-extra.js.map +1 -1
- package/dist/modules/manager/gomod/artifacts.js +3 -3
- package/dist/modules/manager/gomod/index.js +2 -2
- package/dist/modules/manager/gomod/line-parser.js +2 -2
- package/dist/modules/manager/gradle/artifacts.js +2 -2
- package/dist/modules/manager/gradle/extract/catalog.js +2 -2
- package/dist/modules/manager/gradle/extract.js +2 -2
- package/dist/modules/manager/gradle/index.js +2 -2
- package/dist/modules/manager/gradle/parser/apply-from.js +1 -1
- package/dist/modules/manager/gradle/parser/assignments.js +1 -1
- package/dist/modules/manager/gradle/parser/common.js +1 -1
- package/dist/modules/manager/gradle/parser/dependencies.js +1 -1
- package/dist/modules/manager/gradle/parser/handlers.js +2 -2
- package/dist/modules/manager/gradle/parser/language-version.js +1 -1
- package/dist/modules/manager/gradle/parser/objects.js +1 -1
- package/dist/modules/manager/gradle/parser/plugins.js +1 -1
- package/dist/modules/manager/gradle/parser/registry-urls.js +1 -1
- package/dist/modules/manager/gradle/parser/version-catalogs.js +1 -1
- package/dist/modules/manager/gradle/parser.js +1 -1
- package/dist/modules/manager/gradle/utils.js +3 -3
- package/dist/modules/manager/gradle/utils.js.map +1 -1
- package/dist/modules/manager/gradle-wrapper/artifacts.js +2 -2
- package/dist/modules/manager/gradle-wrapper/index.js +2 -2
- package/dist/modules/manager/gradle-wrapper/utils.js +3 -3
- package/dist/modules/manager/haskell-cabal/index.js +2 -2
- package/dist/modules/manager/helm-requirements/extract.js +1 -1
- package/dist/modules/manager/helm-requirements/index.js +2 -2
- package/dist/modules/manager/helm-values/index.js +2 -2
- package/dist/modules/manager/helmfile/artifacts.js +1 -1
- package/dist/modules/manager/helmfile/extract.js +1 -1
- package/dist/modules/manager/helmfile/index.js +2 -2
- package/dist/modules/manager/helmfile/schema.js +1 -1
- package/dist/modules/manager/helmfile/utils.js +2 -2
- package/dist/modules/manager/helmsman/extract.js +1 -1
- package/dist/modules/manager/helmsman/index.js +2 -2
- package/dist/modules/manager/helmv3/artifacts.js +2 -2
- package/dist/modules/manager/helmv3/common.js +2 -2
- package/dist/modules/manager/helmv3/extract.js +1 -1
- package/dist/modules/manager/helmv3/index.js +2 -2
- package/dist/modules/manager/helmv3/oci.js +1 -1
- package/dist/modules/manager/helmv3/update.js +2 -2
- package/dist/modules/manager/helmv3/utils.js +2 -2
- package/dist/modules/manager/hermit/artifacts.js +2 -2
- package/dist/modules/manager/hermit/extract.js +2 -2
- package/dist/modules/manager/hermit/index.js +2 -2
- package/dist/modules/manager/homebrew/handlers/github.js +3 -3
- package/dist/modules/manager/homebrew/handlers/npm.js +2 -2
- package/dist/modules/manager/homebrew/index.js +2 -2
- package/dist/modules/manager/html/index.js +2 -2
- package/dist/modules/manager/index.js +1 -0
- package/dist/modules/manager/index.js.map +1 -1
- package/dist/modules/manager/jenkins/extract.js +1 -1
- package/dist/modules/manager/jenkins/index.js +2 -2
- package/dist/modules/manager/jsonnet-bundler/artifacts.js +1 -1
- package/dist/modules/manager/jsonnet-bundler/extract.js +2 -2
- package/dist/modules/manager/jsonnet-bundler/index.js +2 -2
- package/dist/modules/manager/kotlin-script/extract.js +1 -1
- package/dist/modules/manager/kotlin-script/index.js +2 -2
- package/dist/modules/manager/kubernetes/extract.js +1 -1
- package/dist/modules/manager/kubernetes/index.js +2 -2
- package/dist/modules/manager/kubernetes/schema.js +1 -1
- package/dist/modules/manager/kustomize/artifacts.js +2 -2
- package/dist/modules/manager/kustomize/common.js +3 -3
- package/dist/modules/manager/kustomize/extract.js +2 -2
- package/dist/modules/manager/kustomize/index.js +2 -2
- package/dist/modules/manager/leiningen/index.js +2 -2
- package/dist/modules/manager/maven/extract.js +2 -2
- package/dist/modules/manager/maven/index.js +2 -2
- package/dist/modules/manager/maven/update.js +2 -2
- package/dist/modules/manager/maven-wrapper/artifacts.js +3 -3
- package/dist/modules/manager/maven-wrapper/index.js +2 -2
- package/dist/modules/manager/meteor/index.js +2 -2
- package/dist/modules/manager/mint/index.js +2 -2
- package/dist/modules/manager/mise/backends.js +1 -1
- package/dist/modules/manager/mise/extract.js +1 -1
- package/dist/modules/manager/mise/index.js +2 -2
- package/dist/modules/manager/mise/schema.js +1 -1
- package/dist/modules/manager/mix/artifacts.js +1 -1
- package/dist/modules/manager/mix/index.js +2 -2
- package/dist/modules/manager/mix/range.js +1 -1
- package/dist/modules/manager/nix/artifacts.js +1 -1
- package/dist/modules/manager/nix/index.js +2 -2
- package/dist/modules/manager/nix/schema.js +1 -1
- package/dist/modules/manager/nodenv/index.js +2 -2
- package/dist/modules/manager/npm/artifacts.js +2 -2
- package/dist/modules/manager/npm/detect.js +3 -3
- package/dist/modules/manager/npm/extract/common/dependency.js +4 -4
- package/dist/modules/manager/npm/extract/common/dependency.js.map +1 -1
- package/dist/modules/manager/npm/extract/common/overrides.js +1 -1
- package/dist/modules/manager/npm/extract/common/package-file.js +1 -1
- package/dist/modules/manager/npm/extract/index.js +2 -2
- package/dist/modules/manager/npm/extract/pnpm.js +2 -2
- package/dist/modules/manager/npm/extract/post/locked-versions.js +3 -3
- package/dist/modules/manager/npm/extract/post/monorepo.js +1 -1
- package/dist/modules/manager/npm/extract/yarn.js +1 -1
- package/dist/modules/manager/npm/extract/yarnrc.js +1 -1
- package/dist/modules/manager/npm/index.js +2 -2
- package/dist/modules/manager/npm/post-update/index.js +3 -3
- package/dist/modules/manager/npm/post-update/node-version.js +3 -3
- package/dist/modules/manager/npm/post-update/npm.js +3 -3
- package/dist/modules/manager/npm/post-update/pnpm.js +2 -2
- package/dist/modules/manager/npm/post-update/rules.js +1 -1
- package/dist/modules/manager/npm/post-update/utils.js +2 -2
- package/dist/modules/manager/npm/post-update/yarn.js +3 -3
- package/dist/modules/manager/npm/range.js +1 -1
- package/dist/modules/manager/npm/schema.js +1 -1
- package/dist/modules/manager/npm/update/dependency/index.js +1 -1
- package/dist/modules/manager/npm/update/dependency/pnpm.js +1 -1
- package/dist/modules/manager/npm/update/dependency/yarn.js +1 -1
- package/dist/modules/manager/npm/update/locked-dependency/common/parent-version.js +7 -7
- package/dist/modules/manager/npm/update/locked-dependency/common/parent-version.js.map +1 -1
- package/dist/modules/manager/npm/update/locked-dependency/package-lock/dep-constraints.js +4 -4
- package/dist/modules/manager/npm/update/locked-dependency/package-lock/dep-constraints.js.map +1 -1
- package/dist/modules/manager/npm/update/locked-dependency/package-lock/index.js +5 -5
- package/dist/modules/manager/npm/update/locked-dependency/package-lock/index.js.map +1 -1
- package/dist/modules/manager/npm/update/locked-dependency/yarn-lock/index.js +2 -2
- package/dist/modules/manager/npm/update/locked-dependency/yarn-lock/index.js.map +1 -1
- package/dist/modules/manager/npm/update/package-version/index.js +2 -2
- package/dist/modules/manager/npm/utils.js +3 -3
- package/dist/modules/manager/nuget/artifacts.js +2 -2
- package/dist/modules/manager/nuget/config-formatter.js +1 -1
- package/dist/modules/manager/nuget/extract.js +1 -1
- package/dist/modules/manager/nuget/index.js +2 -2
- package/dist/modules/manager/nuget/package-tree.js +2 -2
- package/dist/modules/manager/nuget/schema.js +1 -1
- package/dist/modules/manager/nuget/update.js +2 -2
- package/dist/modules/manager/nuget/util.js +2 -2
- package/dist/modules/manager/nvm/extract.js +1 -1
- package/dist/modules/manager/nvm/index.js +2 -2
- package/dist/modules/manager/ocb/extract.js +1 -1
- package/dist/modules/manager/ocb/index.js +2 -2
- package/dist/modules/manager/ocb/schema.js +1 -1
- package/dist/modules/manager/ocb/update.js +1 -1
- package/dist/modules/manager/osgi/extract.js +2 -2
- package/dist/modules/manager/osgi/index.js +2 -2
- package/dist/modules/manager/pep621/artifacts.js +1 -1
- package/dist/modules/manager/pep621/index.js +2 -2
- package/dist/modules/manager/pep621/processors/pdm.js +1 -1
- package/dist/modules/manager/pep621/processors/uv.js +1 -1
- package/dist/modules/manager/pep621/schema.js +1 -1
- package/dist/modules/manager/pep621/update.js +1 -1
- package/dist/modules/manager/pep621/utils.js +1 -1
- package/dist/modules/manager/pep723/index.js +2 -2
- package/dist/modules/manager/pep723/schema.js +1 -1
- package/dist/modules/manager/pip-compile/artifacts.js +2 -2
- package/dist/modules/manager/pip-compile/common.js +2 -2
- package/dist/modules/manager/pip-compile/extract.js +2 -2
- package/dist/modules/manager/pip-compile/index.js +2 -2
- package/dist/modules/manager/pip-compile/utils.js +2 -2
- package/dist/modules/manager/pip_requirements/artifacts.js +1 -1
- package/dist/modules/manager/pip_requirements/extract.js +1 -1
- package/dist/modules/manager/pip_requirements/index.js +2 -2
- package/dist/modules/manager/pip_setup/extract.js +1 -1
- package/dist/modules/manager/pip_setup/index.js +2 -2
- package/dist/modules/manager/pipenv/artifacts.js +1 -1
- package/dist/modules/manager/pipenv/extract.js +1 -1
- package/dist/modules/manager/pipenv/index.js +2 -2
- package/dist/modules/manager/pixi/artifacts.js +1 -1
- package/dist/modules/manager/pixi/extract.js +1 -1
- package/dist/modules/manager/pixi/index.js +2 -2
- package/dist/modules/manager/pixi/schema.js +1 -1
- package/dist/modules/manager/poetry/artifacts.js +1 -1
- package/dist/modules/manager/poetry/extract.js +1 -1
- package/dist/modules/manager/poetry/index.js +2 -2
- package/dist/modules/manager/poetry/schema.js +1 -1
- package/dist/modules/manager/pre-commit/extract.js +1 -1
- package/dist/modules/manager/pre-commit/index.js +2 -2
- package/dist/modules/manager/pub/artifacts.js +1 -1
- package/dist/modules/manager/pub/extract.js +1 -1
- package/dist/modules/manager/pub/index.js +2 -2
- package/dist/modules/manager/pub/schema.js +1 -1
- package/dist/modules/manager/puppet/index.js +2 -2
- package/dist/modules/manager/pyenv/index.js +2 -2
- package/dist/modules/manager/quadlet/index.js +2 -2
- package/dist/modules/manager/quadlet/schema.js +1 -1
- package/dist/modules/manager/renovate-config-presets/extract.js +1 -1
- package/dist/modules/manager/renovate-config-presets/index.js +2 -2
- package/dist/modules/manager/renovate-config-presets/schema.js +1 -1
- package/dist/modules/manager/ruby-version/index.js +2 -2
- package/dist/modules/manager/runtime-version/index.js +2 -2
- package/dist/modules/manager/sbt/extract.js +1 -1
- package/dist/modules/manager/sbt/index.js +2 -2
- package/dist/modules/manager/sbt/update.js +2 -2
- package/dist/modules/manager/scalafmt/index.js +2 -2
- package/dist/modules/manager/setup-cfg/extract.js +1 -1
- package/dist/modules/manager/setup-cfg/index.js +2 -2
- package/dist/modules/manager/sveltos/index.js +2 -2
- package/dist/modules/manager/sveltos/schema.js +1 -1
- package/dist/modules/manager/swift/index.js +2 -2
- package/dist/modules/manager/tekton/extract.js +1 -1
- package/dist/modules/manager/tekton/index.js +2 -2
- package/dist/modules/manager/terraform/base.js +1 -1
- package/dist/modules/manager/terraform/extract.js +1 -1
- package/dist/modules/manager/terraform/extractors/others/modules.js +1 -1
- package/dist/modules/manager/terraform/extractors/others/providers.js +1 -1
- package/dist/modules/manager/terraform/extractors/resources/generic-docker-image-ref.js +1 -1
- package/dist/modules/manager/terraform/extractors/resources/helm-release.js +1 -1
- package/dist/modules/manager/terraform/extractors/resources/terraform-workspace.js +1 -1
- package/dist/modules/manager/terraform/extractors/terraform-block/required-provider.js +1 -1
- package/dist/modules/manager/terraform/extractors/terraform-block/terraform-version.js +1 -1
- package/dist/modules/manager/terraform/hcl/index.js +1 -1
- package/dist/modules/manager/terraform/index.js +2 -2
- package/dist/modules/manager/terraform/lockfile/hash.js +4 -4
- package/dist/modules/manager/terraform/lockfile/index.js +1 -1
- package/dist/modules/manager/terraform/lockfile/util.js +1 -1
- package/dist/modules/manager/terraform/util.js +1 -1
- package/dist/modules/manager/terraform-version/index.js +2 -2
- package/dist/modules/manager/terragrunt/index.js +2 -2
- package/dist/modules/manager/terragrunt-version/index.js +2 -2
- package/dist/modules/manager/tflint-plugin/index.js +2 -2
- package/dist/modules/manager/tflint-plugin/plugins.js +1 -1
- package/dist/modules/manager/travis/extract.js +1 -1
- package/dist/modules/manager/travis/index.js +2 -2
- package/dist/modules/manager/typst/extract.js +2 -2
- package/dist/modules/manager/typst/index.js +2 -2
- package/dist/modules/manager/unity3d/index.js +2 -2
- package/dist/modules/manager/velaci/index.js +2 -2
- package/dist/modules/manager/vendir/index.js +2 -2
- package/dist/modules/manager/vendir/schema.js +1 -1
- package/dist/modules/manager/woodpecker/extract.js +1 -1
- package/dist/modules/manager/woodpecker/index.js +2 -2
- package/dist/modules/platform/api.js +1 -2
- package/dist/modules/platform/api.js.map +1 -1
- package/dist/modules/platform/azure/azure-got-wrapper.js +2 -2
- package/dist/modules/platform/azure/azure-helper.js +1 -1
- package/dist/modules/platform/azure/index.js +2 -2
- package/dist/modules/platform/azure/schema.js +1 -1
- package/dist/modules/platform/azure/util.js +1 -1
- package/dist/modules/platform/bitbucket/index.js +5 -4
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/pr-cache.js +1 -1
- package/dist/modules/platform/bitbucket/schema.js +1 -1
- package/dist/modules/platform/bitbucket-server/index.js +5 -4
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/pr-cache.js +1 -1
- package/dist/modules/platform/bitbucket-server/schema.js +1 -1
- package/dist/modules/platform/bitbucket-server/utils.js +1 -1
- package/dist/modules/platform/codecommit/codecommit-client.js +2 -2
- package/dist/modules/platform/codecommit/index.js +2 -2
- package/dist/modules/platform/forgejo/forgejo-helper.js +1 -1
- package/dist/modules/platform/forgejo/index.js +3 -3
- package/dist/modules/platform/forgejo/pr-cache.js +1 -1
- package/dist/modules/platform/forgejo/utils.js +1 -1
- package/dist/modules/platform/gerrit/client.js +2 -2
- package/dist/modules/platform/gerrit/index.js +4 -4
- package/dist/modules/platform/gerrit/index.js.map +1 -1
- package/dist/modules/platform/gerrit/scm.js +1 -1
- package/dist/modules/platform/gitea/index.js +3 -3
- package/dist/modules/platform/gitea/pr-cache.js +1 -1
- package/dist/modules/platform/gitea/schema.js +1 -1
- package/dist/modules/platform/gitea/utils.js +1 -1
- package/dist/modules/platform/github/api-cache.js +1 -1
- package/dist/modules/platform/github/branch.js +1 -1
- package/dist/modules/platform/github/common.js +1 -1
- package/dist/modules/platform/github/index.js +3 -3
- package/dist/modules/platform/github/issue.js +1 -1
- package/dist/modules/platform/github/massage-markdown-links.js +1 -1
- package/dist/modules/platform/github/pr.js +1 -1
- package/dist/modules/platform/github/schema.js +1 -1
- package/dist/modules/platform/gitlab/code-owners.js +2 -2
- package/dist/modules/platform/gitlab/http.js +1 -1
- package/dist/modules/platform/gitlab/index.js +5 -4
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/dist/modules/platform/gitlab/schema.js +1 -1
- package/dist/modules/platform/gitlab/utils.js +2 -2
- package/dist/modules/platform/index.js +1 -0
- package/dist/modules/platform/index.js.map +1 -1
- package/dist/modules/platform/local/index.js +2 -2
- package/dist/modules/platform/local/scm.js +1 -1
- package/dist/modules/platform/pr-body.js +1 -1
- package/dist/modules/platform/utils/read-only-issue-body.js +1 -1
- package/dist/modules/versioning/api.js +47 -48
- package/dist/modules/versioning/api.js.map +1 -1
- package/dist/modules/versioning/aws-eks-addon/index.js +1 -1
- package/dist/modules/versioning/aws-machine-image/index.js +1 -1
- package/dist/modules/versioning/azure-rest-api/index.js +1 -1
- package/dist/modules/versioning/bazel-module/index.js +1 -1
- package/dist/modules/versioning/cargo/index.js +11 -11
- package/dist/modules/versioning/cargo/index.js.map +1 -1
- package/dist/modules/versioning/composer/index.js +23 -23
- package/dist/modules/versioning/composer/index.js.map +1 -1
- package/dist/modules/versioning/conan/common.js +2 -2
- package/dist/modules/versioning/conan/index.js +8 -8
- package/dist/modules/versioning/conan/index.js.map +1 -1
- package/dist/modules/versioning/conan/range.js +2 -2
- package/dist/modules/versioning/conda/index.js +4 -4
- package/dist/modules/versioning/conda/index.js.map +1 -1
- package/dist/modules/versioning/deb/index.js +1 -1
- package/dist/modules/versioning/debian/common.js +1 -1
- package/dist/modules/versioning/debian/index.js +1 -1
- package/dist/modules/versioning/devbox/index.js +1 -1
- package/dist/modules/versioning/distro.js +1 -1
- package/dist/modules/versioning/docker/index.js +1 -1
- package/dist/modules/versioning/exact/index.js +1 -1
- package/dist/modules/versioning/generic.js +2 -1
- package/dist/modules/versioning/generic.js.map +1 -1
- package/dist/modules/versioning/git/index.js +1 -1
- package/dist/modules/versioning/glasskube/index.js +2 -2
- package/dist/modules/versioning/go-mod-directive/index.js +7 -9
- package/dist/modules/versioning/go-mod-directive/index.js.map +1 -1
- package/dist/modules/versioning/gradle/compare.js +1 -1
- package/dist/modules/versioning/gradle/index.js +1 -3
- package/dist/modules/versioning/gradle/index.js.map +1 -1
- package/dist/modules/versioning/hashicorp/index.js +8 -8
- package/dist/modules/versioning/hashicorp/index.js.map +1 -1
- package/dist/modules/versioning/helm/index.js +1 -1
- package/dist/modules/versioning/helm/index.js.map +1 -1
- package/dist/modules/versioning/hermit/index.js +2 -2
- package/dist/modules/versioning/hex/index.js +9 -9
- package/dist/modules/versioning/hex/index.js.map +1 -1
- package/dist/modules/versioning/index.js +1 -0
- package/dist/modules/versioning/index.js.map +1 -1
- package/dist/modules/versioning/ivy/index.js +1 -1
- package/dist/modules/versioning/kubernetes-api/index.js +1 -1
- package/dist/modules/versioning/lambda-node/index.js +3 -3
- package/dist/modules/versioning/loose/index.js +1 -1
- package/dist/modules/versioning/maven/index.js +1 -3
- package/dist/modules/versioning/maven/index.js.map +1 -1
- package/dist/modules/versioning/nixpkgs/index.js +2 -2
- package/dist/modules/versioning/node/index.js +2 -2
- package/dist/modules/versioning/npm/index.js +4 -6
- package/dist/modules/versioning/npm/index.js.map +1 -1
- package/dist/modules/versioning/npm/range.js +3 -3
- package/dist/modules/versioning/nuget/index.js +1 -1
- package/dist/modules/versioning/pep440/index.js +3 -3
- package/dist/modules/versioning/pep440/range.js +1 -1
- package/dist/modules/versioning/perl/index.js +1 -1
- package/dist/modules/versioning/poetry/index.js +17 -17
- package/dist/modules/versioning/poetry/index.js.map +1 -1
- package/dist/modules/versioning/poetry/transform.js +2 -2
- package/dist/modules/versioning/pvp/index.js +1 -1
- package/dist/modules/versioning/python/index.js +13 -13
- package/dist/modules/versioning/python/index.js.map +1 -1
- package/dist/modules/versioning/redhat/index.js +1 -1
- package/dist/modules/versioning/regex/index.js +1 -1
- package/dist/modules/versioning/rez/index.js +20 -20
- package/dist/modules/versioning/rez/index.js.map +1 -1
- package/dist/modules/versioning/rpm/index.js +2 -2
- package/dist/modules/versioning/ruby/index.js +2 -2
- package/dist/modules/versioning/ruby/range.js +1 -1
- package/dist/modules/versioning/ruby/strategies/bump.js +1 -1
- package/dist/modules/versioning/ruby/version.js +1 -1
- package/dist/modules/versioning/rust-release-channel/index.js +2 -2
- package/dist/modules/versioning/rust-release-channel/util.js +1 -1
- package/dist/modules/versioning/same-major/index.js +10 -10
- package/dist/modules/versioning/same-major/index.js.map +1 -1
- package/dist/modules/versioning/schema.js +2 -2
- package/dist/modules/versioning/semver/index.js +4 -6
- package/dist/modules/versioning/semver/index.js.map +1 -1
- package/dist/modules/versioning/semver-coerced/index.js +6 -7
- package/dist/modules/versioning/semver-coerced/index.js.map +1 -1
- package/dist/modules/versioning/semver-partial/index.js +3 -3
- package/dist/modules/versioning/swift/index.js +4 -4
- package/dist/modules/versioning/swift/range.js +2 -2
- package/dist/modules/versioning/ubuntu/index.js +2 -3
- package/dist/modules/versioning/ubuntu/index.js.map +1 -1
- package/dist/modules/versioning/unity3d/index.js +1 -1
- package/dist/modules/versioning/unity3d-packages/index.js +1 -3
- package/dist/modules/versioning/unity3d-packages/index.js.map +1 -1
- package/dist/proxy.js +2 -1
- package/dist/proxy.js.map +1 -1
- package/dist/punycode.js +2 -2
- package/dist/util/array.js +1 -1
- package/dist/util/assign-keys.js +1 -1
- package/dist/util/cache/memory/index.js +2 -2
- package/dist/util/cache/package/file.js +3 -3
- package/dist/util/cache/package/index.js +1 -0
- package/dist/util/cache/package/index.js.map +1 -1
- package/dist/util/cache/package/redis.js +2 -1
- package/dist/util/cache/package/redis.js.map +1 -1
- package/dist/util/cache/package/sqlite.js +3 -3
- package/dist/util/cache/package/ttl.js +1 -1
- package/dist/util/cache/package/with-cache.js +1 -1
- package/dist/util/cache/repository/common.js +2 -2
- package/dist/util/cache/repository/http-cache.js +1 -1
- package/dist/util/cache/repository/impl/base.js +1 -1
- package/dist/util/cache/repository/impl/s3.js +1 -1
- package/dist/util/cache/repository/schema.js +1 -1
- package/dist/util/clone.js +1 -1
- package/dist/util/common.js +3 -3
- package/dist/util/compress.js +3 -2
- package/dist/util/compress.js.map +1 -1
- package/dist/util/date.js +1 -1
- package/dist/util/emoji.js +4 -4
- package/dist/util/env.js +2 -2
- package/dist/util/exec/common.js +2 -1
- package/dist/util/exec/common.js.map +1 -1
- package/dist/util/exec/containerbase.js +1 -1
- package/dist/util/exec/docker/index.js +1 -1
- package/dist/util/exec/exec-error.js +3 -2
- package/dist/util/exec/exec-error.js.map +1 -1
- package/dist/util/exec/hermit.js +2 -2
- package/dist/util/exec/index.js +2 -2
- package/dist/util/exec/utils.js +1 -1
- package/dist/util/filter-map.js +1 -1
- package/dist/util/fs/index.js +5 -5
- package/dist/util/fs/util.js +2 -2
- package/dist/util/git/auth.js +1 -1
- package/dist/util/git/author.js +2 -2
- package/dist/util/git/behind-base-branch-cache.js +1 -1
- package/dist/util/git/config.js +1 -1
- package/dist/util/git/conflicts-cache.js +1 -1
- package/dist/util/git/index.js +6 -5
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/git/private-key.js +4 -4
- package/dist/util/git/semantic.js +2 -2
- package/dist/util/git/url.js +2 -2
- package/dist/util/github/graphql/cache-strategies/abstract-cache-strategy.js +1 -1
- package/dist/util/github/graphql/datasource-fetcher.js +2 -2
- package/dist/util/github/graphql/query-adapters/branches-query-adapter.js +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.js +1 -1
- package/dist/util/github/graphql/query-adapters/tags-query-adapter.js +1 -1
- package/dist/util/github/graphql/util.js +1 -1
- package/dist/util/hash.js +2 -2
- package/dist/util/host-rules.js +2 -1
- package/dist/util/host-rules.js.map +1 -1
- package/dist/util/html.js +1 -1
- package/dist/util/http/auth.js +1 -1
- package/dist/util/http/bitbucket-server.js +1 -1
- package/dist/util/http/bitbucket.js +1 -1
- package/dist/util/http/cache/abstract-http-cache-provider.js +1 -1
- package/dist/util/http/cache/package-http-cache-provider.js +1 -1
- package/dist/util/http/cache/schema.js +1 -1
- package/dist/util/http/forgejo.js +1 -1
- package/dist/util/http/gitea.js +1 -1
- package/dist/util/http/github.js +2 -1
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/gitlab.js +2 -1
- package/dist/util/http/gitlab.js.map +1 -1
- package/dist/util/http/got.js +2 -2
- package/dist/util/http/host-rules.js +1 -1
- package/dist/util/http/http.js +2 -2
- package/dist/util/http/index.js +1 -1
- package/dist/util/http/keep-alive.js +2 -2
- package/dist/util/http/legacy.js +2 -2
- package/dist/util/http/queue.js +2 -2
- package/dist/util/http/rate-limits.js +1 -1
- package/dist/util/http/retry-after.js +1 -1
- package/dist/util/http/throttle.js +2 -2
- package/dist/util/interpolator.js +1 -1
- package/dist/util/json-writer/editor-config.js +2 -2
- package/dist/util/jsonata.js +2 -2
- package/dist/util/markdown.js +3 -3
- package/dist/util/merge-confidence/index.js +1 -1
- package/dist/util/minimatch.js +2 -2
- package/dist/util/mutex.js +1 -1
- package/dist/util/number.js +1 -1
- package/dist/util/package-rules/base-branches.js +1 -1
- package/dist/util/package-rules/categories.js +1 -1
- package/dist/util/package-rules/current-age.js +1 -1
- package/dist/util/package-rules/current-value.js +1 -1
- package/dist/util/package-rules/current-version.js +1 -1
- package/dist/util/package-rules/datasources.js +1 -1
- package/dist/util/package-rules/dep-names.js +1 -1
- package/dist/util/package-rules/dep-types.js +1 -1
- package/dist/util/package-rules/files.js +1 -1
- package/dist/util/package-rules/index.js +2 -2
- package/dist/util/package-rules/managers.js +1 -1
- package/dist/util/package-rules/matchers.js +1 -2
- package/dist/util/package-rules/matchers.js.map +1 -1
- package/dist/util/package-rules/merge-confidence.js +1 -1
- package/dist/util/package-rules/new-value.js +1 -1
- package/dist/util/package-rules/package-names.js +1 -1
- package/dist/util/package-rules/repositories.js +1 -1
- package/dist/util/package-rules/sourceurls.js +1 -1
- package/dist/util/package-rules/update-types.js +1 -1
- package/dist/util/pretty-time.js +2 -2
- package/dist/util/promises.js +3 -3
- package/dist/util/regex.js +2 -2
- package/dist/util/result.js +1 -1
- package/dist/util/s3.js +2 -1
- package/dist/util/s3.js.map +1 -1
- package/dist/util/sanitize.js +2 -2
- package/dist/util/schema-utils/index.js +3 -3
- package/dist/util/schema-utils/v4.js +2 -2
- package/dist/util/streams.js +1 -1
- package/dist/util/string-match.js +3 -2
- package/dist/util/string-match.js.map +1 -1
- package/dist/util/string.js +2 -2
- package/dist/util/stringify.js +1 -1
- package/dist/util/template/index.js +2 -2
- package/dist/util/timestamp.js +2 -1
- package/dist/util/timestamp.js.map +1 -1
- package/dist/util/toml.js +1 -1
- package/dist/util/url.js +5 -4
- package/dist/util/url.js.map +1 -1
- package/dist/util/yaml.js +1 -1
- package/dist/workers/global/autodiscover.js +2 -1
- package/dist/workers/global/autodiscover.js.map +1 -1
- package/dist/workers/global/config/parse/additional-config-file.js +2 -2
- package/dist/workers/global/config/parse/cli.js +1 -1
- package/dist/workers/global/config/parse/codespaces.js +2 -2
- package/dist/workers/global/config/parse/coersions.js +2 -2
- package/dist/workers/global/config/parse/env.js +2 -2
- package/dist/workers/global/config/parse/file.js +2 -2
- package/dist/workers/global/config/parse/index.js +2 -1
- 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 +4 -4
- package/dist/workers/global/initialize.js +4 -4
- package/dist/workers/global/limits.js +1 -1
- package/dist/workers/repository/common.js +1 -1
- package/dist/workers/repository/config-migration/branch/index.js +1 -1
- package/dist/workers/repository/config-migration/branch/migrated-data.js +4 -4
- package/dist/workers/repository/config-migration/branch/rebase.js +2 -2
- package/dist/workers/repository/config-migration/pr/index.js +1 -1
- package/dist/workers/repository/dependency-dashboard.js +1 -1
- package/dist/workers/repository/extract/index.js +1 -1
- package/dist/workers/repository/extract/manager-files.js +1 -1
- package/dist/workers/repository/extract/supersedes.js +1 -1
- package/dist/workers/repository/finalize/prune.js +1 -1
- package/dist/workers/repository/index.js +2 -2
- package/dist/workers/repository/init/cache.js +2 -2
- package/dist/workers/repository/init/inherited.js +1 -1
- package/dist/workers/repository/init/merge.js +1 -1
- package/dist/workers/repository/model/commit-message.js +1 -1
- package/dist/workers/repository/onboarding/branch/check.js +1 -1
- package/dist/workers/repository/onboarding/branch/index.js +1 -1
- package/dist/workers/repository/onboarding/branch/onboarding-branch-cache.js +1 -1
- package/dist/workers/repository/onboarding/pr/config-description.js +1 -1
- package/dist/workers/repository/onboarding/pr/index.js +1 -1
- package/dist/workers/repository/package-files.js +1 -1
- package/dist/workers/repository/process/extract-update.js +1 -1
- package/dist/workers/repository/process/fetch.js +1 -1
- package/dist/workers/repository/process/libyear.js +1 -1
- package/dist/workers/repository/process/limits.js +1 -1
- package/dist/workers/repository/process/lookup/abandonment.js +1 -1
- package/dist/workers/repository/process/lookup/current.js +1 -1
- package/dist/workers/repository/process/lookup/filter-checks.js +1 -1
- package/dist/workers/repository/process/lookup/filter.js +2 -2
- package/dist/workers/repository/process/lookup/generate.js +1 -1
- package/dist/workers/repository/process/lookup/index.js +1 -1
- package/dist/workers/repository/process/lookup/timestamps.js +1 -1
- package/dist/workers/repository/process/lookup/utils.js +1 -1
- package/dist/workers/repository/process/vulnerabilities.js +1 -1
- package/dist/workers/repository/process/write.js +1 -1
- package/dist/workers/repository/reconfigure/comment.js +1 -1
- package/dist/workers/repository/reconfigure/utils.js +1 -1
- package/dist/workers/repository/reconfigure/validate.js +1 -1
- package/dist/workers/repository/result.js +1 -0
- package/dist/workers/repository/result.js.map +1 -1
- package/dist/workers/repository/update/branch/auto-replace.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/get-updated.js +1 -1
- package/dist/workers/repository/update/branch/index.js +1 -1
- package/dist/workers/repository/update/branch/schedule.js +3 -3
- package/dist/workers/repository/update/pr/body/config-description.js +2 -2
- package/dist/workers/repository/update/pr/body/notes.js +1 -1
- package/dist/workers/repository/update/pr/changelog/api.js +1 -2
- package/dist/workers/repository/update/pr/changelog/api.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +3 -3
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js +3 -3
- package/dist/workers/repository/update/pr/changelog/common.js +2 -2
- package/dist/workers/repository/update/pr/changelog/forgejo/index.js +2 -2
- package/dist/workers/repository/update/pr/changelog/gitea/index.js +2 -2
- package/dist/workers/repository/update/pr/changelog/github/index.js +2 -2
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js +2 -2
- package/dist/workers/repository/update/pr/changelog/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/release-notes.js +2 -2
- package/dist/workers/repository/update/pr/changelog/source.js +1 -1
- package/dist/workers/repository/update/pr/code-owners.js +2 -2
- package/dist/workers/repository/update/pr/index.js +1 -1
- 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 +3 -3
- package/dist/workers/repository/updates/generate.js +2 -2
- package/package.json +3 -3
- package/renovate-schema.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region
|
|
1
|
+
//#region \0rolldown/runtime.js
|
|
2
2
|
var __create = Object.create;
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -7,7 +7,7 @@ var __getProtoOf = Object.getPrototypeOf;
|
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
8
|
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
9
9
|
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
10
|
-
var __exportAll = (all,
|
|
10
|
+
var __exportAll = (all, no_symbols) => {
|
|
11
11
|
let target = {};
|
|
12
12
|
for (var name in all) {
|
|
13
13
|
__defProp(target, name, {
|
|
@@ -15,7 +15,7 @@ var __exportAll = (all, symbols) => {
|
|
|
15
15
|
enumerable: true
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
if (
|
|
18
|
+
if (!no_symbols) {
|
|
19
19
|
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
20
20
|
}
|
|
21
21
|
return target;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_env = require('../../util/env.js');
|
|
3
3
|
const require_regex = require('../../util/regex.js');
|
|
4
4
|
const require_logger_index = require('../../logger/index.js');
|
package/dist/config/decrypt.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_constants_error_messages = require('../constants/error-messages.js');
|
|
3
3
|
const require_env = require('../util/env.js');
|
|
4
4
|
const require_regex = require('../util/regex.js');
|
package/dist/config/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","names":["clone","getOptions"],"sources":["../../lib/config/defaults.ts"],"sourcesContent":["import { clone } from '../util/clone.ts';\nimport { getOptions } from './options/index.ts';\nimport type { AllConfig, RenovateOptions } from './types.ts';\n\n// Use functions instead of direct values to avoid introducing global references.\n// In particular, we want a new array instance every time we request a default array\n// instead of sharing a single instance - mutation of this value could cause serious problems.\n// See https://github.com/mend/renovate-on-prem/issues/290 for an example\nconst defaultValueFactories = {\n boolean: () => true,\n array: () => [],\n string: () => null,\n object: () => null,\n integer: () => null,\n} as const;\n\nexport function getDefault(option: RenovateOptions): any {\n return option.default === undefined\n ? defaultValueFactories[option.type]()\n : clone(option.default);\n}\n\nexport function getConfig(): AllConfig {\n const options = getOptions();\n const config: AllConfig = {};\n options.forEach((option) => {\n if (!option.parents || option.parents.includes('.')) {\n config[option.name as keyof AllConfig] = getDefault(option);\n }\n });\n return config;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"defaults.js","names":["clone","getOptions"],"sources":["../../lib/config/defaults.ts"],"sourcesContent":["import { clone } from '../util/clone.ts';\nimport { getOptions } from './options/index.ts';\nimport type { AllConfig, RenovateOptions } from './types.ts';\n\n// Use functions instead of direct values to avoid introducing global references.\n// In particular, we want a new array instance every time we request a default array\n// instead of sharing a single instance - mutation of this value could cause serious problems.\n// See https://github.com/mend/renovate-on-prem/issues/290 for an example\nconst defaultValueFactories = {\n boolean: () => true,\n array: () => [],\n string: () => null,\n object: () => null,\n integer: () => null,\n} as const;\n\nexport function getDefault(option: RenovateOptions): any {\n return option.default === undefined\n ? defaultValueFactories[option.type]()\n : clone(option.default);\n}\n\nexport function getConfig(): AllConfig {\n const options = getOptions();\n const config: AllConfig = {};\n options.forEach((option) => {\n if (!option.parents || option.parents.includes('.')) {\n config[option.name as keyof AllConfig] = getDefault(option);\n }\n });\n return config;\n}\n"],"mappings":";;;;;AAQA,MAAM,wBAAwB;CAC5B,eAAe;CACf,aAAa,EAAE;CACf,cAAc;CACd,cAAc;CACd,eAAe;CAChB;AAED,SAAgB,WAAW,QAA8B;AACvD,QAAO,OAAO,YAAY,SACtB,sBAAsB,OAAO,OAAO,GACpCA,oBAAM,OAAO,QAAQ;;AAG3B,SAAgB,YAAuB;CACrC,MAAM,UAAUC,yCAAY;CAC5B,MAAM,SAAoB,EAAE;AAC5B,SAAQ,SAAS,WAAW;AAC1B,MAAI,CAAC,OAAO,WAAW,OAAO,QAAQ,SAAS,IAAI,CACjD,QAAO,OAAO,QAA2B,WAAW,OAAO;GAE7D;AACF,QAAO"}
|
package/dist/config/global.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global.js","names":[],"sources":["../../lib/config/global.ts"],"sourcesContent":["import type { RenovateConfig, RepoGlobalConfig } from './types.ts';\n\nexport class GlobalConfig {\n // TODO: once global config work is complete, add a test to make sure this list includes all options with globalOnly=true (#9603)\n static OPTIONS: readonly (keyof RepoGlobalConfig)[] = [\n 'allowCustomCrateRegistries',\n 'allowPlugins',\n 'allowScripts',\n 'allowShellExecutorForPostUpgradeCommands',\n 'allowedCommands',\n 'allowedEnv',\n 'allowedHeaders',\n 'allowedUnsafeExecutions',\n 'autodiscoverRepoOrder',\n 'autodiscoverRepoSort',\n 'binarySource',\n 'cacheDir',\n 'cacheHardTtlMinutes',\n 'cachePrivatePackages',\n 'cacheTtlOverride',\n 'configFileNames',\n 'containerbaseDir',\n 'customEnvVariables',\n 'dockerChildPrefix',\n 'dockerCliOptions',\n 'dockerMaxPages',\n 'dockerSidecarImage',\n 'dockerUser',\n 'dryRun',\n 'encryptedWarning',\n 'endpoint',\n 'executionTimeout',\n 'exposeAllEnv',\n 'gitTimeout',\n 'githubTokenWarn',\n 'httpCacheTtlDays',\n 'ignorePrAuthor',\n 'includeMirrors',\n 'localDir',\n 'migratePresets',\n 'onboardingAutoCloseAge',\n 'platform',\n 'presetCachePersistence',\n 's3Endpoint',\n 's3PathStyle',\n 'userAgent',\n ];\n\n private static config: RepoGlobalConfig = {};\n\n static get(): RepoGlobalConfig;\n static get<Key extends keyof RepoGlobalConfig>(\n key: Key,\n ): RepoGlobalConfig[Key];\n static get<Key extends keyof RepoGlobalConfig>(\n key: Key,\n defaultValue: Required<RepoGlobalConfig>[Key],\n ): Required<RepoGlobalConfig>[Key];\n static get<Key extends keyof RepoGlobalConfig>(\n key?: Key,\n defaultValue?: RepoGlobalConfig[Key],\n ): RepoGlobalConfig | RepoGlobalConfig[Key] {\n return key\n ? (GlobalConfig.config[key] ?? defaultValue)\n : GlobalConfig.config;\n }\n\n static set(config: RenovateConfig & RepoGlobalConfig): RenovateConfig {\n GlobalConfig.reset();\n\n const result = { ...config };\n for (const option of GlobalConfig.OPTIONS) {\n GlobalConfig.config[option] = config[option] as never;\n delete result[option];\n }\n\n return result;\n }\n\n static reset(): void {\n GlobalConfig.config = {};\n }\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"global.js","names":[],"sources":["../../lib/config/global.ts"],"sourcesContent":["import type { RenovateConfig, RepoGlobalConfig } from './types.ts';\n\nexport class GlobalConfig {\n // TODO: once global config work is complete, add a test to make sure this list includes all options with globalOnly=true (#9603)\n static OPTIONS: readonly (keyof RepoGlobalConfig)[] = [\n 'allowCustomCrateRegistries',\n 'allowPlugins',\n 'allowScripts',\n 'allowShellExecutorForPostUpgradeCommands',\n 'allowedCommands',\n 'allowedEnv',\n 'allowedHeaders',\n 'allowedUnsafeExecutions',\n 'autodiscoverRepoOrder',\n 'autodiscoverRepoSort',\n 'binarySource',\n 'cacheDir',\n 'cacheHardTtlMinutes',\n 'cachePrivatePackages',\n 'cacheTtlOverride',\n 'configFileNames',\n 'containerbaseDir',\n 'customEnvVariables',\n 'dockerChildPrefix',\n 'dockerCliOptions',\n 'dockerMaxPages',\n 'dockerSidecarImage',\n 'dockerUser',\n 'dryRun',\n 'encryptedWarning',\n 'endpoint',\n 'executionTimeout',\n 'exposeAllEnv',\n 'gitTimeout',\n 'githubTokenWarn',\n 'httpCacheTtlDays',\n 'ignorePrAuthor',\n 'includeMirrors',\n 'localDir',\n 'migratePresets',\n 'onboardingAutoCloseAge',\n 'platform',\n 'presetCachePersistence',\n 's3Endpoint',\n 's3PathStyle',\n 'userAgent',\n ];\n\n private static config: RepoGlobalConfig = {};\n\n static get(): RepoGlobalConfig;\n static get<Key extends keyof RepoGlobalConfig>(\n key: Key,\n ): RepoGlobalConfig[Key];\n static get<Key extends keyof RepoGlobalConfig>(\n key: Key,\n defaultValue: Required<RepoGlobalConfig>[Key],\n ): Required<RepoGlobalConfig>[Key];\n static get<Key extends keyof RepoGlobalConfig>(\n key?: Key,\n defaultValue?: RepoGlobalConfig[Key],\n ): RepoGlobalConfig | RepoGlobalConfig[Key] {\n return key\n ? (GlobalConfig.config[key] ?? defaultValue)\n : GlobalConfig.config;\n }\n\n static set(config: RenovateConfig & RepoGlobalConfig): RenovateConfig {\n GlobalConfig.reset();\n\n const result = { ...config };\n for (const option of GlobalConfig.OPTIONS) {\n GlobalConfig.config[option] = config[option] as never;\n delete result[option];\n }\n\n return result;\n }\n\n static reset(): void {\n GlobalConfig.config = {};\n }\n}\n"],"mappings":";;;AAEA,IAAa,eAAb,MAAa,aAAa;CAExB,OAAO,UAA+C;EACpD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACD;CAED,OAAe,SAA2B,EAAE;CAU5C,OAAO,IACL,KACA,cAC0C;AAC1C,SAAO,MACF,aAAa,OAAO,QAAQ,eAC7B,aAAa;;CAGnB,OAAO,IAAI,QAA2D;AACpE,eAAa,OAAO;EAEpB,MAAM,SAAS,EAAE,GAAG,QAAQ;AAC5B,OAAK,MAAM,UAAU,aAAa,SAAS;AACzC,gBAAa,OAAO,UAAU,OAAO;AACrC,UAAO,OAAO;;AAGhB,SAAO;;CAGT,OAAO,QAAc;AACnB,eAAa,SAAS,EAAE"}
|
package/dist/config/massage.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_clone = require('../util/clone.js');
|
|
3
3
|
const require_config_options_index = require('./options/index.js');
|
|
4
4
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_logger_index = require('../logger/index.js');
|
|
3
3
|
const require_massage = require('./massage.js');
|
|
4
4
|
const require_migration = require('./migration.js');
|
package/dist/config/migration.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_regex = require('../util/regex.js');
|
|
3
3
|
const require_logger_index = require('../logger/index.js');
|
|
4
4
|
const require_clone = require('../util/clone.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
3
3
|
|
|
4
4
|
//#region lib/config/migrations/base/abstract-migration.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_config_global = require('../../global.js');
|
|
3
3
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
4
4
|
const require_common = require('../../presets/common.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_rename_property_migration = require('../base/rename-property-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_constants_error_messages = require('../../../constants/error-messages.js');
|
|
3
3
|
const require_logger_index = require('../../../logger/index.js');
|
|
4
4
|
const require_util_url = require('../../../util/url.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_regex = require('../../../util/regex.js');
|
|
3
3
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
4
4
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_regex = require('../../../util/regex.js');
|
|
3
3
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
4
4
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
5
5
|
let _breejs_later = require("@breejs/later");
|
|
6
|
-
_breejs_later =
|
|
6
|
+
_breejs_later = require_runtime.__toESM(_breejs_later);
|
|
7
7
|
|
|
8
8
|
//#region lib/config/migrations/custom/schedule-migration.ts
|
|
9
9
|
require_regex.init_regex();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_abstract_migration = require('../base/abstract-migration.js');
|
|
3
3
|
let _sindresorhus_is = require("@sindresorhus/is");
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../../_virtual/_rolldown/runtime.js');
|
|
2
2
|
const require_datasource_migration = require('./custom/datasource-migration.js');
|
|
3
3
|
const require_remove_property_migration = require('./base/remove-property-migration.js');
|
|
4
4
|
const require_rename_property_migration = require('./base/rename-property-migration.js');
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_runtime = require('../../_virtual/_rolldown/runtime.js');
|
|
2
3
|
const require_manager_list_generated = require('../../manager-list.generated.js');
|
|
3
4
|
const require_index = require('../../modules/manager/custom/index.js');
|
|
4
5
|
const require_modules_versioning_index = require('../../modules/versioning/index.js');
|
|
@@ -596,7 +597,7 @@ const options = [
|
|
|
596
597
|
name: "dockerSidecarImage",
|
|
597
598
|
description: "Change this value to override the default Renovate sidecar image.",
|
|
598
599
|
type: "string",
|
|
599
|
-
default: "ghcr.io/renovatebot/base-image:12.
|
|
600
|
+
default: "ghcr.io/renovatebot/base-image:12.35.0",
|
|
600
601
|
globalOnly: true
|
|
601
602
|
},
|
|
602
603
|
{
|