renovate 40.0.0-next.9 → 40.0.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/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/global.js +0 -1
- package/dist/config/global.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/migrations/migrations-service.js +3 -2
- package/dist/config/migrations/migrations-service.js.map +1 -1
- package/dist/config/options/index.js +18 -11
- 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 +4 -2
- 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 +2 -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/npm/index.js +4 -1
- package/dist/config/presets/npm/index.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 -2
- 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 +9 -2
- package/dist/data/replacements.json +13 -0
- 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 +5 -10
- 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 +8 -6
- 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 +6 -6
- 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/github-tags/index.js +4 -1
- package/dist/modules/datasource/github-tags/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 +46 -5
- 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.d.ts +2 -2
- package/dist/modules/datasource/maven/index.js +56 -33
- package/dist/modules/datasource/maven/index.js.map +1 -1
- package/dist/modules/datasource/maven/types.d.ts +7 -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 +8 -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/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/buildpacks/extract.d.ts +6 -1
- package/dist/modules/manager/buildpacks/extract.js +24 -14
- package/dist/modules/manager/buildpacks/extract.js.map +1 -1
- 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 +166 -166
- 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/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/fleet/schema.d.ts +4 -4
- 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.d.ts +2 -2
- package/dist/modules/manager/maven/extract.js +14 -9
- 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/extract.js +19 -3
- package/dist/modules/manager/pep621/extract.js.map +1 -1
- package/dist/modules/manager/pep621/processors/pdm.js +3 -2
- package/dist/modules/manager/pep621/processors/pdm.js.map +1 -1
- package/dist/modules/manager/pep621/processors/uv.js +4 -1
- package/dist/modules/manager/pep621/processors/uv.js.map +1 -1
- package/dist/modules/manager/pep621/schema.d.ts +341 -49
- package/dist/modules/manager/pep621/schema.js +3 -1
- 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 +44 -44
- 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.js +49 -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 +2 -2
- 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.js +22 -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.js +63 -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/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/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/autodiscover.js +1 -19
- package/dist/workers/global/autodiscover.js.map +1 -1
- package/dist/workers/global/config/parse/env.js +3 -3
- package/dist/workers/global/config/parse/env.js.map +1 -1
- package/dist/workers/global/config/parse/file.js +18 -8
- 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/onboarding/pr/index.js +4 -0
- package/dist/workers/repository/onboarding/pr/index.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 +17 -8
- 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 +86 -83
- package/renovate-schema.json +25 -10
- 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
@@ -7,14 +7,14 @@ declare const UvGitSource: z.ZodObject<{
|
|
7
7
|
branch: z.ZodOptional<z.ZodString>;
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
9
9
|
git: string;
|
10
|
+
branch?: string | undefined;
|
10
11
|
rev?: string | undefined;
|
11
12
|
tag?: string | undefined;
|
12
|
-
branch?: string | undefined;
|
13
13
|
}, {
|
14
14
|
git: string;
|
15
|
+
branch?: string | undefined;
|
15
16
|
rev?: string | undefined;
|
16
17
|
tag?: string | undefined;
|
17
|
-
branch?: string | undefined;
|
18
18
|
}>;
|
19
19
|
export type UvGitSource = z.infer<typeof UvGitSource>;
|
20
20
|
export declare const PyProjectSchema: z.ZodObject<{
|
@@ -46,6 +46,194 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
46
46
|
}>>;
|
47
47
|
'dependency-groups': z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodArray<z.ZodAny, "many">, string[], any[]>>>;
|
48
48
|
tool: z.ZodOptional<z.ZodObject<{
|
49
|
+
pixi: z.ZodOptional<z.ZodIntersection<z.ZodIntersection<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
50
|
+
workspace: z.ZodObject<{
|
51
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
52
|
+
channel: z.ZodString;
|
53
|
+
priority: z.ZodNumber;
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
55
|
+
priority: number;
|
56
|
+
channel: string;
|
57
|
+
}, {
|
58
|
+
priority: number;
|
59
|
+
channel: string;
|
60
|
+
}>]>, "many">>;
|
61
|
+
'requires-pixi': z.ZodOptional<z.ZodString>;
|
62
|
+
'channel-priority': z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"strict">, z.ZodLiteral<"disabled">]>>;
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
64
|
+
channels: (string | {
|
65
|
+
priority: number;
|
66
|
+
channel: string;
|
67
|
+
})[];
|
68
|
+
'channel-priority': "disabled" | "strict";
|
69
|
+
'requires-pixi'?: string | undefined;
|
70
|
+
}, {
|
71
|
+
channels?: (string | {
|
72
|
+
priority: number;
|
73
|
+
channel: string;
|
74
|
+
})[] | undefined;
|
75
|
+
'requires-pixi'?: string | undefined;
|
76
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
77
|
+
}>;
|
78
|
+
}, "strip", z.ZodTypeAny, {
|
79
|
+
workspace: {
|
80
|
+
channels: (string | {
|
81
|
+
priority: number;
|
82
|
+
channel: string;
|
83
|
+
})[];
|
84
|
+
'channel-priority': "disabled" | "strict";
|
85
|
+
'requires-pixi'?: string | undefined;
|
86
|
+
};
|
87
|
+
}, {
|
88
|
+
workspace: {
|
89
|
+
channels?: (string | {
|
90
|
+
priority: number;
|
91
|
+
channel: string;
|
92
|
+
})[] | undefined;
|
93
|
+
'requires-pixi'?: string | undefined;
|
94
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
95
|
+
};
|
96
|
+
}>, {
|
97
|
+
project: {
|
98
|
+
channels: (string | {
|
99
|
+
priority: number;
|
100
|
+
channel: string;
|
101
|
+
})[];
|
102
|
+
'channel-priority': "disabled" | "strict";
|
103
|
+
'requires-pixi'?: string | undefined;
|
104
|
+
};
|
105
|
+
}, {
|
106
|
+
workspace: {
|
107
|
+
channels?: (string | {
|
108
|
+
priority: number;
|
109
|
+
channel: string;
|
110
|
+
})[] | undefined;
|
111
|
+
'requires-pixi'?: string | undefined;
|
112
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
113
|
+
};
|
114
|
+
}>, z.ZodObject<{
|
115
|
+
project: z.ZodObject<{
|
116
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
117
|
+
channel: z.ZodString;
|
118
|
+
priority: z.ZodNumber;
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
120
|
+
priority: number;
|
121
|
+
channel: string;
|
122
|
+
}, {
|
123
|
+
priority: number;
|
124
|
+
channel: string;
|
125
|
+
}>]>, "many">>;
|
126
|
+
'requires-pixi': z.ZodOptional<z.ZodString>;
|
127
|
+
'channel-priority': z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"strict">, z.ZodLiteral<"disabled">]>>;
|
128
|
+
}, "strip", z.ZodTypeAny, {
|
129
|
+
channels: (string | {
|
130
|
+
priority: number;
|
131
|
+
channel: string;
|
132
|
+
})[];
|
133
|
+
'channel-priority': "disabled" | "strict";
|
134
|
+
'requires-pixi'?: string | undefined;
|
135
|
+
}, {
|
136
|
+
channels?: (string | {
|
137
|
+
priority: number;
|
138
|
+
channel: string;
|
139
|
+
})[] | undefined;
|
140
|
+
'requires-pixi'?: string | undefined;
|
141
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
142
|
+
}>;
|
143
|
+
}, "strip", z.ZodTypeAny, {
|
144
|
+
project: {
|
145
|
+
channels: (string | {
|
146
|
+
priority: number;
|
147
|
+
channel: string;
|
148
|
+
})[];
|
149
|
+
'channel-priority': "disabled" | "strict";
|
150
|
+
'requires-pixi'?: string | undefined;
|
151
|
+
};
|
152
|
+
}, {
|
153
|
+
project: {
|
154
|
+
channels?: (string | {
|
155
|
+
priority: number;
|
156
|
+
channel: string;
|
157
|
+
})[] | undefined;
|
158
|
+
'requires-pixi'?: string | undefined;
|
159
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
160
|
+
};
|
161
|
+
}>]>, z.ZodObject<{
|
162
|
+
feature: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
|
163
|
+
channels?: (string | {
|
164
|
+
priority: number;
|
165
|
+
channel: string;
|
166
|
+
})[] | undefined;
|
167
|
+
} & {
|
168
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
169
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
170
|
+
}>, Record<string, any>>, {
|
171
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
172
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
173
|
+
}, Record<string, any>>>;
|
174
|
+
}, "strip", z.ZodTypeAny, {
|
175
|
+
feature: {
|
176
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
177
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
178
|
+
};
|
179
|
+
}, {
|
180
|
+
feature?: Record<string, any> | undefined;
|
181
|
+
}>>, z.ZodEffects<z.ZodObject<{
|
182
|
+
dependencies: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
|
183
|
+
currentValue: string;
|
184
|
+
versioning: string;
|
185
|
+
datasource: string;
|
186
|
+
depType: string;
|
187
|
+
channel: string | undefined;
|
188
|
+
}>, Record<string, any>>, import("../types").PackageDependency<Record<string, any>>[], Record<string, any>>>>;
|
189
|
+
'pypi-dependencies': z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
|
190
|
+
currentValue: string;
|
191
|
+
versioning: string;
|
192
|
+
datasource: string;
|
193
|
+
depType: string;
|
194
|
+
} | {
|
195
|
+
currentValue: string | undefined;
|
196
|
+
packageName: string;
|
197
|
+
datasource: string;
|
198
|
+
depType: string;
|
199
|
+
versioning: string;
|
200
|
+
skipStage: "extract";
|
201
|
+
skipReason: "unspecified-version";
|
202
|
+
} | {
|
203
|
+
currentValue: string;
|
204
|
+
packageName: string;
|
205
|
+
datasource: string;
|
206
|
+
depType: string;
|
207
|
+
versioning: string;
|
208
|
+
skipStage?: undefined;
|
209
|
+
skipReason?: undefined;
|
210
|
+
}>, Record<string, any>>, import("../types").PackageDependency<Record<string, any>>[], Record<string, any>>>>;
|
211
|
+
target: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
|
212
|
+
dependencies: import("../types").PackageDependency<Record<string, any>>[];
|
213
|
+
'pypi-dependencies': import("../types").PackageDependency<Record<string, any>>[];
|
214
|
+
}>, Record<string, any>>, {
|
215
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
216
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
217
|
+
}, Record<string, any>>>>;
|
218
|
+
}, "strip", z.ZodTypeAny, {
|
219
|
+
target: {
|
220
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
221
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
222
|
+
};
|
223
|
+
dependencies: import("../types").PackageDependency<Record<string, any>>[];
|
224
|
+
'pypi-dependencies': import("../types").PackageDependency<Record<string, any>>[];
|
225
|
+
}, {
|
226
|
+
target?: Record<string, any> | undefined;
|
227
|
+
dependencies?: Record<string, any> | undefined;
|
228
|
+
'pypi-dependencies'?: Record<string, any> | undefined;
|
229
|
+
}>, {
|
230
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
231
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
232
|
+
}, {
|
233
|
+
target?: Record<string, any> | undefined;
|
234
|
+
dependencies?: Record<string, any> | undefined;
|
235
|
+
'pypi-dependencies'?: Record<string, any> | undefined;
|
236
|
+
}>>>;
|
49
237
|
pdm: z.ZodOptional<z.ZodObject<{
|
50
238
|
'dev-dependencies': z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
51
239
|
source: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
@@ -53,25 +241,25 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
53
241
|
name: z.ZodString;
|
54
242
|
verify_ssl: z.ZodOptional<z.ZodBoolean>;
|
55
243
|
}, "strip", z.ZodTypeAny, {
|
56
|
-
name: string;
|
57
244
|
url: string;
|
245
|
+
name: string;
|
58
246
|
verify_ssl?: boolean | undefined;
|
59
247
|
}, {
|
60
|
-
name: string;
|
61
248
|
url: string;
|
249
|
+
name: string;
|
62
250
|
verify_ssl?: boolean | undefined;
|
63
251
|
}>, "many">>;
|
64
252
|
}, "strip", z.ZodTypeAny, {
|
65
253
|
source?: {
|
66
|
-
name: string;
|
67
254
|
url: string;
|
255
|
+
name: string;
|
68
256
|
verify_ssl?: boolean | undefined;
|
69
257
|
}[] | undefined;
|
70
258
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
71
259
|
}, {
|
72
260
|
source?: {
|
73
|
-
name: string;
|
74
261
|
url: string;
|
262
|
+
name: string;
|
75
263
|
verify_ssl?: boolean | undefined;
|
76
264
|
}[] | undefined;
|
77
265
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
@@ -104,9 +292,9 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
104
292
|
index: string;
|
105
293
|
} | {
|
106
294
|
git: string;
|
295
|
+
branch?: string | undefined;
|
107
296
|
rev?: string | undefined;
|
108
297
|
tag?: string | undefined;
|
109
|
-
branch?: string | undefined;
|
110
298
|
} | {
|
111
299
|
url: string;
|
112
300
|
} | {
|
@@ -115,35 +303,29 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
115
303
|
workspace: true;
|
116
304
|
}>, Record<string, any>>>;
|
117
305
|
index: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
118
|
-
name: z.ZodString
|
306
|
+
name: z.ZodOptional<z.ZodString>;
|
119
307
|
url: z.ZodString;
|
120
308
|
default: z.ZodDefault<z.ZodBoolean>;
|
121
309
|
explicit: z.ZodDefault<z.ZodBoolean>;
|
122
310
|
}, "strip", z.ZodTypeAny, {
|
123
|
-
name: string;
|
124
|
-
explicit: boolean;
|
125
311
|
default: boolean;
|
126
312
|
url: string;
|
313
|
+
explicit: boolean;
|
314
|
+
name?: string | undefined;
|
127
315
|
}, {
|
128
|
-
name: string;
|
129
316
|
url: string;
|
130
|
-
explicit?: boolean | undefined;
|
131
317
|
default?: boolean | undefined;
|
318
|
+
name?: string | undefined;
|
319
|
+
explicit?: boolean | undefined;
|
132
320
|
}>, "many">>;
|
133
321
|
}, "strip", z.ZodTypeAny, {
|
134
|
-
index?: {
|
135
|
-
name: string;
|
136
|
-
explicit: boolean;
|
137
|
-
default: boolean;
|
138
|
-
url: string;
|
139
|
-
}[] | undefined;
|
140
322
|
sources?: Record<string, {
|
141
323
|
index: string;
|
142
324
|
} | {
|
143
325
|
git: string;
|
326
|
+
branch?: string | undefined;
|
144
327
|
rev?: string | undefined;
|
145
328
|
tag?: string | undefined;
|
146
|
-
branch?: string | undefined;
|
147
329
|
} | {
|
148
330
|
url: string;
|
149
331
|
} | {
|
@@ -152,31 +334,31 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
152
334
|
workspace: true;
|
153
335
|
}> | undefined;
|
154
336
|
'dev-dependencies'?: string[] | undefined;
|
155
|
-
}, {
|
156
337
|
index?: {
|
157
|
-
|
338
|
+
default: boolean;
|
158
339
|
url: string;
|
159
|
-
explicit
|
160
|
-
|
340
|
+
explicit: boolean;
|
341
|
+
name?: string | undefined;
|
161
342
|
}[] | undefined;
|
343
|
+
}, {
|
162
344
|
sources?: Record<string, any> | undefined;
|
163
345
|
'dev-dependencies'?: string[] | undefined;
|
164
|
-
}>>;
|
165
|
-
}, "strip", z.ZodTypeAny, {
|
166
|
-
uv?: {
|
167
346
|
index?: {
|
168
|
-
name: string;
|
169
|
-
explicit: boolean;
|
170
|
-
default: boolean;
|
171
347
|
url: string;
|
348
|
+
default?: boolean | undefined;
|
349
|
+
name?: string | undefined;
|
350
|
+
explicit?: boolean | undefined;
|
172
351
|
}[] | undefined;
|
352
|
+
}>>;
|
353
|
+
}, "strip", z.ZodTypeAny, {
|
354
|
+
uv?: {
|
173
355
|
sources?: Record<string, {
|
174
356
|
index: string;
|
175
357
|
} | {
|
176
358
|
git: string;
|
359
|
+
branch?: string | undefined;
|
177
360
|
rev?: string | undefined;
|
178
361
|
tag?: string | undefined;
|
179
|
-
branch?: string | undefined;
|
180
362
|
} | {
|
181
363
|
url: string;
|
182
364
|
} | {
|
@@ -185,15 +367,48 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
185
367
|
workspace: true;
|
186
368
|
}> | undefined;
|
187
369
|
'dev-dependencies'?: string[] | undefined;
|
370
|
+
index?: {
|
371
|
+
default: boolean;
|
372
|
+
url: string;
|
373
|
+
explicit: boolean;
|
374
|
+
name?: string | undefined;
|
375
|
+
}[] | undefined;
|
188
376
|
} | undefined;
|
189
377
|
pdm?: {
|
190
378
|
source?: {
|
191
|
-
name: string;
|
192
379
|
url: string;
|
380
|
+
name: string;
|
193
381
|
verify_ssl?: boolean | undefined;
|
194
382
|
}[] | undefined;
|
195
383
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
196
384
|
} | undefined;
|
385
|
+
pixi?: ((({
|
386
|
+
project: {
|
387
|
+
channels: (string | {
|
388
|
+
priority: number;
|
389
|
+
channel: string;
|
390
|
+
})[];
|
391
|
+
'channel-priority': "disabled" | "strict";
|
392
|
+
'requires-pixi'?: string | undefined;
|
393
|
+
};
|
394
|
+
} | {
|
395
|
+
project: {
|
396
|
+
channels: (string | {
|
397
|
+
priority: number;
|
398
|
+
channel: string;
|
399
|
+
})[];
|
400
|
+
'channel-priority': "disabled" | "strict";
|
401
|
+
'requires-pixi'?: string | undefined;
|
402
|
+
};
|
403
|
+
}) & {
|
404
|
+
feature: {
|
405
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
406
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
407
|
+
};
|
408
|
+
}) & {
|
409
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
410
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
411
|
+
}) | undefined;
|
197
412
|
hatch?: {
|
198
413
|
envs?: Record<string, {
|
199
414
|
dependencies?: string[] | undefined;
|
@@ -202,23 +417,48 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
202
417
|
} | undefined;
|
203
418
|
}, {
|
204
419
|
uv?: {
|
420
|
+
sources?: Record<string, any> | undefined;
|
421
|
+
'dev-dependencies'?: string[] | undefined;
|
205
422
|
index?: {
|
206
|
-
name: string;
|
207
423
|
url: string;
|
208
|
-
explicit?: boolean | undefined;
|
209
424
|
default?: boolean | undefined;
|
425
|
+
name?: string | undefined;
|
426
|
+
explicit?: boolean | undefined;
|
210
427
|
}[] | undefined;
|
211
|
-
sources?: Record<string, any> | undefined;
|
212
|
-
'dev-dependencies'?: string[] | undefined;
|
213
428
|
} | undefined;
|
214
429
|
pdm?: {
|
215
430
|
source?: {
|
216
|
-
name: string;
|
217
431
|
url: string;
|
432
|
+
name: string;
|
218
433
|
verify_ssl?: boolean | undefined;
|
219
434
|
}[] | undefined;
|
220
435
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
221
436
|
} | undefined;
|
437
|
+
pixi?: ((({
|
438
|
+
workspace: {
|
439
|
+
channels?: (string | {
|
440
|
+
priority: number;
|
441
|
+
channel: string;
|
442
|
+
})[] | undefined;
|
443
|
+
'requires-pixi'?: string | undefined;
|
444
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
445
|
+
};
|
446
|
+
} | {
|
447
|
+
project: {
|
448
|
+
channels?: (string | {
|
449
|
+
priority: number;
|
450
|
+
channel: string;
|
451
|
+
})[] | undefined;
|
452
|
+
'requires-pixi'?: string | undefined;
|
453
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
454
|
+
};
|
455
|
+
}) & {
|
456
|
+
feature?: Record<string, any> | undefined;
|
457
|
+
}) & {
|
458
|
+
target?: Record<string, any> | undefined;
|
459
|
+
dependencies?: Record<string, any> | undefined;
|
460
|
+
'pypi-dependencies'?: Record<string, any> | undefined;
|
461
|
+
}) | undefined;
|
222
462
|
hatch?: {
|
223
463
|
envs?: Record<string, {
|
224
464
|
dependencies?: string[] | undefined;
|
@@ -235,19 +475,13 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
235
475
|
} | undefined;
|
236
476
|
tool?: {
|
237
477
|
uv?: {
|
238
|
-
index?: {
|
239
|
-
name: string;
|
240
|
-
explicit: boolean;
|
241
|
-
default: boolean;
|
242
|
-
url: string;
|
243
|
-
}[] | undefined;
|
244
478
|
sources?: Record<string, {
|
245
479
|
index: string;
|
246
480
|
} | {
|
247
481
|
git: string;
|
482
|
+
branch?: string | undefined;
|
248
483
|
rev?: string | undefined;
|
249
484
|
tag?: string | undefined;
|
250
|
-
branch?: string | undefined;
|
251
485
|
} | {
|
252
486
|
url: string;
|
253
487
|
} | {
|
@@ -256,15 +490,48 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
256
490
|
workspace: true;
|
257
491
|
}> | undefined;
|
258
492
|
'dev-dependencies'?: string[] | undefined;
|
493
|
+
index?: {
|
494
|
+
default: boolean;
|
495
|
+
url: string;
|
496
|
+
explicit: boolean;
|
497
|
+
name?: string | undefined;
|
498
|
+
}[] | undefined;
|
259
499
|
} | undefined;
|
260
500
|
pdm?: {
|
261
501
|
source?: {
|
262
|
-
name: string;
|
263
502
|
url: string;
|
503
|
+
name: string;
|
264
504
|
verify_ssl?: boolean | undefined;
|
265
505
|
}[] | undefined;
|
266
506
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
267
507
|
} | undefined;
|
508
|
+
pixi?: ((({
|
509
|
+
project: {
|
510
|
+
channels: (string | {
|
511
|
+
priority: number;
|
512
|
+
channel: string;
|
513
|
+
})[];
|
514
|
+
'channel-priority': "disabled" | "strict";
|
515
|
+
'requires-pixi'?: string | undefined;
|
516
|
+
};
|
517
|
+
} | {
|
518
|
+
project: {
|
519
|
+
channels: (string | {
|
520
|
+
priority: number;
|
521
|
+
channel: string;
|
522
|
+
})[];
|
523
|
+
'channel-priority': "disabled" | "strict";
|
524
|
+
'requires-pixi'?: string | undefined;
|
525
|
+
};
|
526
|
+
}) & {
|
527
|
+
feature: {
|
528
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
529
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
530
|
+
};
|
531
|
+
}) & {
|
532
|
+
pypi: import("../pixi/schema").PixiPackageDependency[];
|
533
|
+
conda: import("../pixi/schema").PixiPackageDependency[];
|
534
|
+
}) | undefined;
|
268
535
|
hatch?: {
|
269
536
|
envs?: Record<string, {
|
270
537
|
dependencies?: string[] | undefined;
|
@@ -286,23 +553,48 @@ export declare const PyProjectSchema: z.ZodObject<{
|
|
286
553
|
} | undefined;
|
287
554
|
tool?: {
|
288
555
|
uv?: {
|
556
|
+
sources?: Record<string, any> | undefined;
|
557
|
+
'dev-dependencies'?: string[] | undefined;
|
289
558
|
index?: {
|
290
|
-
name: string;
|
291
559
|
url: string;
|
292
|
-
explicit?: boolean | undefined;
|
293
560
|
default?: boolean | undefined;
|
561
|
+
name?: string | undefined;
|
562
|
+
explicit?: boolean | undefined;
|
294
563
|
}[] | undefined;
|
295
|
-
sources?: Record<string, any> | undefined;
|
296
|
-
'dev-dependencies'?: string[] | undefined;
|
297
564
|
} | undefined;
|
298
565
|
pdm?: {
|
299
566
|
source?: {
|
300
|
-
name: string;
|
301
567
|
url: string;
|
568
|
+
name: string;
|
302
569
|
verify_ssl?: boolean | undefined;
|
303
570
|
}[] | undefined;
|
304
571
|
'dev-dependencies'?: Record<string, string[]> | undefined;
|
305
572
|
} | undefined;
|
573
|
+
pixi?: ((({
|
574
|
+
workspace: {
|
575
|
+
channels?: (string | {
|
576
|
+
priority: number;
|
577
|
+
channel: string;
|
578
|
+
})[] | undefined;
|
579
|
+
'requires-pixi'?: string | undefined;
|
580
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
581
|
+
};
|
582
|
+
} | {
|
583
|
+
project: {
|
584
|
+
channels?: (string | {
|
585
|
+
priority: number;
|
586
|
+
channel: string;
|
587
|
+
})[] | undefined;
|
588
|
+
'requires-pixi'?: string | undefined;
|
589
|
+
'channel-priority'?: "disabled" | "strict" | undefined;
|
590
|
+
};
|
591
|
+
}) & {
|
592
|
+
feature?: Record<string, any> | undefined;
|
593
|
+
}) & {
|
594
|
+
target?: Record<string, any> | undefined;
|
595
|
+
dependencies?: Record<string, any> | undefined;
|
596
|
+
'pypi-dependencies'?: Record<string, any> | undefined;
|
597
|
+
}) | undefined;
|
306
598
|
hatch?: {
|
307
599
|
envs?: Record<string, {
|
308
600
|
dependencies?: string[] | undefined;
|
@@ -4,6 +4,7 @@ exports.UvLockfileSchema = exports.PdmLockfileSchema = exports.PyProjectSchema =
|
|
4
4
|
const zod_1 = require("zod");
|
5
5
|
const schema_utils_1 = require("../../../util/schema-utils");
|
6
6
|
const common_1 = require("../../datasource/pypi/common");
|
7
|
+
const schema_1 = require("../pixi/schema");
|
7
8
|
const DependencyListSchema = zod_1.z.array(zod_1.z.string()).optional();
|
8
9
|
const DependencyRecordSchema = zod_1.z
|
9
10
|
.record(zod_1.z.string(), zod_1.z.array(zod_1.z.string()))
|
@@ -61,7 +62,7 @@ const UvSchema = zod_1.z.object({
|
|
61
62
|
zod_1.z.string().transform((source) => (0, common_1.normalizePythonDepName)(source)), UvSource).optional(),
|
62
63
|
index: zod_1.z
|
63
64
|
.array(zod_1.z.object({
|
64
|
-
name: zod_1.z.string(),
|
65
|
+
name: zod_1.z.string().optional(),
|
65
66
|
url: zod_1.z.string(),
|
66
67
|
default: zod_1.z.boolean().default(false),
|
67
68
|
explicit: zod_1.z.boolean().default(false),
|
@@ -90,6 +91,7 @@ exports.PyProjectSchema = zod_1.z.object({
|
|
90
91
|
.optional(),
|
91
92
|
tool: zod_1.z
|
92
93
|
.object({
|
94
|
+
pixi: schema_1.PixiConfigSchema.optional(),
|
93
95
|
pdm: PdmSchema.optional(),
|
94
96
|
hatch: HatchSchema.optional(),
|
95
97
|
uv: UvSchema.optional(),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../lib/modules/manager/pep621/schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,6DAA2E;AAC3E,yDAAsE;
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../lib/modules/manager/pep621/schema.ts"],"names":[],"mappings":"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","sourcesContent":["import { z } from 'zod';\nimport { LooseArray, LooseRecord, Toml } from '../../../util/schema-utils';\nimport { normalizePythonDepName } from '../../datasource/pypi/common';\nimport { PixiConfigSchema } from '../pixi/schema';\n\nexport type PyProject = z.infer<typeof PyProjectSchema>;\n\nconst DependencyListSchema = z.array(z.string()).optional();\nconst DependencyRecordSchema = z\n .record(z.string(), z.array(z.string()))\n .optional();\n\nconst PdmSchema = z.object({\n 'dev-dependencies': DependencyRecordSchema,\n source: z\n .array(\n z.object({\n url: z.string(),\n name: z.string(),\n verify_ssl: z.boolean().optional(),\n }),\n )\n .optional(),\n});\n\nconst HatchSchema = z.object({\n envs: z\n .record(\n z.string(),\n z\n .object({\n dependencies: DependencyListSchema,\n 'extra-dependencies': DependencyListSchema,\n })\n .optional(),\n )\n .optional(),\n});\n\nconst UvIndexSource = z.object({\n index: z.string(),\n});\n\nconst UvGitSource = z.object({\n git: z.string(),\n rev: z.string().optional(),\n tag: z.string().optional(),\n branch: z.string().optional(),\n});\nexport type UvGitSource = z.infer<typeof UvGitSource>;\n\nconst UvUrlSource = z.object({\n url: z.string(),\n});\n\nconst UvPathSource = z.object({\n path: z.string(),\n});\n\nconst UvWorkspaceSource = z.object({\n workspace: z.literal(true),\n});\n\n// https://docs.astral.sh/uv/concepts/dependencies/#dependency-sources\nconst UvSource = z.union([\n UvIndexSource,\n UvGitSource,\n UvUrlSource,\n UvPathSource,\n UvWorkspaceSource,\n]);\n\nconst UvSchema = z.object({\n 'dev-dependencies': DependencyListSchema,\n sources: LooseRecord(\n // uv applies the same normalization as for Python dependencies on sources\n z.string().transform((source) => normalizePythonDepName(source)),\n UvSource,\n ).optional(),\n index: z\n .array(\n z.object({\n name: z.string().optional(),\n url: z.string(),\n default: z.boolean().default(false),\n explicit: z.boolean().default(false),\n }),\n )\n .optional(),\n});\n\nexport const PyProjectSchema = z.object({\n project: z\n .object({\n version: z.string().optional().catch(undefined),\n 'requires-python': z.string().optional(),\n dependencies: DependencyListSchema,\n 'optional-dependencies': DependencyRecordSchema,\n })\n .optional(),\n 'build-system': z\n .object({\n requires: DependencyListSchema,\n 'build-backend': z.string().optional(),\n })\n .optional(),\n 'dependency-groups': z\n .record(\n z.string(),\n // Skip non-string entries, like `{include-group = \"typing\"}`, as they are not dependencies.\n LooseArray(z.string()),\n )\n .optional(),\n tool: z\n .object({\n pixi: PixiConfigSchema.optional(),\n pdm: PdmSchema.optional(),\n hatch: HatchSchema.optional(),\n uv: UvSchema.optional(),\n })\n .optional(),\n});\n\nexport const PdmLockfileSchema = Toml.pipe(\n z.object({\n package: LooseArray(\n z.object({\n name: z.string(),\n version: z.string(),\n }),\n ),\n }),\n)\n .transform(({ package: pkg }) =>\n Object.fromEntries(\n pkg.map(({ name, version }): [string, string] => [name, version]),\n ),\n )\n .transform((lock) => ({ lock }));\n\nexport const UvLockfileSchema = Toml.pipe(\n z.object({\n package: LooseArray(\n z.object({\n name: z.string(),\n version: z.string(),\n }),\n ),\n }),\n).transform(({ package: pkg }) =>\n Object.fromEntries(\n pkg.map(({ name, version }): [string, string] => [name, version]),\n ),\n);\n"]}
|
@@ -108,7 +108,7 @@ function parseDependencyList(depType, list) {
|
|
108
108
|
}
|
109
109
|
function parsePyProject(packageFile, content) {
|
110
110
|
try {
|
111
|
-
const jsonMap = (0, toml_1.parse)(content);
|
111
|
+
const jsonMap = (0, toml_1.parse)((0, toml_1.massage)(content));
|
112
112
|
return schema_1.PyProjectSchema.parse(jsonMap);
|
113
113
|
}
|
114
114
|
catch (err) {
|