renovate 40.0.0-next.4 → 40.0.0-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/decrypt/legacy.js +0 -1
- package/dist/config/decrypt/legacy.js.map +1 -1
- package/dist/config/decrypt.d.ts +3 -1
- package/dist/config/decrypt.js +56 -13
- package/dist/config/decrypt.js.map +1 -1
- package/dist/config/migrate-validate.js +3 -2
- package/dist/config/migrate-validate.js.map +1 -1
- package/dist/config/migration.js +2 -1
- package/dist/config/migration.js.map +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js.map +1 -1
- package/dist/config/options/index.js +17 -3
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/parse.js +2 -2
- package/dist/config/parse.js.map +1 -1
- package/dist/config/presets/common.js +1 -0
- package/dist/config/presets/common.js.map +1 -1
- package/dist/config/presets/gitea/index.js +0 -1
- package/dist/config/presets/gitea/index.js.map +1 -1
- package/dist/config/presets/github/index.js +0 -1
- package/dist/config/presets/github/index.js.map +1 -1
- package/dist/config/presets/gitlab/index.js +1 -1
- package/dist/config/presets/gitlab/index.js.map +1 -1
- package/dist/config/presets/http/index.js +1 -2
- package/dist/config/presets/http/index.js.map +1 -1
- package/dist/config/presets/index.js +0 -7
- package/dist/config/presets/index.js.map +1 -1
- package/dist/config/presets/internal/custom-managers.js +18 -4
- package/dist/config/presets/internal/custom-managers.js.map +1 -1
- package/dist/config/presets/internal/group.js +30 -1
- package/dist/config/presets/internal/group.js.map +1 -1
- package/dist/config/presets/internal/index.js +1 -3
- package/dist/config/presets/internal/index.js.map +1 -1
- package/dist/config/presets/internal/workarounds.js +1 -0
- package/dist/config/presets/internal/workarounds.js.map +1 -1
- package/dist/config/presets/parse.js +2 -1
- package/dist/config/presets/parse.js.map +1 -1
- package/dist/config/schema.d.ts +2 -2
- package/dist/config/types.d.ts +4 -1
- package/dist/config/types.js.map +1 -1
- package/dist/config/validation.js +3 -5
- package/dist/config/validation.js.map +1 -1
- package/dist/config-validator.js +0 -1
- package/dist/config-validator.js.map +1 -1
- package/dist/constants/category.js +0 -1
- package/dist/constants/category.js.map +1 -1
- package/dist/constants/platforms.js +5 -1
- package/dist/constants/platforms.js.map +1 -1
- package/dist/data/monorepo.json +8 -2
- package/dist/data/source-urls.json +1 -0
- package/dist/data-files.generated.js +2 -2
- package/dist/data-files.generated.js.map +1 -1
- package/dist/instrumentation/index.js +39 -15
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/instrumentation/utils.js +1 -1
- package/dist/instrumentation/utils.js.map +1 -1
- package/dist/logger/cmd-serializer.js +0 -1
- package/dist/logger/cmd-serializer.js.map +1 -1
- package/dist/logger/config-serializer.js +0 -1
- package/dist/logger/config-serializer.js.map +1 -1
- package/dist/logger/index.js +1 -4
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +4 -2
- package/dist/logger/once.js.map +1 -1
- package/dist/logger/pretty-stdout.js +0 -1
- package/dist/logger/pretty-stdout.js.map +1 -1
- package/dist/logger/renovate-logger.js +1 -1
- package/dist/logger/renovate-logger.js.map +1 -1
- package/dist/logger/utils.js +6 -11
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/api.js +4 -0
- package/dist/modules/datasource/api.js.map +1 -1
- package/dist/modules/datasource/artifactory/index.js +1 -2
- package/dist/modules/datasource/artifactory/index.js.map +1 -1
- package/dist/modules/datasource/aws-eks-addon/index.d.ts +11 -0
- package/dist/modules/datasource/aws-eks-addon/index.js +75 -0
- package/dist/modules/datasource/aws-eks-addon/index.js.map +1 -0
- package/dist/modules/datasource/aws-eks-addon/schema.d.ts +40 -0
- package/dist/modules/datasource/aws-eks-addon/schema.js +31 -0
- package/dist/modules/datasource/aws-eks-addon/schema.js.map +1 -0
- package/dist/modules/datasource/aws-machine-image/index.js +6 -5
- package/dist/modules/datasource/aws-machine-image/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js +15 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +24 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js +3 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
- package/dist/modules/datasource/bazel/index.js +18 -2
- package/dist/modules/datasource/bazel/index.js.map +1 -1
- package/dist/modules/datasource/bazel/schema.d.ts +1 -0
- package/dist/modules/datasource/bazel/schema.js.map +1 -1
- package/dist/modules/datasource/bitbucket-server-tags/index.d.ts +19 -0
- package/dist/modules/datasource/bitbucket-server-tags/index.js +133 -0
- package/dist/modules/datasource/bitbucket-server-tags/index.js.map +1 -0
- package/dist/modules/datasource/bitbucket-server-tags/schema.d.ts +28 -0
- package/dist/modules/datasource/bitbucket-server-tags/schema.js +13 -0
- package/dist/modules/datasource/bitbucket-server-tags/schema.js.map +1 -0
- package/dist/modules/datasource/bitrise/index.js +1 -1
- package/dist/modules/datasource/bitrise/index.js.map +1 -1
- package/dist/modules/datasource/cdnjs/schema.d.ts +2 -2
- package/dist/modules/datasource/conda/index.js +18 -1
- package/dist/modules/datasource/conda/index.js.map +1 -1
- package/dist/modules/datasource/conda/prefix-dev.d.ts +3 -0
- package/dist/modules/datasource/conda/prefix-dev.js +81 -0
- package/dist/modules/datasource/conda/prefix-dev.js.map +1 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.d.ts +189 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.js +31 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.js.map +1 -0
- package/dist/modules/datasource/conda/types.d.ts +1 -20
- package/dist/modules/datasource/conda/types.js.map +1 -1
- package/dist/modules/datasource/cpan/index.js +2 -4
- package/dist/modules/datasource/cpan/index.js.map +1 -1
- package/dist/modules/datasource/crate/index.js +3 -3
- package/dist/modules/datasource/crate/index.js.map +1 -1
- package/dist/modules/datasource/custom/formats/html.js +1 -1
- package/dist/modules/datasource/custom/formats/html.js.map +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
- package/dist/modules/datasource/custom/index.js +4 -2
- package/dist/modules/datasource/custom/index.js.map +1 -1
- package/dist/modules/datasource/custom/schema.d.ts +22 -22
- package/dist/modules/datasource/custom/utils.js +1 -0
- package/dist/modules/datasource/custom/utils.js.map +1 -1
- package/dist/modules/datasource/dart/index.js +1 -1
- package/dist/modules/datasource/dart/index.js.map +1 -1
- package/dist/modules/datasource/dart-version/index.js +1 -1
- package/dist/modules/datasource/dart-version/index.js.map +1 -1
- package/dist/modules/datasource/datasource.js +0 -1
- package/dist/modules/datasource/datasource.js.map +1 -1
- package/dist/modules/datasource/deb/index.d.ts +4 -5
- package/dist/modules/datasource/deb/index.js +10 -11
- package/dist/modules/datasource/deb/index.js.map +1 -1
- package/dist/modules/datasource/deb/url.d.ts +3 -3
- package/dist/modules/datasource/deb/url.js +17 -13
- package/dist/modules/datasource/deb/url.js.map +1 -1
- package/dist/modules/datasource/deno/index.js +1 -1
- package/dist/modules/datasource/deno/index.js.map +1 -1
- package/dist/modules/datasource/deno/schema.d.ts +1 -1
- package/dist/modules/datasource/devbox/index.js +0 -1
- package/dist/modules/datasource/devbox/index.js.map +1 -1
- package/dist/modules/datasource/docker/common.js +5 -2
- package/dist/modules/datasource/docker/common.js.map +1 -1
- package/dist/modules/datasource/docker/index.js +10 -8
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/docker/schema.d.ts +77 -101
- package/dist/modules/datasource/docker/schema.js +2 -1
- package/dist/modules/datasource/docker/schema.js.map +1 -1
- package/dist/modules/datasource/flutter-version/index.js +1 -1
- package/dist/modules/datasource/flutter-version/index.js.map +1 -1
- package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
- package/dist/modules/datasource/galaxy-collection/schema.d.ts +8 -8
- package/dist/modules/datasource/git-refs/index.js +1 -1
- package/dist/modules/datasource/git-refs/index.js.map +1 -1
- package/dist/modules/datasource/gitea-releases/schema.d.ts +2 -2
- package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
- package/dist/modules/datasource/github-release-attachments/index.js +2 -2
- package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
- package/dist/modules/datasource/github-runners/index.js +2 -2
- package/dist/modules/datasource/github-runners/index.js.map +1 -1
- package/dist/modules/datasource/gitlab-packages/index.js +1 -1
- package/dist/modules/datasource/gitlab-packages/index.js.map +1 -1
- package/dist/modules/datasource/gitlab-releases/index.js +1 -3
- package/dist/modules/datasource/gitlab-releases/index.js.map +1 -1
- package/dist/modules/datasource/go/base.js +1 -1
- package/dist/modules/datasource/go/base.js.map +1 -1
- package/dist/modules/datasource/go/index.js +1 -1
- package/dist/modules/datasource/go/index.js.map +1 -1
- package/dist/modules/datasource/go/releases-direct.js +7 -4
- package/dist/modules/datasource/go/releases-direct.js.map +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
- package/dist/modules/datasource/golang-version/index.js +2 -2
- package/dist/modules/datasource/golang-version/index.js.map +1 -1
- package/dist/modules/datasource/gradle-version/index.js +1 -1
- package/dist/modules/datasource/gradle-version/index.js.map +1 -1
- package/dist/modules/datasource/helm/index.js +1 -1
- package/dist/modules/datasource/helm/index.js.map +1 -1
- package/dist/modules/datasource/hex/index.js +1 -1
- package/dist/modules/datasource/hex/index.js.map +1 -1
- package/dist/modules/datasource/hex/schema.d.ts +11 -11
- package/dist/modules/datasource/hexpm-bob/index.js +1 -1
- package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
- package/dist/modules/datasource/index.js +4 -4
- package/dist/modules/datasource/index.js.map +1 -1
- package/dist/modules/datasource/java-version/index.js +0 -1
- package/dist/modules/datasource/java-version/index.js.map +1 -1
- package/dist/modules/datasource/jenkins-plugins/index.js +1 -1
- package/dist/modules/datasource/jenkins-plugins/index.js.map +1 -1
- package/dist/modules/datasource/maven/index.js +35 -27
- package/dist/modules/datasource/maven/index.js.map +1 -1
- package/dist/modules/datasource/maven/types.d.ts +3 -6
- package/dist/modules/datasource/maven/types.js.map +1 -1
- package/dist/modules/datasource/maven/util.d.ts +4 -5
- package/dist/modules/datasource/maven/util.js +94 -157
- package/dist/modules/datasource/maven/util.js.map +1 -1
- package/dist/modules/datasource/metadata.js +9 -1
- package/dist/modules/datasource/metadata.js.map +1 -1
- package/dist/modules/datasource/node-version/index.js +1 -1
- package/dist/modules/datasource/node-version/index.js.map +1 -1
- package/dist/modules/datasource/npm/get.d.ts +0 -1
- package/dist/modules/datasource/npm/get.js +14 -68
- package/dist/modules/datasource/npm/get.js.map +1 -1
- package/dist/modules/datasource/npm/index.js +1 -1
- package/dist/modules/datasource/npm/index.js.map +1 -1
- package/dist/modules/datasource/npm/npmrc.js +1 -1
- package/dist/modules/datasource/npm/npmrc.js.map +1 -1
- package/dist/modules/datasource/npm/types.d.ts +0 -8
- package/dist/modules/datasource/npm/types.js.map +1 -1
- package/dist/modules/datasource/nuget/index.js +1 -1
- package/dist/modules/datasource/nuget/index.js.map +1 -1
- package/dist/modules/datasource/nuget/v2.js +1 -1
- package/dist/modules/datasource/nuget/v2.js.map +1 -1
- package/dist/modules/datasource/nuget/v3.js +6 -6
- package/dist/modules/datasource/nuget/v3.js.map +1 -1
- package/dist/modules/datasource/orb/index.js +1 -1
- package/dist/modules/datasource/orb/index.js.map +1 -1
- package/dist/modules/datasource/packagist/index.js +2 -2
- package/dist/modules/datasource/packagist/index.js.map +1 -1
- package/dist/modules/datasource/packagist/schema.d.ts +32 -32
- package/dist/modules/datasource/pod/index.js +2 -2
- package/dist/modules/datasource/pod/index.js.map +1 -1
- package/dist/modules/datasource/postprocess-release.js +1 -1
- package/dist/modules/datasource/postprocess-release.js.map +1 -1
- package/dist/modules/datasource/pypi/index.js +1 -1
- package/dist/modules/datasource/pypi/index.js.map +1 -1
- package/dist/modules/datasource/python-version/index.js +1 -1
- package/dist/modules/datasource/python-version/index.js.map +1 -1
- package/dist/modules/datasource/repology/index.js +1 -1
- package/dist/modules/datasource/repology/index.js.map +1 -1
- package/dist/modules/datasource/ruby-version/index.js +1 -1
- package/dist/modules/datasource/ruby-version/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/index.js +2 -2
- package/dist/modules/datasource/rubygems/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
- package/dist/modules/datasource/sbt-package/index.js +1 -1
- package/dist/modules/datasource/sbt-package/index.js.map +1 -1
- package/dist/modules/datasource/sbt-plugin/index.js +1 -1
- package/dist/modules/datasource/sbt-plugin/index.js.map +1 -1
- package/dist/modules/datasource/schema.d.ts +4 -4
- package/dist/modules/datasource/terraform-module/index.js +1 -1
- package/dist/modules/datasource/terraform-module/index.js.map +1 -1
- package/dist/modules/datasource/terraform-provider/index.js +2 -3
- package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
- package/dist/modules/datasource/types.d.ts +2 -0
- package/dist/modules/datasource/types.js.map +1 -1
- package/dist/modules/datasource/unity3d/index.d.ts +4 -1
- package/dist/modules/datasource/unity3d/index.js +36 -42
- package/dist/modules/datasource/unity3d/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
- package/dist/modules/datasource/unity3d/schema.js +17 -0
- package/dist/modules/datasource/unity3d/schema.js.map +1 -0
- package/dist/modules/manager/api.js +2 -0
- package/dist/modules/manager/api.js.map +1 -1
- package/dist/modules/manager/argocd/extract.js +1 -1
- package/dist/modules/manager/argocd/extract.js.map +1 -1
- package/dist/modules/manager/argocd/schema.d.ts +22 -22
- package/dist/modules/manager/asdf/upgradeable-tooling.js +94 -0
- package/dist/modules/manager/asdf/upgradeable-tooling.js.map +1 -1
- package/dist/modules/manager/azure-pipelines/schema.d.ts +32 -32
- package/dist/modules/manager/batect/schema.d.ts +4 -4
- package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
- package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/bazel/rules/docker.d.ts +6 -6
- package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
- package/dist/modules/manager/bazel/rules/git.js +9 -2
- package/dist/modules/manager/bazel/rules/git.js.map +1 -1
- package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
- package/dist/modules/manager/bazel/rules/maven.d.ts +7 -7
- package/dist/modules/manager/bazel/rules/oci.d.ts +6 -6
- package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
- package/dist/modules/manager/bazel-module/parser/maven.d.ts +44 -90
- package/dist/modules/manager/bazel-module/parser/oci.d.ts +19 -42
- package/dist/modules/manager/bazel-module/rules.d.ts +50 -160
- package/dist/modules/manager/bun/artifacts.js +0 -1
- package/dist/modules/manager/bun/artifacts.js.map +1 -1
- package/dist/modules/manager/bun/extract.d.ts +1 -0
- package/dist/modules/manager/bun/extract.js +53 -27
- package/dist/modules/manager/bun/extract.js.map +1 -1
- package/dist/modules/manager/bun/index.js +1 -1
- package/dist/modules/manager/bun/index.js.map +1 -1
- package/dist/modules/manager/bun/utils.d.ts +2 -0
- package/dist/modules/manager/bun/utils.js +22 -0
- package/dist/modules/manager/bun/utils.js.map +1 -0
- package/dist/modules/manager/bundler/artifacts.js +0 -1
- package/dist/modules/manager/bundler/artifacts.js.map +1 -1
- package/dist/modules/manager/bundler/extract.js +2 -1
- package/dist/modules/manager/bundler/extract.js.map +1 -1
- package/dist/modules/manager/cake/index.js +4 -2
- package/dist/modules/manager/cake/index.js.map +1 -1
- package/dist/modules/manager/cargo/artifacts.js +5 -7
- package/dist/modules/manager/cargo/artifacts.js.map +1 -1
- package/dist/modules/manager/cargo/schema.d.ts +117 -117
- package/dist/modules/manager/circleci/extract.js +21 -30
- package/dist/modules/manager/circleci/extract.js.map +1 -1
- package/dist/modules/manager/circleci/schema.d.ts +33 -144
- package/dist/modules/manager/circleci/schema.js +21 -17
- package/dist/modules/manager/circleci/schema.js.map +1 -1
- package/dist/modules/manager/cocoapods/artifacts.js +1 -2
- package/dist/modules/manager/cocoapods/artifacts.js.map +1 -1
- package/dist/modules/manager/composer/artifacts.js +1 -2
- package/dist/modules/manager/composer/artifacts.js.map +1 -1
- package/dist/modules/manager/composer/schema.d.ts +32 -34
- package/dist/modules/manager/composer/schema.js +1 -1
- package/dist/modules/manager/composer/schema.js.map +1 -1
- package/dist/modules/manager/composer/utils.d.ts +1 -0
- package/dist/modules/manager/composer/utils.js +18 -6
- package/dist/modules/manager/composer/utils.js.map +1 -1
- package/dist/modules/manager/conan/artifacts.d.ts +2 -0
- package/dist/modules/manager/conan/artifacts.js +76 -0
- package/dist/modules/manager/conan/artifacts.js.map +1 -0
- package/dist/modules/manager/conan/index.d.ts +2 -0
- package/dist/modules/manager/conan/index.js +4 -1
- package/dist/modules/manager/conan/index.js.map +1 -1
- package/dist/modules/manager/copier/artifacts.js +0 -1
- package/dist/modules/manager/copier/artifacts.js.map +1 -1
- package/dist/modules/manager/crossplane/schema.d.ts +2 -2
- package/dist/modules/manager/custom/jsonata/index.js +4 -0
- package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
- package/dist/modules/manager/custom/jsonata/schema.d.ts +21 -21
- package/dist/modules/manager/custom/regex/index.js +2 -0
- package/dist/modules/manager/custom/regex/index.js.map +1 -1
- package/dist/modules/manager/deps-edn/extract.js +2 -1
- package/dist/modules/manager/deps-edn/extract.js.map +1 -1
- package/dist/modules/manager/devbox/artifacts.d.ts +1 -1
- package/dist/modules/manager/devbox/artifacts.js +35 -11
- package/dist/modules/manager/devbox/artifacts.js.map +1 -1
- package/dist/modules/manager/devbox/schema.js +1 -1
- package/dist/modules/manager/devbox/schema.js.map +1 -1
- package/dist/modules/manager/devcontainer/extract.js +43 -1
- package/dist/modules/manager/devcontainer/extract.js.map +1 -1
- package/dist/modules/manager/devcontainer/index.js +11 -1
- package/dist/modules/manager/devcontainer/index.js.map +1 -1
- package/dist/modules/manager/devcontainer/schema.d.ts +7 -3
- package/dist/modules/manager/devcontainer/schema.js +3 -1
- package/dist/modules/manager/devcontainer/schema.js.map +1 -1
- package/dist/modules/manager/docker-compose/schema.d.ts +6 -6
- package/dist/modules/manager/dockerfile/extract.js +2 -6
- package/dist/modules/manager/dockerfile/extract.js.map +1 -1
- package/dist/modules/manager/fingerprint.generated.js +86 -85
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/flux/artifacts.js +0 -1
- package/dist/modules/manager/flux/artifacts.js.map +1 -1
- package/dist/modules/manager/flux/extract.js +27 -24
- package/dist/modules/manager/flux/extract.js.map +1 -1
- package/dist/modules/manager/flux/schema.d.ts +130 -154
- package/dist/modules/manager/github-actions/extract.js +60 -39
- package/dist/modules/manager/github-actions/extract.js.map +1 -1
- package/dist/modules/manager/github-actions/schema.d.ts +66 -0
- package/dist/modules/manager/github-actions/schema.js +38 -0
- package/dist/modules/manager/github-actions/schema.js.map +1 -0
- package/dist/modules/manager/gitlabci/extract.d.ts +1 -5
- package/dist/modules/manager/gitlabci/extract.js +27 -126
- package/dist/modules/manager/gitlabci/extract.js.map +1 -1
- package/dist/modules/manager/gitlabci/schema.d.ts +55 -0
- package/dist/modules/manager/gitlabci/schema.js +63 -0
- package/dist/modules/manager/gitlabci/schema.js.map +1 -0
- package/dist/modules/manager/gitlabci-include/extract.js +6 -54
- package/dist/modules/manager/gitlabci-include/extract.js.map +1 -1
- package/dist/modules/manager/gitlabci-include/schema.d.ts +13 -0
- package/dist/modules/manager/gitlabci-include/schema.js +46 -0
- package/dist/modules/manager/gitlabci-include/schema.js.map +1 -0
- package/dist/modules/manager/glasskube/schema.d.ts +8 -8
- package/dist/modules/manager/gomod/artifacts-extra.js +12 -4
- package/dist/modules/manager/gomod/artifacts-extra.js.map +1 -1
- package/dist/modules/manager/gomod/artifacts.js +24 -10
- package/dist/modules/manager/gomod/artifacts.js.map +1 -1
- package/dist/modules/manager/gomod/extract.js +23 -0
- package/dist/modules/manager/gomod/extract.js.map +1 -1
- package/dist/modules/manager/gomod/line-parser.js +16 -0
- package/dist/modules/manager/gomod/line-parser.js.map +1 -1
- package/dist/modules/manager/gomod/update.js +5 -3
- package/dist/modules/manager/gomod/update.js.map +1 -1
- package/dist/modules/manager/gradle/artifacts.js +0 -1
- package/dist/modules/manager/gradle/artifacts.js.map +1 -1
- package/dist/modules/manager/gradle/extract/catalog.js +1 -1
- package/dist/modules/manager/gradle/extract/catalog.js.map +1 -1
- package/dist/modules/manager/gradle/extract.js +8 -13
- package/dist/modules/manager/gradle/extract.js.map +1 -1
- package/dist/modules/manager/gradle/parser/assignments.js +2 -2
- package/dist/modules/manager/gradle/parser/assignments.js.map +1 -1
- package/dist/modules/manager/gradle/parser/handlers.d.ts +1 -2
- package/dist/modules/manager/gradle/parser/handlers.js +17 -24
- package/dist/modules/manager/gradle/parser/handlers.js.map +1 -1
- package/dist/modules/manager/gradle/parser/registry-urls.js +46 -12
- package/dist/modules/manager/gradle/parser/registry-urls.js.map +1 -1
- package/dist/modules/manager/gradle/types.d.ts +1 -0
- package/dist/modules/manager/gradle/types.js.map +1 -1
- package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -2
- package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/helmfile/artifacts.js +0 -1
- package/dist/modules/manager/helmfile/artifacts.js.map +1 -1
- package/dist/modules/manager/helmfile/extract.js +4 -0
- package/dist/modules/manager/helmfile/extract.js.map +1 -1
- package/dist/modules/manager/helmfile/schema.d.ts +9 -9
- package/dist/modules/manager/helmv3/artifacts.js +0 -1
- package/dist/modules/manager/helmv3/artifacts.js.map +1 -1
- package/dist/modules/manager/helmv3/utils.js +3 -1
- package/dist/modules/manager/helmv3/utils.js.map +1 -1
- package/dist/modules/manager/hermit/artifacts.js +0 -1
- package/dist/modules/manager/hermit/artifacts.js.map +1 -1
- package/dist/modules/manager/homebrew/extract.js +0 -1
- package/dist/modules/manager/homebrew/extract.js.map +1 -1
- package/dist/modules/manager/jsonnet-bundler/artifacts.js +0 -1
- package/dist/modules/manager/jsonnet-bundler/artifacts.js.map +1 -1
- package/dist/modules/manager/kustomize/artifacts.d.ts +2 -0
- package/dist/modules/manager/kustomize/artifacts.js +154 -0
- package/dist/modules/manager/kustomize/artifacts.js.map +1 -0
- package/dist/modules/manager/kustomize/common.d.ts +3 -0
- package/dist/modules/manager/kustomize/common.js +22 -0
- package/dist/modules/manager/kustomize/common.js.map +1 -0
- package/dist/modules/manager/kustomize/index.d.ts +1 -0
- package/dist/modules/manager/kustomize/index.js +3 -1
- package/dist/modules/manager/kustomize/index.js.map +1 -1
- package/dist/modules/manager/kustomize/types.d.ts +4 -0
- package/dist/modules/manager/kustomize/types.js.map +1 -1
- package/dist/modules/manager/maven/extract.js +4 -4
- package/dist/modules/manager/maven/extract.js.map +1 -1
- package/dist/modules/manager/maven-wrapper/artifacts.js +0 -1
- package/dist/modules/manager/maven-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/mise/extract.js +1 -1
- package/dist/modules/manager/mise/extract.js.map +1 -1
- package/dist/modules/manager/mix/artifacts.js +64 -14
- package/dist/modules/manager/mix/artifacts.js.map +1 -1
- package/dist/modules/manager/mix/index.d.ts +1 -0
- package/dist/modules/manager/mix/index.js +2 -1
- package/dist/modules/manager/mix/index.js.map +1 -1
- package/dist/modules/manager/nix/artifacts.js +0 -1
- package/dist/modules/manager/nix/artifacts.js.map +1 -1
- package/dist/modules/manager/nix/extract.js +1 -1
- package/dist/modules/manager/nix/extract.js.map +1 -1
- package/dist/modules/manager/nix/schema.d.ts +20 -20
- package/dist/modules/manager/nix/schema.js +1 -0
- package/dist/modules/manager/nix/schema.js.map +1 -1
- package/dist/modules/manager/npm/artifacts.js +0 -1
- package/dist/modules/manager/npm/artifacts.js.map +1 -1
- package/dist/modules/manager/npm/extract/common/package-file.js +1 -0
- package/dist/modules/manager/npm/extract/common/package-file.js.map +1 -1
- package/dist/modules/manager/npm/extract/yarn.js +2 -2
- package/dist/modules/manager/npm/extract/yarn.js.map +1 -1
- package/dist/modules/manager/npm/post-update/npm.js +0 -1
- package/dist/modules/manager/npm/post-update/npm.js.map +1 -1
- package/dist/modules/manager/npm/post-update/pnpm.js +13 -2
- package/dist/modules/manager/npm/post-update/pnpm.js.map +1 -1
- package/dist/modules/manager/npm/post-update/rules.js +11 -1
- package/dist/modules/manager/npm/post-update/rules.js.map +1 -1
- package/dist/modules/manager/npm/post-update/yarn.js +0 -1
- package/dist/modules/manager/npm/post-update/yarn.js.map +1 -1
- package/dist/modules/manager/npm/schema.d.ts +13 -13
- package/dist/modules/manager/npm/update/dependency/index.js +1 -1
- package/dist/modules/manager/npm/update/dependency/index.js.map +1 -1
- package/dist/modules/manager/nuget/artifacts.js +1 -2
- package/dist/modules/manager/nuget/artifacts.js.map +1 -1
- package/dist/modules/manager/nuget/extract.js +21 -18
- package/dist/modules/manager/nuget/extract.js.map +1 -1
- package/dist/modules/manager/nuget/package-tree.js +4 -0
- package/dist/modules/manager/nuget/package-tree.js.map +1 -1
- package/dist/modules/manager/nuget/schema.d.ts +8 -8
- package/dist/modules/manager/nuget/util.js +4 -1
- package/dist/modules/manager/nuget/util.js.map +1 -1
- package/dist/modules/manager/ocb/schema.d.ts +6 -6
- package/dist/modules/manager/pep621/processors/pdm.js +0 -1
- package/dist/modules/manager/pep621/processors/pdm.js.map +1 -1
- package/dist/modules/manager/pep621/processors/uv.js +0 -1
- package/dist/modules/manager/pep621/processors/uv.js.map +1 -1
- package/dist/modules/manager/pep621/schema.d.ts +346 -54
- package/dist/modules/manager/pep621/schema.js +2 -0
- package/dist/modules/manager/pep621/schema.js.map +1 -1
- package/dist/modules/manager/pep621/utils.js +1 -1
- package/dist/modules/manager/pep621/utils.js.map +1 -1
- package/dist/modules/manager/pip-compile/common.js +0 -1
- package/dist/modules/manager/pip-compile/common.js.map +1 -1
- package/dist/modules/manager/pip_requirements/artifacts.js +0 -1
- package/dist/modules/manager/pip_requirements/artifacts.js.map +1 -1
- package/dist/modules/manager/pip_requirements/common.js +2 -6
- package/dist/modules/manager/pip_requirements/common.js.map +1 -1
- package/dist/modules/manager/pipenv/artifacts.js +0 -1
- package/dist/modules/manager/pipenv/artifacts.js.map +1 -1
- package/dist/modules/manager/pixi/artifacts.d.ts +3 -0
- package/dist/modules/manager/pixi/artifacts.js +78 -0
- package/dist/modules/manager/pixi/artifacts.js.map +1 -0
- package/dist/modules/manager/pixi/extract.d.ts +4 -0
- package/dist/modules/manager/pixi/extract.js +131 -0
- package/dist/modules/manager/pixi/extract.js.map +1 -0
- package/dist/modules/manager/pixi/index.d.ts +10 -0
- package/dist/modules/manager/pixi/index.js +20 -0
- package/dist/modules/manager/pixi/index.js.map +1 -0
- package/dist/modules/manager/pixi/schema.d.ts +405 -0
- package/dist/modules/manager/pixi/schema.js +147 -0
- package/dist/modules/manager/pixi/schema.js.map +1 -0
- package/dist/modules/manager/poetry/artifacts.js +3 -4
- package/dist/modules/manager/poetry/artifacts.js.map +1 -1
- package/dist/modules/manager/poetry/extract.js +2 -1
- package/dist/modules/manager/poetry/extract.js.map +1 -1
- package/dist/modules/manager/poetry/schema.d.ts +48 -48
- package/dist/modules/manager/pub/artifacts.js +0 -1
- package/dist/modules/manager/pub/artifacts.js.map +1 -1
- package/dist/modules/manager/pub/schema.d.ts +8 -8
- package/dist/modules/manager/scalafmt/extract.js +1 -1
- package/dist/modules/manager/scalafmt/extract.js.map +1 -1
- package/dist/modules/manager/sveltos/schema.d.ts +30 -42
- package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
- package/dist/modules/manager/terraform/util.js +1 -3
- package/dist/modules/manager/terraform/util.js.map +1 -1
- package/dist/modules/manager/types.d.ts +6 -2
- package/dist/modules/manager/types.js.map +1 -1
- package/dist/modules/manager/vendir/schema.d.ts +7 -7
- package/dist/modules/platform/api.d.ts +1 -1
- package/dist/modules/platform/azure/azure-helper.js +2 -2
- package/dist/modules/platform/azure/azure-helper.js.map +1 -1
- package/dist/modules/platform/azure/index.js +14 -14
- package/dist/modules/platform/azure/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/comments.js +4 -4
- package/dist/modules/platform/bitbucket/comments.js.map +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +1 -0
- package/dist/modules/platform/bitbucket/index.js +54 -44
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/schema.d.ts +14 -14
- package/dist/modules/platform/bitbucket/utils.js +3 -3
- package/dist/modules/platform/bitbucket/utils.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/index.d.ts +3 -3
- package/dist/modules/platform/bitbucket-server/index.js +81 -81
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/pr-cache.d.ts +23 -0
- package/dist/modules/platform/bitbucket-server/pr-cache.js +125 -0
- package/dist/modules/platform/bitbucket-server/pr-cache.js.map +1 -0
- package/dist/modules/platform/bitbucket-server/schema.d.ts +76 -0
- package/dist/modules/platform/bitbucket-server/schema.js +15 -1
- package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/types.d.ts +8 -2
- package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/utils.d.ts +0 -2
- package/dist/modules/platform/bitbucket-server/utils.js +6 -52
- package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
- package/dist/modules/platform/codecommit/codecommit-client.js +6 -6
- package/dist/modules/platform/codecommit/codecommit-client.js.map +1 -1
- package/dist/modules/platform/codecommit/index.js +24 -24
- package/dist/modules/platform/codecommit/index.js.map +1 -1
- package/dist/modules/platform/gerrit/client.d.ts +0 -3
- package/dist/modules/platform/gerrit/client.js +20 -29
- package/dist/modules/platform/gerrit/client.js.map +1 -1
- package/dist/modules/platform/gerrit/index.js +0 -6
- package/dist/modules/platform/gerrit/index.js.map +1 -1
- package/dist/modules/platform/gerrit/scm.js +5 -6
- package/dist/modules/platform/gerrit/scm.js.map +1 -1
- package/dist/modules/platform/gerrit/types.d.ts +1 -4
- package/dist/modules/platform/gerrit/types.js.map +1 -1
- package/dist/modules/platform/gerrit/utils.d.ts +3 -2
- package/dist/modules/platform/gerrit/utils.js +4 -8
- package/dist/modules/platform/gerrit/utils.js.map +1 -1
- package/dist/modules/platform/gitea/gitea-helper.d.ts +1 -0
- package/dist/modules/platform/gitea/gitea-helper.js +16 -0
- package/dist/modules/platform/gitea/gitea-helper.js.map +1 -1
- package/dist/modules/platform/gitea/index.d.ts +1 -0
- package/dist/modules/platform/gitea/index.js +33 -16
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitea/schema.d.ts +8 -8
- package/dist/modules/platform/gitea/types.d.ts +1 -1
- package/dist/modules/platform/gitea/types.js.map +1 -1
- package/dist/modules/platform/github/common.d.ts +2 -0
- package/dist/modules/platform/github/common.js +16 -0
- package/dist/modules/platform/github/common.js.map +1 -1
- package/dist/modules/platform/github/index.d.ts +1 -1
- package/dist/modules/platform/github/index.js +87 -82
- package/dist/modules/platform/github/index.js.map +1 -1
- package/dist/modules/platform/github/issue.d.ts +18 -18
- package/dist/modules/platform/github/massage-markdown-links.js +2 -2
- package/dist/modules/platform/github/massage-markdown-links.js.map +1 -1
- package/dist/modules/platform/github/pr.js +3 -3
- package/dist/modules/platform/github/pr.js.map +1 -1
- package/dist/modules/platform/github/schema.d.ts +128 -128
- package/dist/modules/platform/github/schema.js +3 -1
- package/dist/modules/platform/github/schema.js.map +1 -1
- package/dist/modules/platform/gitlab/index.d.ts +1 -0
- package/dist/modules/platform/gitlab/index.js +72 -49
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/dist/modules/platform/index.js +0 -1
- package/dist/modules/platform/index.js.map +1 -1
- package/dist/modules/platform/scm.d.ts +1 -1
- package/dist/modules/versioning/api.js +2 -0
- package/dist/modules/versioning/api.js.map +1 -1
- package/dist/modules/versioning/composer/index.js +10 -0
- package/dist/modules/versioning/composer/index.js.map +1 -1
- package/dist/modules/versioning/conda/index.d.ts +41 -0
- package/dist/modules/versioning/conda/index.js +178 -0
- package/dist/modules/versioning/conda/index.js.map +1 -0
- package/dist/modules/versioning/distro.js +1 -3
- package/dist/modules/versioning/distro.js.map +1 -1
- package/dist/modules/versioning/hashicorp/convertor.d.ts +2 -1
- package/dist/modules/versioning/hashicorp/convertor.js +13 -8
- package/dist/modules/versioning/hashicorp/convertor.js.map +1 -1
- package/dist/modules/versioning/hex/index.js +3 -3
- package/dist/modules/versioning/hex/index.js.map +1 -1
- package/dist/modules/versioning/npm/index.js +2 -1
- package/dist/modules/versioning/npm/index.js.map +1 -1
- package/dist/modules/versioning/schema.js +1 -1
- package/dist/modules/versioning/schema.js.map +1 -1
- package/dist/modules/versioning/types.d.ts +4 -0
- package/dist/modules/versioning/types.js.map +1 -1
- package/dist/proxy.js +2 -1
- package/dist/proxy.js.map +1 -1
- package/dist/renovate.js +2 -2
- package/dist/renovate.js.map +1 -1
- package/dist/util/cache/package/decorator.js +2 -2
- package/dist/util/cache/package/decorator.js.map +1 -1
- package/dist/util/cache/package/redis.js +0 -1
- package/dist/util/cache/package/redis.js.map +1 -1
- package/dist/util/cache/package/types.d.ts +1 -1
- package/dist/util/cache/package/types.js.map +1 -1
- package/dist/util/cache/repository/impl/base.d.ts +1 -1
- package/dist/util/cache/repository/impl/base.js +4 -0
- package/dist/util/cache/repository/impl/base.js.map +1 -1
- package/dist/util/cache/repository/schema.d.ts +4 -4
- package/dist/util/cache/repository/types.d.ts +3 -0
- package/dist/util/cache/repository/types.js.map +1 -1
- package/dist/util/common.d.ts +4 -2
- package/dist/util/common.js +17 -3
- package/dist/util/common.js.map +1 -1
- package/dist/util/env.d.ts +4 -0
- package/dist/util/env.js +22 -0
- package/dist/util/env.js.map +1 -0
- package/dist/util/exec/containerbase.js +19 -14
- package/dist/util/exec/containerbase.js.map +1 -1
- package/dist/util/exec/index.js +5 -2
- package/dist/util/exec/index.js.map +1 -1
- package/dist/util/exec/types.d.ts +0 -2
- package/dist/util/exec/types.js.map +1 -1
- package/dist/util/exec/utils.d.ts +1 -1
- package/dist/util/exec/utils.js +6 -5
- package/dist/util/exec/utils.js.map +1 -1
- package/dist/util/git/auth.js +8 -5
- package/dist/util/git/auth.js.map +1 -1
- package/dist/util/git/author.js +1 -1
- package/dist/util/git/author.js.map +1 -1
- package/dist/util/git/config.js +0 -1
- package/dist/util/git/config.js.map +1 -1
- package/dist/util/git/error.js +4 -2
- package/dist/util/git/error.js.map +1 -1
- package/dist/util/git/index.js +75 -52
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/git/private-key.js +2 -4
- package/dist/util/git/private-key.js.map +1 -1
- package/dist/util/git/types.d.ts +2 -0
- package/dist/util/git/types.js.map +1 -1
- package/dist/util/git/url.js +1 -1
- package/dist/util/git/url.js.map +1 -1
- package/dist/util/github/graphql/datasource-fetcher.js +3 -5
- package/dist/util/github/graphql/datasource-fetcher.js.map +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +2 -2
- package/dist/util/github/graphql/query-adapters/tags-query-adapter.d.ts +2 -2
- package/dist/util/http/auth.js +0 -1
- package/dist/util/http/auth.js.map +1 -1
- package/dist/util/http/bitbucket-server.d.ts +7 -5
- package/dist/util/http/bitbucket-server.js +26 -23
- package/dist/util/http/bitbucket-server.js.map +1 -1
- package/dist/util/http/bitbucket.d.ts +6 -5
- package/dist/util/http/bitbucket.js +34 -31
- package/dist/util/http/bitbucket.js.map +1 -1
- package/dist/util/http/cache/abstract-http-cache-provider.js +2 -2
- package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
- package/dist/util/http/cache/memory-http-cache-provider.d.ts +10 -0
- package/dist/util/http/cache/memory-http-cache-provider.js +29 -0
- package/dist/util/http/cache/memory-http-cache-provider.js.map +1 -0
- package/dist/util/http/cache/package-http-cache-provider.d.ts +23 -0
- package/dist/util/http/cache/package-http-cache-provider.js +80 -0
- package/dist/util/http/cache/package-http-cache-provider.js.map +1 -0
- package/dist/util/http/cache/schema.d.ts +2 -2
- package/dist/util/http/errors.d.ts +2 -0
- package/dist/util/http/errors.js +8 -0
- package/dist/util/http/errors.js.map +1 -0
- package/dist/util/http/gerrit.d.ts +6 -4
- package/dist/util/http/gerrit.js +11 -12
- package/dist/util/http/gerrit.js.map +1 -1
- package/dist/util/http/gitea.d.ts +5 -4
- package/dist/util/http/gitea.js +14 -13
- package/dist/util/http/gitea.js.map +1 -1
- package/dist/util/http/github.d.ts +14 -8
- package/dist/util/http/github.js +65 -60
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/gitlab.d.ts +7 -5
- package/dist/util/http/gitlab.js +58 -46
- package/dist/util/http/gitlab.js.map +1 -1
- package/dist/util/http/got.d.ts +9 -0
- package/dist/util/http/got.js +54 -0
- package/dist/util/http/got.js.map +1 -0
- package/dist/util/http/host-rules.d.ts +2 -1
- package/dist/util/http/host-rules.js +17 -4
- package/dist/util/http/host-rules.js.map +1 -1
- package/dist/util/http/http.d.ts +93 -0
- package/dist/util/http/http.js +346 -0
- package/dist/util/http/http.js.map +1 -0
- package/dist/util/http/index.d.ts +6 -74
- package/dist/util/http/index.js +5 -359
- package/dist/util/http/index.js.map +1 -1
- package/dist/util/http/legacy.js +4 -1
- package/dist/util/http/legacy.js.map +1 -1
- package/dist/util/http/types.d.ts +9 -16
- package/dist/util/http/types.js.map +1 -1
- package/dist/util/schema-utils.d.ts +1 -0
- package/dist/util/schema-utils.js +43 -8
- package/dist/util/schema-utils.js.map +1 -1
- package/dist/util/stats.d.ts +10 -0
- package/dist/util/stats.js +45 -1
- package/dist/util/stats.js.map +1 -1
- package/dist/util/string.d.ts +16 -0
- package/dist/util/string.js +79 -0
- package/dist/util/string.js.map +1 -1
- package/dist/util/toml.d.ts +1 -0
- package/dist/util/toml.js +6 -0
- package/dist/util/toml.js.map +1 -1
- package/dist/util/url.js +3 -8
- package/dist/util/url.js.map +1 -1
- package/dist/util/yaml.js +3 -8
- package/dist/util/yaml.js.map +1 -1
- package/dist/workers/global/config/parse/env.js +3 -2
- package/dist/workers/global/config/parse/env.js.map +1 -1
- package/dist/workers/global/config/parse/file.js +19 -9
- package/dist/workers/global/config/parse/file.js.map +1 -1
- package/dist/workers/global/config/parse/host-rules-from-env.js +6 -2
- package/dist/workers/global/config/parse/host-rules-from-env.js.map +1 -1
- package/dist/workers/global/config/parse/index.js +15 -0
- package/dist/workers/global/config/parse/index.js.map +1 -1
- package/dist/workers/global/index.js +4 -2
- package/dist/workers/global/index.js.map +1 -1
- package/dist/workers/repository/cache.js +1 -2
- package/dist/workers/repository/cache.js.map +1 -1
- package/dist/workers/repository/config-migration/branch/migrated-data.js +2 -0
- package/dist/workers/repository/config-migration/branch/migrated-data.js.map +1 -1
- package/dist/workers/repository/index.js +1 -0
- package/dist/workers/repository/index.js.map +1 -1
- package/dist/workers/repository/init/merge.js +6 -3
- package/dist/workers/repository/init/merge.js.map +1 -1
- package/dist/workers/repository/onboarding/pr/config-description.js +3 -1
- package/dist/workers/repository/onboarding/pr/config-description.js.map +1 -1
- package/dist/workers/repository/process/extract-update.js +0 -1
- package/dist/workers/repository/process/extract-update.js.map +1 -1
- package/dist/workers/repository/process/fingerprint-fields.js +0 -1
- package/dist/workers/repository/process/fingerprint-fields.js.map +1 -1
- package/dist/workers/repository/process/libyear.js +2 -2
- package/dist/workers/repository/process/libyear.js.map +1 -1
- package/dist/workers/repository/process/lookup/index.js +15 -4
- package/dist/workers/repository/process/lookup/index.js.map +1 -1
- package/dist/workers/repository/process/lookup/timestamps.d.ts +18 -0
- package/dist/workers/repository/process/lookup/timestamps.js +69 -0
- package/dist/workers/repository/process/lookup/timestamps.js.map +1 -0
- package/dist/workers/repository/process/lookup/types.d.ts +1 -0
- package/dist/workers/repository/process/lookup/types.js.map +1 -1
- package/dist/workers/repository/process/lookup/utils.js +20 -9
- package/dist/workers/repository/process/lookup/utils.js.map +1 -1
- package/dist/workers/repository/process/sort.js +1 -1
- package/dist/workers/repository/process/sort.js.map +1 -1
- package/dist/workers/repository/process/vulnerabilities.js +1 -1
- package/dist/workers/repository/process/vulnerabilities.js.map +1 -1
- package/dist/workers/repository/process/write.js +1 -8
- package/dist/workers/repository/process/write.js.map +1 -1
- package/dist/workers/repository/reconfigure/utils.d.ts +2 -0
- package/dist/workers/repository/reconfigure/utils.js +16 -0
- package/dist/workers/repository/reconfigure/utils.js.map +1 -1
- package/dist/workers/repository/reconfigure/validate.js +6 -17
- package/dist/workers/repository/reconfigure/validate.js.map +1 -1
- package/dist/workers/repository/update/branch/auto-replace.js +25 -5
- package/dist/workers/repository/update/branch/auto-replace.js.map +1 -1
- package/dist/workers/repository/update/branch/commit.js +2 -0
- package/dist/workers/repository/update/branch/commit.js.map +1 -1
- package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js +10 -1
- package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js.map +1 -1
- package/dist/workers/repository/update/pr/body/config-description.js +26 -1
- package/dist/workers/repository/update/pr/body/config-description.js.map +1 -1
- package/dist/workers/repository/update/pr/body/index.js +21 -14
- package/dist/workers/repository/update/pr/body/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/api.js +8 -6
- package/dist/workers/repository/update/pr/changelog/api.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.d.ts +3 -0
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js +39 -0
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/index.js.map +1 -0
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.d.ts +8 -0
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js +31 -0
- package/dist/workers/repository/update/pr/changelog/bitbucket-server/source.js.map +1 -0
- package/dist/workers/repository/update/pr/changelog/github/index.js +6 -3
- package/dist/workers/repository/update/pr/changelog/github/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/release-notes.js +12 -8
- package/dist/workers/repository/update/pr/changelog/release-notes.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/source.d.ts +1 -1
- package/dist/workers/repository/update/pr/changelog/source.js +1 -0
- package/dist/workers/repository/update/pr/changelog/source.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/types.d.ts +1 -1
- package/dist/workers/repository/update/pr/changelog/types.js.map +1 -1
- package/dist/workers/repository/update/pr/index.js +2 -4
- package/dist/workers/repository/update/pr/index.js.map +1 -1
- package/dist/workers/repository/updates/flatten.js +8 -4
- package/dist/workers/repository/updates/flatten.js.map +1 -1
- package/dist/workers/repository/updates/generate.js +3 -2
- package/dist/workers/repository/updates/generate.js.map +1 -1
- package/dist/workers/types.d.ts +1 -4
- package/dist/workers/types.js.map +1 -1
- package/package.json +85 -85
- package/renovate-schema.json +24 -3
- package/dist/modules/manager/github-actions/types.d.ts +0 -30
- package/dist/modules/manager/github-actions/types.js +0 -3
- package/dist/modules/manager/github-actions/types.js.map +0 -1
- package/dist/modules/manager/gitlabci/common.d.ts +0 -6
- package/dist/modules/manager/gitlabci/common.js +0 -30
- package/dist/modules/manager/gitlabci/common.js.map +0 -1
- package/dist/modules/manager/gitlabci/types.d.ts +0 -35
- package/dist/modules/manager/gitlabci/types.js +0 -3
- package/dist/modules/manager/gitlabci/types.js.map +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "renovate",
|
3
3
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
4
|
-
"version": "40.0.0-next.
|
4
|
+
"version": "40.0.0-next.41",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -9,32 +9,33 @@
|
|
9
9
|
},
|
10
10
|
"scripts": {
|
11
11
|
"build": "run-s clean 'generate:*' 'compile:*' create-json-schema",
|
12
|
-
"build:docker": "
|
13
|
-
"build:docs": "
|
12
|
+
"build:docker": "tsx tools/docker.ts",
|
13
|
+
"build:docs": "tsx tools/generate-docs.ts",
|
14
14
|
"clean": "rimraf dist tmp",
|
15
15
|
"clean-cache": "node tools/clean-cache.mjs",
|
16
16
|
"compile:ts": "tsc -p tsconfig.app.json",
|
17
|
-
"config-validator": "
|
18
|
-
"create-json-schema": "
|
19
|
-
"debug": "
|
17
|
+
"config-validator": "tsx lib/config-validator.ts",
|
18
|
+
"create-json-schema": "tsx tools/generate-schema.ts && prettier --write --cache 'renovate-schema.json'",
|
19
|
+
"debug": "tsx --inspect-brk lib/renovate.ts",
|
20
20
|
"doc-fix": "run-s markdown-lint-fix prettier-fix",
|
21
21
|
"doc-fix-everything": "run-s doc-fix doc-fence-check lint-documentation",
|
22
22
|
"doc-fence-check": "node tools/check-fenced-code.mjs",
|
23
|
-
"lint-documentation": "
|
24
|
-
"lint-other": "
|
23
|
+
"lint-documentation": "vitest run --coverage false test/docs/**.spec.ts",
|
24
|
+
"lint-other": "vitest run --coverage false test/other/**.spec.ts",
|
25
25
|
"eslint": "eslint . --cache --cache-location .cache/eslint",
|
26
26
|
"eslint-fix": "eslint --cache --cache-location .cache/eslint --fix .",
|
27
27
|
"eslint-ci": "eslint . --cache --cache-strategy content --cache-location .cache/eslint --format gha",
|
28
28
|
"generate": "run-s 'generate:*'",
|
29
29
|
"generate:imports": "node tools/generate-imports.mjs",
|
30
30
|
"git-check": "node tools/check-git-version.mjs",
|
31
|
-
"jest": "GIT_ALLOW_PROTOCOL=file LOG_LEVEL=fatal
|
31
|
+
"jest": "GIT_ALLOW_PROTOCOL=file LOG_LEVEL=fatal vitest run --logHeapUsage",
|
32
|
+
"vitest": "GIT_ALLOW_PROTOCOL=file LOG_LEVEL=fatal vitest run --logHeapUsage",
|
32
33
|
"lint": "run-s ls-lint type-check eslint prettier markdown-lint git-check doc-fence-check",
|
33
34
|
"lint-fix": "run-s eslint-fix prettier-fix markdown-lint-fix",
|
34
35
|
"ls-lint": "ls-lint",
|
35
36
|
"markdown-lint": "markdownlint-cli2",
|
36
37
|
"markdown-lint-fix": "markdownlint-cli2 --fix",
|
37
|
-
"mkdocs": "
|
38
|
+
"mkdocs": "tsx tools/mkdocs.ts",
|
38
39
|
"prepare": "run-s 'prepare:*'",
|
39
40
|
"prepare:husky": "husky",
|
40
41
|
"prepare:generate": "run-s 'generate:*'",
|
@@ -43,9 +44,9 @@
|
|
43
44
|
"pretest": "run-s 'generate:*'",
|
44
45
|
"prettier": "prettier --cache --check '**/*.{ts,js,mjs,json,md,yml}'",
|
45
46
|
"prettier-fix": "prettier --write --cache '**/*.{ts,js,mjs,json,md,yml}'",
|
46
|
-
"release:prepare": "
|
47
|
-
"release:publish": "
|
48
|
-
"start": "
|
47
|
+
"release:prepare": "tsx tools/prepare-release.ts",
|
48
|
+
"release:publish": "tsx tools/publish-release.ts",
|
49
|
+
"start": "tsx lib/renovate.ts",
|
49
50
|
"test": "run-s lint test-schema jest",
|
50
51
|
"test-dirty": "git diff --exit-code",
|
51
52
|
"test-e2e": "run-s 'test-e2e:*'",
|
@@ -54,7 +55,7 @@
|
|
54
55
|
"test-e2e:run": "cd test/e2e && npm test",
|
55
56
|
"test-schema": "run-s create-json-schema",
|
56
57
|
"test:docs": "node --test tools/docs/test/**/*.mjs",
|
57
|
-
"schedule-test-shards": "SCHEDULE_TEST_SHARDS=true
|
58
|
+
"schedule-test-shards": "SCHEDULE_TEST_SHARDS=true tsx tools/test-shards.ts",
|
58
59
|
"tsc": "tsc",
|
59
60
|
"type-check": "run-s 'generate:*' 'tsc --noEmit {@}' --",
|
60
61
|
"update-static-data": "run-s 'update-static-data:*'",
|
@@ -140,38 +141,44 @@
|
|
140
141
|
"pnpm": "^10.0.0"
|
141
142
|
},
|
142
143
|
"volta": {
|
143
|
-
"node": "22.
|
144
|
-
"pnpm": "10.
|
144
|
+
"node": "22.15.0",
|
145
|
+
"pnpm": "10.8.1"
|
145
146
|
},
|
146
147
|
"dependencies": {
|
147
|
-
"@aws-sdk/client-codecommit": "3.
|
148
|
-
"@aws-sdk/client-ec2": "3.
|
149
|
-
"@aws-sdk/client-ecr": "3.
|
150
|
-
"@aws-sdk/client-
|
151
|
-
"@aws-sdk/client-
|
152
|
-
"@aws-sdk/
|
148
|
+
"@aws-sdk/client-codecommit": "3.777.0",
|
149
|
+
"@aws-sdk/client-ec2": "3.779.0",
|
150
|
+
"@aws-sdk/client-ecr": "3.777.0",
|
151
|
+
"@aws-sdk/client-eks": "3.779.0",
|
152
|
+
"@aws-sdk/client-rds": "3.777.0",
|
153
|
+
"@aws-sdk/client-s3": "3.779.0",
|
154
|
+
"@aws-sdk/credential-providers": "3.778.0",
|
155
|
+
"@baszalmstra/rattler": "0.2.1",
|
153
156
|
"@breejs/later": "4.2.0",
|
154
|
-
"@cdktf/hcl2json": "0.20.
|
157
|
+
"@cdktf/hcl2json": "0.20.12",
|
155
158
|
"@opentelemetry/api": "1.9.0",
|
156
|
-
"@opentelemetry/context-async-hooks": "
|
157
|
-
"@opentelemetry/exporter-trace-otlp-http": "0.
|
158
|
-
"@opentelemetry/instrumentation": "0.
|
159
|
-
"@opentelemetry/instrumentation-bunyan": "0.
|
160
|
-
"@opentelemetry/instrumentation-http": "0.
|
161
|
-
"@opentelemetry/
|
162
|
-
"@opentelemetry/
|
163
|
-
"@opentelemetry/
|
164
|
-
"@opentelemetry/
|
159
|
+
"@opentelemetry/context-async-hooks": "2.0.0",
|
160
|
+
"@opentelemetry/exporter-trace-otlp-http": "0.200.0",
|
161
|
+
"@opentelemetry/instrumentation": "0.200.0",
|
162
|
+
"@opentelemetry/instrumentation-bunyan": "0.46.0",
|
163
|
+
"@opentelemetry/instrumentation-http": "0.200.0",
|
164
|
+
"@opentelemetry/resource-detector-aws": "2.0.0",
|
165
|
+
"@opentelemetry/resource-detector-azure": "0.7.0",
|
166
|
+
"@opentelemetry/resource-detector-gcp": "0.34.0",
|
167
|
+
"@opentelemetry/resource-detector-github": "0.31.0",
|
168
|
+
"@opentelemetry/resources": "2.0.0",
|
169
|
+
"@opentelemetry/sdk-trace-base": "2.0.0",
|
170
|
+
"@opentelemetry/sdk-trace-node": "2.0.0",
|
171
|
+
"@opentelemetry/semantic-conventions": "1.32.0",
|
165
172
|
"@pnpm/parse-overrides": "1000.0.2",
|
166
173
|
"@qnighy/marshal": "0.1.3",
|
167
174
|
"@renovatebot/detect-tools": "1.1.0",
|
168
175
|
"@renovatebot/kbpgp": "4.0.1",
|
169
|
-
"@renovatebot/osv-offline": "1.6.
|
176
|
+
"@renovatebot/osv-offline": "1.6.5",
|
170
177
|
"@renovatebot/pep440": "4.1.0",
|
171
178
|
"@renovatebot/ruby-semver": "4.0.0",
|
172
|
-
"@sindresorhus/is": "
|
173
|
-
"@yarnpkg/core": "4.
|
174
|
-
"@yarnpkg/parsers": "3.0.
|
179
|
+
"@sindresorhus/is": "7.0.1",
|
180
|
+
"@yarnpkg/core": "4.4.1",
|
181
|
+
"@yarnpkg/parsers": "3.0.3",
|
175
182
|
"agentkeepalive": "4.6.0",
|
176
183
|
"aggregate-error": "3.1.0",
|
177
184
|
"async-mutex": "0.5.0",
|
@@ -186,12 +193,12 @@
|
|
186
193
|
"commander": "13.1.0",
|
187
194
|
"conventional-commits-detector": "1.0.3",
|
188
195
|
"croner": "9.0.0",
|
189
|
-
"cronstrue": "2.
|
196
|
+
"cronstrue": "2.59.0",
|
190
197
|
"deepmerge": "4.3.1",
|
191
198
|
"dequal": "2.0.3",
|
192
199
|
"detect-indent": "6.1.0",
|
193
200
|
"diff": "7.0.0",
|
194
|
-
"editorconfig": "2.0.
|
201
|
+
"editorconfig": "2.0.1",
|
195
202
|
"email-addresses": "5.0.0",
|
196
203
|
"emoji-regex": "10.4.0",
|
197
204
|
"emojibase": "16.0.0",
|
@@ -200,14 +207,14 @@
|
|
200
207
|
"find-packages": "10.0.4",
|
201
208
|
"find-up": "5.0.0",
|
202
209
|
"fs-extra": "11.3.0",
|
203
|
-
"git-url-parse": "16.0
|
210
|
+
"git-url-parse": "16.1.0",
|
204
211
|
"github-url-from-git": "1.5.0",
|
205
212
|
"glob": "11.0.1",
|
206
213
|
"global-agent": "3.0.0",
|
207
214
|
"good-enough-parser": "1.1.23",
|
208
215
|
"google-auth-library": "9.15.1",
|
209
216
|
"got": "11.8.6",
|
210
|
-
"graph-data-structure": "4.
|
217
|
+
"graph-data-structure": "4.5.0",
|
211
218
|
"handlebars": "4.7.8",
|
212
219
|
"ignore": "7.0.3",
|
213
220
|
"ini": "5.0.0",
|
@@ -217,13 +224,13 @@
|
|
217
224
|
"jsonata": "2.0.6",
|
218
225
|
"jsonc-parser": "3.3.1",
|
219
226
|
"klona": "2.0.6",
|
220
|
-
"luxon": "3.
|
227
|
+
"luxon": "3.6.1",
|
221
228
|
"markdown-it": "14.1.0",
|
222
229
|
"markdown-table": "2.0.0",
|
223
230
|
"minimatch": "10.0.1",
|
224
231
|
"moo": "0.5.2",
|
225
232
|
"ms": "2.1.3",
|
226
|
-
"nanoid": "
|
233
|
+
"nanoid": "5.1.0",
|
227
234
|
"neotraverse": "0.6.18",
|
228
235
|
"node-html-parser": "7.0.1",
|
229
236
|
"p-all": "3.0.0",
|
@@ -231,8 +238,8 @@
|
|
231
238
|
"p-queue": "6.6.2",
|
232
239
|
"p-throttle": "4.1.1",
|
233
240
|
"parse-link-header": "2.0.0",
|
234
|
-
"prettier": "3.5.
|
235
|
-
"protobufjs": "7.
|
241
|
+
"prettier": "3.5.3",
|
242
|
+
"protobufjs": "7.5.0",
|
236
243
|
"punycode": "2.3.1",
|
237
244
|
"redis": "4.7.0",
|
238
245
|
"remark": "13.0.0",
|
@@ -252,29 +259,25 @@
|
|
252
259
|
"validate-npm-package-name": "6.0.0",
|
253
260
|
"vuln-vects": "1.1.0",
|
254
261
|
"xmldoc": "1.3.0",
|
255
|
-
"yaml": "2.7.
|
256
|
-
"zod": "3.24.
|
262
|
+
"yaml": "2.7.1",
|
263
|
+
"zod": "3.24.3"
|
257
264
|
},
|
258
265
|
"optionalDependencies": {
|
259
|
-
"better-sqlite3": "11.
|
266
|
+
"better-sqlite3": "11.9.1",
|
260
267
|
"openpgp": "6.1.0",
|
261
268
|
"re2": "1.21.4"
|
262
269
|
},
|
263
270
|
"devDependencies": {
|
264
271
|
"@containerbase/eslint-plugin": "1.1.4",
|
265
|
-
"@eslint/js": "9.
|
272
|
+
"@eslint/js": "9.25.0",
|
266
273
|
"@hyrious/marshal": "0.3.3",
|
267
|
-
"@
|
268
|
-
"@jest/globals": "29.7.0",
|
269
|
-
"@jest/reporters": "29.7.0",
|
270
|
-
"@jest/test-result": "29.7.0",
|
271
|
-
"@jest/types": "29.6.3",
|
272
|
-
"@ls-lint/ls-lint": "2.2.3",
|
274
|
+
"@ls-lint/ls-lint": "2.3.0",
|
273
275
|
"@openpgp/web-stream-tools": "0.1.3",
|
274
276
|
"@semantic-release/exec": "7.0.3",
|
277
|
+
"@smithy/util-stream": "3.3.4",
|
275
278
|
"@types/auth-header": "1.0.6",
|
276
279
|
"@types/aws4": "1.11.6",
|
277
|
-
"@types/better-sqlite3": "7.6.
|
280
|
+
"@types/better-sqlite3": "7.6.13",
|
278
281
|
"@types/breejs__later": "4.1.5",
|
279
282
|
"@types/bunyan": "1.8.11",
|
280
283
|
"@types/cacache": "17.0.2",
|
@@ -283,77 +286,74 @@
|
|
283
286
|
"@types/clean-git-ref": "2.0.2",
|
284
287
|
"@types/common-tags": "1.8.4",
|
285
288
|
"@types/conventional-commits-detector": "1.0.2",
|
286
|
-
"@types/diff": "7.0.
|
289
|
+
"@types/diff": "7.0.2",
|
287
290
|
"@types/eslint-config-prettier": "6.11.3",
|
288
291
|
"@types/fs-extra": "11.0.4",
|
289
|
-
"@types/git-url-parse": "9.0.3",
|
290
292
|
"@types/github-url-from-git": "1.5.3",
|
291
|
-
"@types/global-agent": "
|
293
|
+
"@types/global-agent": "3.0.0",
|
292
294
|
"@types/ini": "4.1.1",
|
293
295
|
"@types/js-yaml": "4.0.9",
|
294
296
|
"@types/json-dup-key-validator": "1.0.2",
|
295
297
|
"@types/linkify-markdown": "1.0.3",
|
296
|
-
"@types/lodash": "4.17.
|
297
|
-
"@types/luxon": "3.
|
298
|
+
"@types/lodash": "4.17.16",
|
299
|
+
"@types/luxon": "3.6.2",
|
298
300
|
"@types/markdown-it": "14.1.2",
|
299
301
|
"@types/markdown-table": "2.0.0",
|
300
302
|
"@types/marshal": "0.5.3",
|
301
303
|
"@types/mdast": "3.0.15",
|
302
304
|
"@types/moo": "0.5.10",
|
303
305
|
"@types/ms": "2.1.0",
|
304
|
-
"@types/node": "22.
|
306
|
+
"@types/node": "22.14.1",
|
305
307
|
"@types/parse-link-header": "2.0.3",
|
306
308
|
"@types/punycode": "2.1.4",
|
307
|
-
"@types/semver": "7.
|
309
|
+
"@types/semver": "7.7.0",
|
308
310
|
"@types/semver-stable": "3.0.2",
|
309
311
|
"@types/semver-utils": "1.1.3",
|
310
312
|
"@types/tar": "6.1.13",
|
311
313
|
"@types/tmp": "0.2.6",
|
312
|
-
"@types/unist": "2.0.11",
|
313
314
|
"@types/url-join": "4.0.3",
|
314
315
|
"@types/validate-npm-package-name": "4.0.2",
|
315
316
|
"@types/xmldoc": "1.1.9",
|
317
|
+
"@vitest/coverage-v8": "3.1.1",
|
318
|
+
"@vitest/eslint-plugin": "1.1.43",
|
316
319
|
"aws-sdk-client-mock": "4.1.0",
|
317
320
|
"callsite": "1.0.0",
|
318
321
|
"common-tags": "1.8.2",
|
319
322
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
320
|
-
"emojibase-data": "16.0.
|
321
|
-
"
|
322
|
-
"eslint
|
323
|
+
"emojibase-data": "16.0.3",
|
324
|
+
"esbuild": "0.25.2",
|
325
|
+
"eslint": "9.25.0",
|
326
|
+
"eslint-config-prettier": "10.1.2",
|
323
327
|
"eslint-formatter-gha": "1.5.2",
|
324
|
-
"eslint-import-resolver-typescript": "3.
|
328
|
+
"eslint-import-resolver-typescript": "4.3.3",
|
325
329
|
"eslint-plugin-import": "2.31.0",
|
326
|
-
"eslint-plugin-jest": "28.11.0",
|
327
330
|
"eslint-plugin-promise": "7.2.1",
|
328
|
-
"expect": "29.7.0",
|
329
331
|
"expect-more-jest": "5.5.0",
|
330
|
-
"globals": "
|
332
|
+
"globals": "16.0.0",
|
331
333
|
"graphql": "16.10.0",
|
332
334
|
"husky": "9.1.7",
|
333
|
-
"jest": "29.7.0",
|
334
335
|
"jest-extended": "4.0.2",
|
335
|
-
"
|
336
|
-
"jest-mock-extended": "3.0.7",
|
337
|
-
"jest-snapshot": "29.7.0",
|
338
|
-
"lint-staged": "15.4.3",
|
336
|
+
"lint-staged": "15.5.1",
|
339
337
|
"markdownlint-cli2": "0.17.2",
|
340
338
|
"memfs": "4.17.0",
|
341
|
-
"nock": "
|
339
|
+
"nock": "14.0.3",
|
342
340
|
"npm-run-all2": "7.0.2",
|
343
341
|
"nyc": "17.1.0",
|
344
|
-
"pretty-format": "29.7.0",
|
345
342
|
"rimraf": "6.0.1",
|
346
343
|
"semantic-release": "24.2.3",
|
347
344
|
"tar": "7.4.3",
|
348
345
|
"tmp-promise": "3.0.3",
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"
|
352
|
-
"typescript": "
|
353
|
-
"
|
354
|
-
"
|
346
|
+
"tsx": "4.19.3",
|
347
|
+
"type-fest": "4.40.0",
|
348
|
+
"typescript": "5.8.3",
|
349
|
+
"typescript-eslint": "8.30.1",
|
350
|
+
"unified": "9.2.2",
|
351
|
+
"vite": "6.3.2",
|
352
|
+
"vite-tsconfig-paths": "5.1.4",
|
353
|
+
"vitest": "3.1.1",
|
354
|
+
"vitest-mock-extended": "3.1.0"
|
355
355
|
},
|
356
|
-
"packageManager": "pnpm@10.
|
356
|
+
"packageManager": "pnpm@10.8.1",
|
357
357
|
"files": [
|
358
358
|
"dist",
|
359
359
|
"renovate-schema.json"
|
@@ -370,7 +370,7 @@
|
|
370
370
|
"re2"
|
371
371
|
],
|
372
372
|
"overrides": {
|
373
|
-
"
|
373
|
+
"esbuild": "0.25.2"
|
374
374
|
},
|
375
375
|
"patchedDependencies": {
|
376
376
|
"re2": "patches/re2.patch"
|
package/renovate-schema.json
CHANGED
@@ -486,7 +486,8 @@
|
|
486
486
|
"type": "object",
|
487
487
|
"default": {
|
488
488
|
"fileMatch": [
|
489
|
-
"(^|/)bun\\.lockb?$"
|
489
|
+
"(^|/)bun\\.lockb?$",
|
490
|
+
"(^|/)package\\.json$"
|
490
491
|
],
|
491
492
|
"digest": {
|
492
493
|
"prBodyDefinitions": {
|
@@ -723,7 +724,9 @@
|
|
723
724
|
"description": "Configuration object to define language or manager version constraints.",
|
724
725
|
"type": "object",
|
725
726
|
"default": {},
|
726
|
-
"
|
727
|
+
"additionalProperties": {
|
728
|
+
"type": "string"
|
729
|
+
}
|
727
730
|
},
|
728
731
|
"constraintsFiltering": {
|
729
732
|
"description": "Perform release filtering based on language constraints.",
|
@@ -885,6 +888,7 @@
|
|
885
888
|
"type": "string",
|
886
889
|
"enum": [
|
887
890
|
"json",
|
891
|
+
"toml",
|
888
892
|
"yaml"
|
889
893
|
]
|
890
894
|
},
|
@@ -1090,7 +1094,7 @@
|
|
1090
1094
|
"dockerSidecarImage": {
|
1091
1095
|
"description": "Change this value to override the default Renovate sidecar image.",
|
1092
1096
|
"type": "string",
|
1093
|
-
"default": "ghcr.io/containerbase/sidecar:13.
|
1097
|
+
"default": "ghcr.io/containerbase/sidecar:13.8.17"
|
1094
1098
|
},
|
1095
1099
|
"dockerUser": {
|
1096
1100
|
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
|
@@ -2650,6 +2654,10 @@
|
|
2650
2654
|
"description": "The version of the new dependency that replaces the old deprecated dependency.",
|
2651
2655
|
"type": "string"
|
2652
2656
|
},
|
2657
|
+
"replacementVersionTemplate": {
|
2658
|
+
"description": "Template field for the version of the new dependency that replaces the old deprecated dependency.",
|
2659
|
+
"type": "string"
|
2660
|
+
},
|
2653
2661
|
"sourceDirectory": {
|
2654
2662
|
"description": "The source directory in which the package is present at its source.",
|
2655
2663
|
"type": "string"
|
@@ -2773,6 +2781,17 @@
|
|
2773
2781
|
},
|
2774
2782
|
"$ref": "#"
|
2775
2783
|
},
|
2784
|
+
"pixi": {
|
2785
|
+
"description": "Configuration object for the pixi manager",
|
2786
|
+
"type": "object",
|
2787
|
+
"default": {
|
2788
|
+
"fileMatch": [
|
2789
|
+
"(^|/)pyproject\\.toml$",
|
2790
|
+
"(^|/)pixi\\.toml$"
|
2791
|
+
]
|
2792
|
+
},
|
2793
|
+
"$ref": "#"
|
2794
|
+
},
|
2776
2795
|
"platform": {
|
2777
2796
|
"description": "Platform type of repository.",
|
2778
2797
|
"type": "string",
|
@@ -2829,6 +2848,7 @@
|
|
2829
2848
|
"gomodSkipVendor",
|
2830
2849
|
"gomodVendor",
|
2831
2850
|
"helmUpdateSubChartArchives",
|
2851
|
+
"kustomizeInflateHelmCharts",
|
2832
2852
|
"npmDedupe",
|
2833
2853
|
"pnpmDedupe",
|
2834
2854
|
"yarnDedupeFewer",
|
@@ -3687,6 +3707,7 @@
|
|
3687
3707
|
"cargo",
|
3688
3708
|
"composer",
|
3689
3709
|
"conan",
|
3710
|
+
"conda",
|
3690
3711
|
"deb",
|
3691
3712
|
"debian",
|
3692
3713
|
"devbox",
|
@@ -1,30 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Container describes a Docker container used within a {@link Job}.
|
3
|
-
* {@link https://docs.github.com/en/actions/using-containerized-services}
|
4
|
-
*
|
5
|
-
* @param image - The Docker image to use as the container to run the action. The value can be the Docker Hub image name or a registry name.
|
6
|
-
*/
|
7
|
-
export interface Container {
|
8
|
-
image: string;
|
9
|
-
}
|
10
|
-
/**
|
11
|
-
* Job describes a single job within a {@link Workflow}.
|
12
|
-
* {@link https://docs.github.com/en/actions/using-jobs}
|
13
|
-
*
|
14
|
-
* @param container - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer}
|
15
|
-
* @param services - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices}
|
16
|
-
*/
|
17
|
-
export interface Job {
|
18
|
-
container?: string | Container;
|
19
|
-
services?: Record<string, string | Container>;
|
20
|
-
'runs-on'?: string | string[];
|
21
|
-
}
|
22
|
-
/**
|
23
|
-
* Workflow describes a GitHub Actions Workflow.
|
24
|
-
* {@link https://docs.github.com/en/actions/using-workflows}
|
25
|
-
*
|
26
|
-
* @param jobs - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobs}
|
27
|
-
*/
|
28
|
-
export interface Workflow {
|
29
|
-
jobs: Record<string, Job>;
|
30
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../lib/modules/manager/github-actions/types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Container describes a Docker container used within a {@link Job}.\n * {@link https://docs.github.com/en/actions/using-containerized-services}\n *\n * @param image - The Docker image to use as the container to run the action. The value can be the Docker Hub image name or a registry name.\n */\nexport interface Container {\n image: string;\n}\n\n/**\n * Job describes a single job within a {@link Workflow}.\n * {@link https://docs.github.com/en/actions/using-jobs}\n *\n * @param container - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer}\n * @param services - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices}\n */\nexport interface Job {\n container?: string | Container;\n services?: Record<string, string | Container>;\n 'runs-on'?: string | string[];\n}\n\n/**\n * Workflow describes a GitHub Actions Workflow.\n * {@link https://docs.github.com/en/actions/using-workflows}\n *\n * @param jobs - {@link https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobs}\n */\nexport interface Workflow {\n jobs: Record<string, Job>;\n}\n"]}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import type { GitlabInclude, GitlabIncludeComponent, GitlabIncludeLocal, GitlabIncludeProject, GitlabPipeline } from '../gitlabci/types';
|
2
|
-
export declare function isNonEmptyObject(obj: any): boolean;
|
3
|
-
export declare function filterIncludeFromGitlabPipeline(pipeline: GitlabPipeline): GitlabPipeline;
|
4
|
-
export declare function isGitlabIncludeProject(include: GitlabInclude): include is GitlabIncludeProject;
|
5
|
-
export declare function isGitlabIncludeLocal(include: GitlabInclude): include is GitlabIncludeLocal;
|
6
|
-
export declare function isGitlabIncludeComponent(include: GitlabInclude): include is GitlabIncludeComponent;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.isNonEmptyObject = isNonEmptyObject;
|
4
|
-
exports.filterIncludeFromGitlabPipeline = filterIncludeFromGitlabPipeline;
|
5
|
-
exports.isGitlabIncludeProject = isGitlabIncludeProject;
|
6
|
-
exports.isGitlabIncludeLocal = isGitlabIncludeLocal;
|
7
|
-
exports.isGitlabIncludeComponent = isGitlabIncludeComponent;
|
8
|
-
const tslib_1 = require("tslib");
|
9
|
-
const is_1 = tslib_1.__importDefault(require("@sindresorhus/is"));
|
10
|
-
function isNonEmptyObject(obj) {
|
11
|
-
return is_1.default.object(obj) && Object.keys(obj).length !== 0;
|
12
|
-
}
|
13
|
-
function filterIncludeFromGitlabPipeline(pipeline) {
|
14
|
-
const pipeline_without_include = {};
|
15
|
-
for (const key of Object.keys(pipeline).filter((key) => key !== 'include')) {
|
16
|
-
const pipeline_key = key;
|
17
|
-
pipeline_without_include[pipeline_key] = pipeline[pipeline_key];
|
18
|
-
}
|
19
|
-
return pipeline_without_include;
|
20
|
-
}
|
21
|
-
function isGitlabIncludeProject(include) {
|
22
|
-
return !is_1.default.undefined(include.project);
|
23
|
-
}
|
24
|
-
function isGitlabIncludeLocal(include) {
|
25
|
-
return !is_1.default.undefined(include.local);
|
26
|
-
}
|
27
|
-
function isGitlabIncludeComponent(include) {
|
28
|
-
return is_1.default.string(include.component);
|
29
|
-
}
|
30
|
-
//# sourceMappingURL=common.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../lib/modules/manager/gitlabci/common.ts"],"names":[],"mappings":";;AASA,4CAEC;AAED,0EASC;AAED,wDAIC;AAED,oDAIC;AAED,4DAIC;;AAxCD,kEAAkC;AASlC,SAAgB,gBAAgB,CAAC,GAAQ;IACvC,OAAO,YAAE,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,+BAA+B,CAC7C,QAAwB;IAExB,MAAM,wBAAwB,GAAmB,EAAE,CAAC;IACpD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,KAAK,SAAS,CAAC,EAAE,CAAC;QAC3E,MAAM,YAAY,GAAG,GAA4B,CAAC;QAClD,wBAAwB,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IAClE,CAAC;IACD,OAAO,wBAAwB,CAAC;AAClC,CAAC;AAED,SAAgB,sBAAsB,CACpC,OAAsB;IAEtB,OAAO,CAAC,YAAE,CAAC,SAAS,CAAE,OAAgC,CAAC,OAAO,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,oBAAoB,CAClC,OAAsB;IAEtB,OAAO,CAAC,YAAE,CAAC,SAAS,CAAE,OAA8B,CAAC,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,wBAAwB,CACtC,OAAsB;IAEtB,OAAO,YAAE,CAAC,MAAM,CAAE,OAAkC,CAAC,SAAS,CAAC,CAAC;AAClE,CAAC","sourcesContent":["import is from '@sindresorhus/is';\nimport type {\n GitlabInclude,\n GitlabIncludeComponent,\n GitlabIncludeLocal,\n GitlabIncludeProject,\n GitlabPipeline,\n} from '../gitlabci/types';\n\nexport function isNonEmptyObject(obj: any): boolean {\n return is.object(obj) && Object.keys(obj).length !== 0;\n}\n\nexport function filterIncludeFromGitlabPipeline(\n pipeline: GitlabPipeline,\n): GitlabPipeline {\n const pipeline_without_include: GitlabPipeline = {};\n for (const key of Object.keys(pipeline).filter((key) => key !== 'include')) {\n const pipeline_key = key as keyof typeof pipeline;\n pipeline_without_include[pipeline_key] = pipeline[pipeline_key];\n }\n return pipeline_without_include;\n}\n\nexport function isGitlabIncludeProject(\n include: GitlabInclude,\n): include is GitlabIncludeProject {\n return !is.undefined((include as GitlabIncludeProject).project);\n}\n\nexport function isGitlabIncludeLocal(\n include: GitlabInclude,\n): include is GitlabIncludeLocal {\n return !is.undefined((include as GitlabIncludeLocal).local);\n}\n\nexport function isGitlabIncludeComponent(\n include: GitlabInclude,\n): include is GitlabIncludeComponent {\n return is.string((include as GitlabIncludeComponent).component);\n}\n"]}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
export interface GitlabIncludeLocal {
|
2
|
-
local: string;
|
3
|
-
}
|
4
|
-
export interface GitlabIncludeProject {
|
5
|
-
project: string;
|
6
|
-
file?: string;
|
7
|
-
ref?: string;
|
8
|
-
}
|
9
|
-
export interface GitlabIncludeRemote {
|
10
|
-
remote: string;
|
11
|
-
}
|
12
|
-
export interface GitlabIncludeTemplate {
|
13
|
-
template: string;
|
14
|
-
}
|
15
|
-
export interface GitlabIncludeComponent {
|
16
|
-
component: string;
|
17
|
-
}
|
18
|
-
export interface GitlabPipeline {
|
19
|
-
include?: GitlabInclude[] | GitlabInclude;
|
20
|
-
}
|
21
|
-
export interface ImageObject {
|
22
|
-
name: string;
|
23
|
-
entrypoint?: string[];
|
24
|
-
}
|
25
|
-
export interface ServicesObject extends ImageObject {
|
26
|
-
command?: string[];
|
27
|
-
alias?: string;
|
28
|
-
}
|
29
|
-
export interface Job {
|
30
|
-
image?: Image;
|
31
|
-
services?: Services;
|
32
|
-
}
|
33
|
-
export type Image = ImageObject | string;
|
34
|
-
export type Services = (string | ServicesObject)[];
|
35
|
-
export type GitlabInclude = GitlabIncludeLocal | GitlabIncludeProject | GitlabIncludeRemote | GitlabIncludeTemplate | GitlabIncludeComponent | string;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../lib/modules/manager/gitlabci/types.ts"],"names":[],"mappings":"","sourcesContent":["export interface GitlabIncludeLocal {\n local: string;\n}\n\nexport interface GitlabIncludeProject {\n project: string;\n file?: string;\n ref?: string;\n}\n\nexport interface GitlabIncludeRemote {\n remote: string;\n}\n\nexport interface GitlabIncludeTemplate {\n template: string;\n}\n\nexport interface GitlabIncludeComponent {\n component: string;\n}\n\nexport interface GitlabPipeline {\n include?: GitlabInclude[] | GitlabInclude;\n}\n\nexport interface ImageObject {\n name: string;\n entrypoint?: string[];\n}\nexport interface ServicesObject extends ImageObject {\n command?: string[];\n alias?: string;\n}\nexport interface Job {\n image?: Image;\n services?: Services;\n}\nexport type Image = ImageObject | string;\nexport type Services = (string | ServicesObject)[];\nexport type GitlabInclude =\n | GitlabIncludeLocal\n | GitlabIncludeProject\n | GitlabIncludeRemote\n | GitlabIncludeTemplate\n | GitlabIncludeComponent\n | string;\n"]}
|