renovate 40.0.0-next.26 → 40.0.0-next.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/decrypt.js +1 -1
- package/dist/config/decrypt.js.map +1 -1
- package/dist/config/migrate-validate.js +2 -2
- package/dist/config/migrate-validate.js.map +1 -1
- package/dist/config/migration.js +1 -1
- package/dist/config/migration.js.map +1 -1
- package/dist/config/options/index.js +2 -1
- package/dist/config/options/index.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/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/types.d.ts +4 -1
- package/dist/config/types.js.map +1 -1
- package/dist/config/validation.js +2 -2
- package/dist/config/validation.js.map +1 -1
- package/dist/data/monorepo.json +3 -0
- package/dist/data/source-urls.json +1 -0
- package/dist/instrumentation/index.js +14 -12
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/logger/index.js +1 -1
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +2 -2
- package/dist/logger/once.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 +1 -1
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/api.js +2 -0
- package/dist/modules/datasource/api.js.map +1 -1
- package/dist/modules/datasource/artifactory/index.js +0 -1
- 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/bazel/index.js +0 -1
- package/dist/modules/datasource/bazel/index.js.map +1 -1
- 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 +83 -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 +1 -1
- package/dist/modules/datasource/cpan/index.js.map +1 -1
- package/dist/modules/datasource/crate/index.js +2 -2
- package/dist/modules/datasource/crate/index.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 +27 -27
- 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.js +1 -1
- package/dist/modules/datasource/deb/index.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 +7 -7
- 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 +4 -1
- package/dist/modules/datasource/docker/common.js.map +1 -1
- package/dist/modules/datasource/docker/index.js +5 -5
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/docker/schema.d.ts +27 -27
- 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-collection/schema.d.ts +5 -5
- 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/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/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/golang-version/index.js +1 -1
- 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/index.js +2 -2
- 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 +93 -156
- package/dist/modules/datasource/maven/util.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/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/nuget/index.js +1 -1
- package/dist/modules/datasource/nuget/index.js.map +1 -1
- package/dist/modules/datasource/nuget/v3.js +5 -5
- package/dist/modules/datasource/nuget/v3.js.map +1 -1
- package/dist/modules/datasource/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 +18 -18
- package/dist/modules/datasource/pod/index.js +1 -1
- 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/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/rubygems/index.js +1 -1
- package/dist/modules/datasource/rubygems/index.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 +1 -2
- package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
- package/dist/modules/datasource/types.d.ts +1 -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/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 +24 -24
- package/dist/modules/manager/batect/schema.d.ts +2 -2
- package/dist/modules/manager/bazel/rules/docker.d.ts +3 -3
- package/dist/modules/manager/bazel/rules/git.js +2 -1
- package/dist/modules/manager/bazel/rules/git.js.map +1 -1
- package/dist/modules/manager/bazel/rules/maven.d.ts +7 -7
- package/dist/modules/manager/bazel/rules/oci.d.ts +3 -3
- package/dist/modules/manager/bazel-module/parser/maven.d.ts +13 -13
- package/dist/modules/manager/bun/artifacts.js +0 -1
- package/dist/modules/manager/bun/artifacts.js.map +1 -1
- 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 +164 -164
- package/dist/modules/manager/circleci/schema.d.ts +6 -6
- 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 +36 -36
- 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 +9 -0
- package/dist/modules/manager/composer/utils.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/custom/jsonata/schema.d.ts +28 -28
- 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 +1 -2
- 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/fingerprint.generated.js +83 -82
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/fleet/schema.d.ts +12 -12
- 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 +44 -44
- 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/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 +2 -2
- 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/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 +10 -25
- package/dist/modules/manager/gradle/parser/handlers.js.map +1 -1
- package/dist/modules/manager/gradle/parser/registry-urls.js +11 -3
- package/dist/modules/manager/gradle/parser/registry-urls.js.map +1 -1
- package/dist/modules/manager/gradle-wrapper/artifacts.js +0 -1
- 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-wrapper/artifacts.js +0 -1
- package/dist/modules/manager/maven-wrapper/artifacts.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 +6 -6
- 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/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/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/package-tree.js +4 -0
- package/dist/modules/manager/nuget/package-tree.js.map +1 -1
- package/dist/modules/manager/nuget/util.js +4 -1
- package/dist/modules/manager/nuget/util.js.map +1 -1
- 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 +35 -30
- package/dist/modules/manager/pep621/schema.js +2 -0
- package/dist/modules/manager/pep621/schema.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/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 +84 -0
- package/dist/modules/manager/pixi/artifacts.js.map +1 -0
- package/dist/modules/manager/pixi/extract.d.ts +2 -0
- package/dist/modules/manager/pixi/extract.js +53 -0
- package/dist/modules/manager/pixi/extract.js.map +1 -0
- package/dist/modules/manager/pixi/index.d.ts +11 -0
- package/dist/modules/manager/pixi/index.js +22 -0
- package/dist/modules/manager/pixi/index.js.map +1 -0
- package/dist/modules/manager/pixi/lockfile.d.ts +6 -0
- package/dist/modules/manager/pixi/lockfile.js +25 -0
- package/dist/modules/manager/pixi/lockfile.js.map +1 -0
- package/dist/modules/manager/pixi/schema.d.ts +14 -0
- package/dist/modules/manager/pixi/schema.js +14 -0
- package/dist/modules/manager/pixi/schema.js.map +1 -0
- package/dist/modules/manager/poetry/artifacts.js +0 -1
- package/dist/modules/manager/poetry/artifacts.js.map +1 -1
- package/dist/modules/manager/poetry/schema.d.ts +31 -31
- 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/types.d.ts +6 -2
- package/dist/modules/manager/types.js.map +1 -1
- package/dist/modules/manager/vendir/schema.d.ts +23 -23
- 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 +48 -43
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/schema.d.ts +13 -13
- 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 +70 -72
- 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/types.d.ts +6 -1
- package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/utils.js +5 -1
- 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.js +12 -1
- package/dist/modules/platform/gerrit/client.js.map +1 -1
- package/dist/modules/platform/gerrit/utils.js +1 -1
- 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 +15 -7
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitea/schema.d.ts +4 -4
- 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/index.js +81 -78
- package/dist/modules/platform/github/index.js.map +1 -1
- package/dist/modules/platform/github/issue.d.ts +3 -3
- 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 +11 -11
- 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 +61 -43
- 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/versioning/api.js +2 -0
- package/dist/modules/versioning/api.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/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/proxy.js +1 -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/types.d.ts +1 -1
- package/dist/util/cache/package/types.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/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 +6 -0
- 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/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 +73 -46
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/git/private-key.js +1 -1
- package/dist/util/git/private-key.js.map +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +5 -5
- package/dist/util/github/graphql/query-adapters/tags-query-adapter.d.ts +2 -2
- package/dist/util/http/bitbucket-server.js +4 -0
- package/dist/util/http/bitbucket-server.js.map +1 -1
- package/dist/util/http/bitbucket.js +5 -1
- 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/gitea.js +2 -0
- package/dist/util/http/gitea.js.map +1 -1
- package/dist/util/http/github.js +1 -0
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/gitlab.js +2 -0
- package/dist/util/http/gitlab.js.map +1 -1
- package/dist/util/http/host-rules.js +5 -4
- package/dist/util/http/host-rules.js.map +1 -1
- package/dist/util/http/http.js +12 -5
- package/dist/util/http/http.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/workers/global/config/parse/file.js +2 -2
- package/dist/workers/global/config/parse/file.js.map +1 -1
- package/dist/workers/global/config/parse/index.js +5 -0
- package/dist/workers/global/config/parse/index.js.map +1 -1
- package/dist/workers/repository/cache.js +1 -1
- 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/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 +13 -4
- package/dist/workers/repository/process/lookup/index.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/validate.js +1 -0
- package/dist/workers/repository/reconfigure/validate.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/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/source.js +1 -0
- package/dist/workers/repository/update/pr/changelog/source.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 +1 -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 +45 -43
- package/renovate-schema.json +14 -1
- 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
@@ -16,32 +16,32 @@ declare const CargoDeps: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.Zod
|
|
16
16
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
18
18
|
path?: string | undefined;
|
19
|
-
workspace?: boolean | undefined;
|
20
|
-
package?: string | undefined;
|
21
19
|
version?: string | undefined;
|
22
|
-
|
20
|
+
package?: string | undefined;
|
23
21
|
git?: string | undefined;
|
22
|
+
registry?: string | undefined;
|
23
|
+
workspace?: boolean | undefined;
|
24
24
|
}, {
|
25
25
|
path?: string | undefined;
|
26
|
-
workspace?: boolean | undefined;
|
27
|
-
package?: string | undefined;
|
28
26
|
version?: string | undefined;
|
29
|
-
|
27
|
+
package?: string | undefined;
|
30
28
|
git?: string | undefined;
|
29
|
+
registry?: string | undefined;
|
30
|
+
workspace?: boolean | undefined;
|
31
31
|
}>, PackageDependency<CargoManagerData>, {
|
32
32
|
path?: string | undefined;
|
33
|
-
workspace?: boolean | undefined;
|
34
|
-
package?: string | undefined;
|
35
33
|
version?: string | undefined;
|
36
|
-
|
34
|
+
package?: string | undefined;
|
37
35
|
git?: string | undefined;
|
36
|
+
registry?: string | undefined;
|
37
|
+
workspace?: boolean | undefined;
|
38
38
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
39
39
|
path?: string | undefined;
|
40
|
-
workspace?: boolean | undefined;
|
41
|
-
package?: string | undefined;
|
42
40
|
version?: string | undefined;
|
43
|
-
|
41
|
+
package?: string | undefined;
|
44
42
|
git?: string | undefined;
|
43
|
+
registry?: string | undefined;
|
44
|
+
workspace?: boolean | undefined;
|
45
45
|
}>>;
|
46
46
|
export type CargoDeps = z.infer<typeof CargoDeps>;
|
47
47
|
export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString, unknown, string>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -60,39 +60,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
60
60
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
62
62
|
path?: string | undefined;
|
63
|
-
workspace?: boolean | undefined;
|
64
|
-
package?: string | undefined;
|
65
63
|
version?: string | undefined;
|
66
|
-
|
64
|
+
package?: string | undefined;
|
67
65
|
git?: string | undefined;
|
66
|
+
registry?: string | undefined;
|
67
|
+
workspace?: boolean | undefined;
|
68
68
|
}, {
|
69
69
|
path?: string | undefined;
|
70
|
-
workspace?: boolean | undefined;
|
71
|
-
package?: string | undefined;
|
72
70
|
version?: string | undefined;
|
73
|
-
|
71
|
+
package?: string | undefined;
|
74
72
|
git?: string | undefined;
|
73
|
+
registry?: string | undefined;
|
74
|
+
workspace?: boolean | undefined;
|
75
75
|
}>, PackageDependency<CargoManagerData>, {
|
76
76
|
path?: string | undefined;
|
77
|
-
workspace?: boolean | undefined;
|
78
|
-
package?: string | undefined;
|
79
77
|
version?: string | undefined;
|
80
|
-
|
78
|
+
package?: string | undefined;
|
81
79
|
git?: string | undefined;
|
80
|
+
registry?: string | undefined;
|
81
|
+
workspace?: boolean | undefined;
|
82
82
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
83
83
|
path?: string | undefined;
|
84
|
-
workspace?: boolean | undefined;
|
85
|
-
package?: string | undefined;
|
86
84
|
version?: string | undefined;
|
87
|
-
|
85
|
+
package?: string | undefined;
|
88
86
|
git?: string | undefined;
|
87
|
+
registry?: string | undefined;
|
88
|
+
workspace?: boolean | undefined;
|
89
89
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
90
90
|
path?: string | undefined;
|
91
|
-
workspace?: boolean | undefined;
|
92
|
-
package?: string | undefined;
|
93
91
|
version?: string | undefined;
|
94
|
-
|
92
|
+
package?: string | undefined;
|
95
93
|
git?: string | undefined;
|
94
|
+
registry?: string | undefined;
|
95
|
+
workspace?: boolean | undefined;
|
96
96
|
}>>>;
|
97
97
|
'dev-dependencies': z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
98
98
|
/** Path on disk to the crate sources */
|
@@ -109,39 +109,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
109
109
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
111
111
|
path?: string | undefined;
|
112
|
-
workspace?: boolean | undefined;
|
113
|
-
package?: string | undefined;
|
114
112
|
version?: string | undefined;
|
115
|
-
|
113
|
+
package?: string | undefined;
|
116
114
|
git?: string | undefined;
|
115
|
+
registry?: string | undefined;
|
116
|
+
workspace?: boolean | undefined;
|
117
117
|
}, {
|
118
118
|
path?: string | undefined;
|
119
|
-
workspace?: boolean | undefined;
|
120
|
-
package?: string | undefined;
|
121
119
|
version?: string | undefined;
|
122
|
-
|
120
|
+
package?: string | undefined;
|
123
121
|
git?: string | undefined;
|
122
|
+
registry?: string | undefined;
|
123
|
+
workspace?: boolean | undefined;
|
124
124
|
}>, PackageDependency<CargoManagerData>, {
|
125
125
|
path?: string | undefined;
|
126
|
-
workspace?: boolean | undefined;
|
127
|
-
package?: string | undefined;
|
128
126
|
version?: string | undefined;
|
129
|
-
|
127
|
+
package?: string | undefined;
|
130
128
|
git?: string | undefined;
|
129
|
+
registry?: string | undefined;
|
130
|
+
workspace?: boolean | undefined;
|
131
131
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
132
132
|
path?: string | undefined;
|
133
|
-
workspace?: boolean | undefined;
|
134
|
-
package?: string | undefined;
|
135
133
|
version?: string | undefined;
|
136
|
-
|
134
|
+
package?: string | undefined;
|
137
135
|
git?: string | undefined;
|
136
|
+
registry?: string | undefined;
|
137
|
+
workspace?: boolean | undefined;
|
138
138
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
139
139
|
path?: string | undefined;
|
140
|
-
workspace?: boolean | undefined;
|
141
|
-
package?: string | undefined;
|
142
140
|
version?: string | undefined;
|
143
|
-
|
141
|
+
package?: string | undefined;
|
144
142
|
git?: string | undefined;
|
143
|
+
registry?: string | undefined;
|
144
|
+
workspace?: boolean | undefined;
|
145
145
|
}>>>;
|
146
146
|
'build-dependencies': z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
147
147
|
/** Path on disk to the crate sources */
|
@@ -158,39 +158,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
158
158
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
160
160
|
path?: string | undefined;
|
161
|
-
workspace?: boolean | undefined;
|
162
|
-
package?: string | undefined;
|
163
161
|
version?: string | undefined;
|
164
|
-
|
162
|
+
package?: string | undefined;
|
165
163
|
git?: string | undefined;
|
164
|
+
registry?: string | undefined;
|
165
|
+
workspace?: boolean | undefined;
|
166
166
|
}, {
|
167
167
|
path?: string | undefined;
|
168
|
-
workspace?: boolean | undefined;
|
169
|
-
package?: string | undefined;
|
170
168
|
version?: string | undefined;
|
171
|
-
|
169
|
+
package?: string | undefined;
|
172
170
|
git?: string | undefined;
|
171
|
+
registry?: string | undefined;
|
172
|
+
workspace?: boolean | undefined;
|
173
173
|
}>, PackageDependency<CargoManagerData>, {
|
174
174
|
path?: string | undefined;
|
175
|
-
workspace?: boolean | undefined;
|
176
|
-
package?: string | undefined;
|
177
175
|
version?: string | undefined;
|
178
|
-
|
176
|
+
package?: string | undefined;
|
179
177
|
git?: string | undefined;
|
178
|
+
registry?: string | undefined;
|
179
|
+
workspace?: boolean | undefined;
|
180
180
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
181
181
|
path?: string | undefined;
|
182
|
-
workspace?: boolean | undefined;
|
183
|
-
package?: string | undefined;
|
184
182
|
version?: string | undefined;
|
185
|
-
|
183
|
+
package?: string | undefined;
|
186
184
|
git?: string | undefined;
|
185
|
+
registry?: string | undefined;
|
186
|
+
workspace?: boolean | undefined;
|
187
187
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
188
188
|
path?: string | undefined;
|
189
|
-
workspace?: boolean | undefined;
|
190
|
-
package?: string | undefined;
|
191
189
|
version?: string | undefined;
|
192
|
-
|
190
|
+
package?: string | undefined;
|
193
191
|
git?: string | undefined;
|
192
|
+
registry?: string | undefined;
|
193
|
+
workspace?: boolean | undefined;
|
194
194
|
}>>>;
|
195
195
|
}, {
|
196
196
|
package: z.ZodOptional<z.ZodObject<{
|
@@ -226,39 +226,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
226
226
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
228
228
|
path?: string | undefined;
|
229
|
-
workspace?: boolean | undefined;
|
230
|
-
package?: string | undefined;
|
231
229
|
version?: string | undefined;
|
232
|
-
|
230
|
+
package?: string | undefined;
|
233
231
|
git?: string | undefined;
|
232
|
+
registry?: string | undefined;
|
233
|
+
workspace?: boolean | undefined;
|
234
234
|
}, {
|
235
235
|
path?: string | undefined;
|
236
|
-
workspace?: boolean | undefined;
|
237
|
-
package?: string | undefined;
|
238
236
|
version?: string | undefined;
|
239
|
-
|
237
|
+
package?: string | undefined;
|
240
238
|
git?: string | undefined;
|
239
|
+
registry?: string | undefined;
|
240
|
+
workspace?: boolean | undefined;
|
241
241
|
}>, PackageDependency<CargoManagerData>, {
|
242
242
|
path?: string | undefined;
|
243
|
-
workspace?: boolean | undefined;
|
244
|
-
package?: string | undefined;
|
245
243
|
version?: string | undefined;
|
246
|
-
|
244
|
+
package?: string | undefined;
|
247
245
|
git?: string | undefined;
|
246
|
+
registry?: string | undefined;
|
247
|
+
workspace?: boolean | undefined;
|
248
248
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
249
249
|
path?: string | undefined;
|
250
|
-
workspace?: boolean | undefined;
|
251
|
-
package?: string | undefined;
|
252
250
|
version?: string | undefined;
|
253
|
-
|
251
|
+
package?: string | undefined;
|
254
252
|
git?: string | undefined;
|
253
|
+
registry?: string | undefined;
|
254
|
+
workspace?: boolean | undefined;
|
255
255
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
256
256
|
path?: string | undefined;
|
257
|
-
workspace?: boolean | undefined;
|
258
|
-
package?: string | undefined;
|
259
257
|
version?: string | undefined;
|
260
|
-
|
258
|
+
package?: string | undefined;
|
261
259
|
git?: string | undefined;
|
260
|
+
registry?: string | undefined;
|
261
|
+
workspace?: boolean | undefined;
|
262
262
|
}>>>;
|
263
263
|
package: z.ZodOptional<z.ZodObject<{
|
264
264
|
version: z.ZodOptional<z.ZodString>;
|
@@ -278,11 +278,11 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
278
278
|
} | undefined;
|
279
279
|
dependencies?: Record<string, string | {
|
280
280
|
path?: string | undefined;
|
281
|
-
workspace?: boolean | undefined;
|
282
|
-
package?: string | undefined;
|
283
281
|
version?: string | undefined;
|
284
|
-
|
282
|
+
package?: string | undefined;
|
285
283
|
git?: string | undefined;
|
284
|
+
registry?: string | undefined;
|
285
|
+
workspace?: boolean | undefined;
|
286
286
|
}> | undefined;
|
287
287
|
}>>;
|
288
288
|
target: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
@@ -301,39 +301,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
301
301
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
302
302
|
}, "strip", z.ZodTypeAny, {
|
303
303
|
path?: string | undefined;
|
304
|
-
workspace?: boolean | undefined;
|
305
|
-
package?: string | undefined;
|
306
304
|
version?: string | undefined;
|
307
|
-
|
305
|
+
package?: string | undefined;
|
308
306
|
git?: string | undefined;
|
307
|
+
registry?: string | undefined;
|
308
|
+
workspace?: boolean | undefined;
|
309
309
|
}, {
|
310
310
|
path?: string | undefined;
|
311
|
-
workspace?: boolean | undefined;
|
312
|
-
package?: string | undefined;
|
313
311
|
version?: string | undefined;
|
314
|
-
|
312
|
+
package?: string | undefined;
|
315
313
|
git?: string | undefined;
|
314
|
+
registry?: string | undefined;
|
315
|
+
workspace?: boolean | undefined;
|
316
316
|
}>, PackageDependency<CargoManagerData>, {
|
317
317
|
path?: string | undefined;
|
318
|
-
workspace?: boolean | undefined;
|
319
|
-
package?: string | undefined;
|
320
318
|
version?: string | undefined;
|
321
|
-
|
319
|
+
package?: string | undefined;
|
322
320
|
git?: string | undefined;
|
321
|
+
registry?: string | undefined;
|
322
|
+
workspace?: boolean | undefined;
|
323
323
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
324
324
|
path?: string | undefined;
|
325
|
-
workspace?: boolean | undefined;
|
326
|
-
package?: string | undefined;
|
327
325
|
version?: string | undefined;
|
328
|
-
|
326
|
+
package?: string | undefined;
|
329
327
|
git?: string | undefined;
|
328
|
+
registry?: string | undefined;
|
329
|
+
workspace?: boolean | undefined;
|
330
330
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
331
331
|
path?: string | undefined;
|
332
|
-
workspace?: boolean | undefined;
|
333
|
-
package?: string | undefined;
|
334
332
|
version?: string | undefined;
|
335
|
-
|
333
|
+
package?: string | undefined;
|
336
334
|
git?: string | undefined;
|
335
|
+
registry?: string | undefined;
|
336
|
+
workspace?: boolean | undefined;
|
337
337
|
}>>>;
|
338
338
|
'dev-dependencies': z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
339
339
|
/** Path on disk to the crate sources */
|
@@ -350,39 +350,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
350
350
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
352
352
|
path?: string | undefined;
|
353
|
-
workspace?: boolean | undefined;
|
354
|
-
package?: string | undefined;
|
355
353
|
version?: string | undefined;
|
356
|
-
|
354
|
+
package?: string | undefined;
|
357
355
|
git?: string | undefined;
|
356
|
+
registry?: string | undefined;
|
357
|
+
workspace?: boolean | undefined;
|
358
358
|
}, {
|
359
359
|
path?: string | undefined;
|
360
|
-
workspace?: boolean | undefined;
|
361
|
-
package?: string | undefined;
|
362
360
|
version?: string | undefined;
|
363
|
-
|
361
|
+
package?: string | undefined;
|
364
362
|
git?: string | undefined;
|
363
|
+
registry?: string | undefined;
|
364
|
+
workspace?: boolean | undefined;
|
365
365
|
}>, PackageDependency<CargoManagerData>, {
|
366
366
|
path?: string | undefined;
|
367
|
-
workspace?: boolean | undefined;
|
368
|
-
package?: string | undefined;
|
369
367
|
version?: string | undefined;
|
370
|
-
|
368
|
+
package?: string | undefined;
|
371
369
|
git?: string | undefined;
|
370
|
+
registry?: string | undefined;
|
371
|
+
workspace?: boolean | undefined;
|
372
372
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
373
373
|
path?: string | undefined;
|
374
|
-
workspace?: boolean | undefined;
|
375
|
-
package?: string | undefined;
|
376
374
|
version?: string | undefined;
|
377
|
-
|
375
|
+
package?: string | undefined;
|
378
376
|
git?: string | undefined;
|
377
|
+
registry?: string | undefined;
|
378
|
+
workspace?: boolean | undefined;
|
379
379
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
380
380
|
path?: string | undefined;
|
381
|
-
workspace?: boolean | undefined;
|
382
|
-
package?: string | undefined;
|
383
381
|
version?: string | undefined;
|
384
|
-
|
382
|
+
package?: string | undefined;
|
385
383
|
git?: string | undefined;
|
384
|
+
registry?: string | undefined;
|
385
|
+
workspace?: boolean | undefined;
|
386
386
|
}>>>;
|
387
387
|
'build-dependencies': z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
388
388
|
/** Path on disk to the crate sources */
|
@@ -399,39 +399,39 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
399
399
|
workspace: z.ZodOptional<z.ZodBoolean>;
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
401
401
|
path?: string | undefined;
|
402
|
-
workspace?: boolean | undefined;
|
403
|
-
package?: string | undefined;
|
404
402
|
version?: string | undefined;
|
405
|
-
|
403
|
+
package?: string | undefined;
|
406
404
|
git?: string | undefined;
|
405
|
+
registry?: string | undefined;
|
406
|
+
workspace?: boolean | undefined;
|
407
407
|
}, {
|
408
408
|
path?: string | undefined;
|
409
|
-
workspace?: boolean | undefined;
|
410
|
-
package?: string | undefined;
|
411
409
|
version?: string | undefined;
|
412
|
-
|
410
|
+
package?: string | undefined;
|
413
411
|
git?: string | undefined;
|
412
|
+
registry?: string | undefined;
|
413
|
+
workspace?: boolean | undefined;
|
414
414
|
}>, PackageDependency<CargoManagerData>, {
|
415
415
|
path?: string | undefined;
|
416
|
-
workspace?: boolean | undefined;
|
417
|
-
package?: string | undefined;
|
418
416
|
version?: string | undefined;
|
419
|
-
|
417
|
+
package?: string | undefined;
|
420
418
|
git?: string | undefined;
|
419
|
+
registry?: string | undefined;
|
420
|
+
workspace?: boolean | undefined;
|
421
421
|
}>, z.ZodEffects<z.ZodString, PackageDependency<CargoManagerData>, string>]>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
422
422
|
path?: string | undefined;
|
423
|
-
workspace?: boolean | undefined;
|
424
|
-
package?: string | undefined;
|
425
423
|
version?: string | undefined;
|
426
|
-
|
424
|
+
package?: string | undefined;
|
427
425
|
git?: string | undefined;
|
426
|
+
registry?: string | undefined;
|
427
|
+
workspace?: boolean | undefined;
|
428
428
|
}>>, PackageDependency<Record<string, any>>[], Record<string, string | {
|
429
429
|
path?: string | undefined;
|
430
|
-
workspace?: boolean | undefined;
|
431
|
-
package?: string | undefined;
|
432
430
|
version?: string | undefined;
|
433
|
-
|
431
|
+
package?: string | undefined;
|
434
432
|
git?: string | undefined;
|
433
|
+
registry?: string | undefined;
|
434
|
+
workspace?: boolean | undefined;
|
435
435
|
}>>>;
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
437
437
|
dependencies?: PackageDependency<Record<string, any>>[] | undefined;
|
@@ -440,117 +440,117 @@ export declare const CargoManifestSchema: z.ZodPipeline<z.ZodEffects<z.ZodString
|
|
440
440
|
}, {
|
441
441
|
dependencies?: Record<string, string | {
|
442
442
|
path?: string | undefined;
|
443
|
-
workspace?: boolean | undefined;
|
444
|
-
package?: string | undefined;
|
445
443
|
version?: string | undefined;
|
446
|
-
|
444
|
+
package?: string | undefined;
|
447
445
|
git?: string | undefined;
|
446
|
+
registry?: string | undefined;
|
447
|
+
workspace?: boolean | undefined;
|
448
448
|
}> | undefined;
|
449
449
|
'dev-dependencies'?: Record<string, string | {
|
450
450
|
path?: string | undefined;
|
451
|
-
workspace?: boolean | undefined;
|
452
|
-
package?: string | undefined;
|
453
451
|
version?: string | undefined;
|
454
|
-
|
452
|
+
package?: string | undefined;
|
455
453
|
git?: string | undefined;
|
454
|
+
registry?: string | undefined;
|
455
|
+
workspace?: boolean | undefined;
|
456
456
|
}> | undefined;
|
457
457
|
'build-dependencies'?: Record<string, string | {
|
458
458
|
path?: string | undefined;
|
459
|
-
workspace?: boolean | undefined;
|
460
|
-
package?: string | undefined;
|
461
459
|
version?: string | undefined;
|
462
|
-
|
460
|
+
package?: string | undefined;
|
463
461
|
git?: string | undefined;
|
462
|
+
registry?: string | undefined;
|
463
|
+
workspace?: boolean | undefined;
|
464
464
|
}> | undefined;
|
465
465
|
}>>>;
|
466
466
|
}>, "strip", z.ZodTypeAny, {
|
467
|
+
package?: {
|
468
|
+
version?: string | {
|
469
|
+
workspace: true;
|
470
|
+
} | undefined;
|
471
|
+
} | undefined;
|
467
472
|
target?: Record<string, {
|
468
473
|
dependencies?: PackageDependency<Record<string, any>>[] | undefined;
|
469
474
|
'dev-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
470
475
|
'build-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
471
476
|
}> | undefined;
|
477
|
+
dependencies?: PackageDependency<Record<string, any>>[] | undefined;
|
472
478
|
workspace?: {
|
473
479
|
package?: {
|
474
480
|
version?: string | undefined;
|
475
481
|
} | undefined;
|
476
482
|
dependencies?: PackageDependency<Record<string, any>>[] | undefined;
|
477
483
|
} | undefined;
|
484
|
+
'dev-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
485
|
+
'build-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
486
|
+
}, {
|
478
487
|
package?: {
|
479
488
|
version?: string | {
|
480
489
|
workspace: true;
|
481
490
|
} | undefined;
|
482
491
|
} | undefined;
|
483
|
-
dependencies?: PackageDependency<Record<string, any>>[] | undefined;
|
484
|
-
'dev-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
485
|
-
'build-dependencies'?: PackageDependency<Record<string, any>>[] | undefined;
|
486
|
-
}, {
|
487
492
|
target?: Record<string, {
|
488
493
|
dependencies?: Record<string, string | {
|
489
494
|
path?: string | undefined;
|
490
|
-
workspace?: boolean | undefined;
|
491
|
-
package?: string | undefined;
|
492
495
|
version?: string | undefined;
|
493
|
-
|
496
|
+
package?: string | undefined;
|
494
497
|
git?: string | undefined;
|
498
|
+
registry?: string | undefined;
|
499
|
+
workspace?: boolean | undefined;
|
495
500
|
}> | undefined;
|
496
501
|
'dev-dependencies'?: Record<string, string | {
|
497
502
|
path?: string | undefined;
|
498
|
-
workspace?: boolean | undefined;
|
499
|
-
package?: string | undefined;
|
500
503
|
version?: string | undefined;
|
501
|
-
|
504
|
+
package?: string | undefined;
|
502
505
|
git?: string | undefined;
|
506
|
+
registry?: string | undefined;
|
507
|
+
workspace?: boolean | undefined;
|
503
508
|
}> | undefined;
|
504
509
|
'build-dependencies'?: Record<string, string | {
|
505
510
|
path?: string | undefined;
|
506
|
-
workspace?: boolean | undefined;
|
507
|
-
package?: string | undefined;
|
508
511
|
version?: string | undefined;
|
509
|
-
|
512
|
+
package?: string | undefined;
|
510
513
|
git?: string | undefined;
|
514
|
+
registry?: string | undefined;
|
515
|
+
workspace?: boolean | undefined;
|
511
516
|
}> | undefined;
|
512
517
|
}> | undefined;
|
518
|
+
dependencies?: Record<string, string | {
|
519
|
+
path?: string | undefined;
|
520
|
+
version?: string | undefined;
|
521
|
+
package?: string | undefined;
|
522
|
+
git?: string | undefined;
|
523
|
+
registry?: string | undefined;
|
524
|
+
workspace?: boolean | undefined;
|
525
|
+
}> | undefined;
|
513
526
|
workspace?: {
|
514
527
|
package?: {
|
515
528
|
version?: string | undefined;
|
516
529
|
} | undefined;
|
517
530
|
dependencies?: Record<string, string | {
|
518
531
|
path?: string | undefined;
|
519
|
-
workspace?: boolean | undefined;
|
520
|
-
package?: string | undefined;
|
521
532
|
version?: string | undefined;
|
522
|
-
|
533
|
+
package?: string | undefined;
|
523
534
|
git?: string | undefined;
|
535
|
+
registry?: string | undefined;
|
536
|
+
workspace?: boolean | undefined;
|
524
537
|
}> | undefined;
|
525
538
|
} | undefined;
|
526
|
-
package?: {
|
527
|
-
version?: string | {
|
528
|
-
workspace: true;
|
529
|
-
} | undefined;
|
530
|
-
} | undefined;
|
531
|
-
dependencies?: Record<string, string | {
|
532
|
-
path?: string | undefined;
|
533
|
-
workspace?: boolean | undefined;
|
534
|
-
package?: string | undefined;
|
535
|
-
version?: string | undefined;
|
536
|
-
registry?: string | undefined;
|
537
|
-
git?: string | undefined;
|
538
|
-
}> | undefined;
|
539
539
|
'dev-dependencies'?: Record<string, string | {
|
540
540
|
path?: string | undefined;
|
541
|
-
workspace?: boolean | undefined;
|
542
|
-
package?: string | undefined;
|
543
541
|
version?: string | undefined;
|
544
|
-
|
542
|
+
package?: string | undefined;
|
545
543
|
git?: string | undefined;
|
544
|
+
registry?: string | undefined;
|
545
|
+
workspace?: boolean | undefined;
|
546
546
|
}> | undefined;
|
547
547
|
'build-dependencies'?: Record<string, string | {
|
548
548
|
path?: string | undefined;
|
549
|
-
workspace?: boolean | undefined;
|
550
|
-
package?: string | undefined;
|
551
549
|
version?: string | undefined;
|
552
|
-
|
550
|
+
package?: string | undefined;
|
553
551
|
git?: string | undefined;
|
552
|
+
registry?: string | undefined;
|
553
|
+
workspace?: boolean | undefined;
|
554
554
|
}> | undefined;
|
555
555
|
}>>;
|
556
556
|
export declare const CargoConfigSchema: z.ZodPipeline<z.ZodEffects<z.ZodString, unknown, string>, z.ZodObject<{
|
@@ -131,14 +131,14 @@ export declare const CircleCiFile: z.ZodObject<{
|
|
131
131
|
}>>>;
|
132
132
|
orbs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodType<Orb, z.ZodTypeDef, Orb>]>>>;
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
134
|
+
aliases?: {
|
135
|
+
image: string;
|
136
|
+
}[] | undefined;
|
134
137
|
jobs?: Record<string, {
|
135
138
|
docker?: {
|
136
139
|
image: string;
|
137
140
|
}[] | undefined;
|
138
141
|
}> | undefined;
|
139
|
-
aliases?: {
|
140
|
-
image: string;
|
141
|
-
}[] | undefined;
|
142
142
|
executors?: Record<string, {
|
143
143
|
docker?: {
|
144
144
|
image: string;
|
@@ -146,14 +146,14 @@ export declare const CircleCiFile: z.ZodObject<{
|
|
146
146
|
}> | undefined;
|
147
147
|
orbs?: Record<string, string | Orb> | undefined;
|
148
148
|
}, {
|
149
|
+
aliases?: {
|
150
|
+
image: string;
|
151
|
+
}[] | undefined;
|
149
152
|
jobs?: Record<string, {
|
150
153
|
docker?: {
|
151
154
|
image: string;
|
152
155
|
}[] | undefined;
|
153
156
|
}> | undefined;
|
154
|
-
aliases?: {
|
155
|
-
image: string;
|
156
|
-
}[] | undefined;
|
157
157
|
executors?: Record<string, {
|
158
158
|
docker?: {
|
159
159
|
image: string;
|
@@ -54,7 +54,6 @@ async function updateArtifacts({ packageFileName, updatedDeps, newPackageFileCon
|
|
54
54
|
const cocoapods = match?.groups?.cocoapodsVersion ?? null;
|
55
55
|
const cmd = [...getPluginCommands(newPackageFileContent), 'pod install'];
|
56
56
|
const execOptions = {
|
57
|
-
userConfiguredEnv: config.env,
|
58
57
|
cwdFile: packageFileName,
|
59
58
|
extraEnv: {
|
60
59
|
CP_HOME_DIR: await (0, fs_1.ensureCacheDir)('cocoapods'),
|
@@ -82,7 +81,7 @@ async function updateArtifacts({ packageFileName, updatedDeps, newPackageFileCon
|
|
82
81
|
{
|
83
82
|
artifactError: {
|
84
83
|
lockFile: lockFileName,
|
85
|
-
stderr: err.stderr
|
84
|
+
stderr: err.stderr ?? err.stdout ?? err.message,
|
86
85
|
},
|
87
86
|
},
|
88
87
|
];
|