Skip to content

Instantly share code, notes, and snippets.

@HonkingGoose
Created May 30, 2024 14:41
Show Gist options
  • Save HonkingGoose/5ef8727c56460a0abf3ed023afef4216 to your computer and use it in GitHub Desktop.
Save HonkingGoose/5ef8727c56460a0abf3ed023afef4216 to your computer and use it in GitHub Desktop.
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /runner/renovate/job_config.json
DEBUG: Detected config in env RENOVATE_CONFIG
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true
}
}
DEBUG: File config
{
"config": {
"token": "***********",
"privateKey": "***********",
"privateKeyOld": "***********",
"hostRules": [
{
"hostType": "docker",
"matchHost": "docker.io",
"username": "mdpprod2renovate",
"password": "***********"
},
{
"hostType": "docker",
"matchHost": "hub.docker.com",
"username": "mdpprodrenovatedc",
"password": "***********"
},
{
"hostType": "github",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-tags",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-releases",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "pod",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "terraform-provider",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "rubygems",
"matchHost": "github.com",
"token": "***********"
}
],
"secrets": {}
}
}
DEBUG: CLI config
{
"config": {}
}
DEBUG: Env config
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true,
"hostRules": [],
"onboardingNoDeps": true,
"onboarding": true,
"forkProcessing": "enabled",
"requireConfig": "required",
"platform": "github",
"username": "renovate[bot]",
"repositories": [
"HonkingGoose/renovate"
],
"gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
}
}
DEBUG: Combined config
{
"config": {
"token": "***********",
"privateKey": "***********",
"privateKeyOld": "***********",
"hostRules": [
{
"hostType": "docker",
"matchHost": "docker.io",
"username": "mdpprod2renovate",
"password": "***********"
},
{
"hostType": "docker",
"matchHost": "hub.docker.com",
"username": "mdpprodrenovatedc",
"password": "***********"
},
{
"hostType": "github",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-tags",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-releases",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "pod",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "terraform-provider",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "rubygems",
"matchHost": "github.com",
"token": "***********"
}
],
"secrets": {},
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true,
"onboardingNoDeps": true,
"onboarding": true,
"forkProcessing": "enabled",
"requireConfig": "required",
"platform": "github",
"username": "renovate[bot]",
"repositories": [
"HonkingGoose/renovate"
],
"gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
}
}
DEBUG: Enabling forkProcessing while in non-autodiscover mode
DEBUG: Found valid git version: 2.45.1
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: Platform config
{
"platformConfig": {
"hostType": "github",
"endpoint": "https://api.github.com/",
"isGHApp": true,
"isGhe": false
}
"renovateUsername": "renovate[bot]"
}
DEBUG: Using configured gitAuthor (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Using containerbaseDir: /tmp/renovate/cache/containerbase
DEBUG: Redis cache init
DEBUG: Commits limit = null
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: validatePresets()
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
INFO: Repository started
{
"renovateVersion": "37.377.8"
}
DEBUG: Using localDir: /tmp/renovate/repos/github/HonkingGoose/renovate
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("HonkingGoose/renovate")
DEBUG: hostRules: authentication already set for api.github.com
DEBUG: HonkingGoose/renovate default branch = main
DEBUG: Using app token for git init
DEBUG: RepoCacheS3.read() - success
DEBUG: Repository cache is restored from revision 13
DEBUG: Resetting npmrc
DEBUG: Resetting npmrc
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: findPr(renovate/configure, Configure Renovate, !open)
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/pulls?per_page=20&state=all&sort=updated&direction=desc&page=1 (etag=W/"0ba302f80f0c76ec1777a0e3bfa8a300cf9db268e0195bb8a5472a6288d7b454", lastModified=undefined)
DEBUG: getPrList success
{
"pullsTotal": 2
"requestsTotal": 1
"apiQuotaAffected": true
}
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open)
DEBUG: Checking cached config file name
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json (etag=W/"93bf4840930b378d28046f65e005e5eff8abd1ce", lastModified=Thu, 30 May 2024 11:48:12 GMT)
DEBUG: Existing config file confirmed
DEBUG: Repository config
{
"fileName": "renovate.json"
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>renovatebot/.github"
],
"assignees": [
"rarkins",
"viceice"
],
"semanticCommitScope": "deps",
"automergeType": "pr",
"prCreation": "immediate",
"dockerfile": {
"semanticCommitType": "build"
},
"packageRules": [
{
"matchPackageNames": [
"containerbase/node"
],
"versioning": "node"
},
{
"matchDepTypes": [
"dependencies",
"optionalDependencies"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"semantic-release"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"@types/jest"
],
"groupName": "jest monorepo"
},
{
"matchFileNames": [
"**/__fixtures__/**"
],
"enabled": false
},
{
"description": "set fix scope for base image",
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"semanticCommitType": "fix"
},
{
"description": "set feat scope for base image major",
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"matchUpdateTypes": [
"major",
"minor"
],
"semanticCommitType": "feat"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"config/options/index.ts"
],
"matchStrings": [
"default: '(?<depName>ghcr.io/containerbase/sidecar):(?<currentValue>.*)'"
],
"datasourceTemplate": "docker"
}
]
}
}
DEBUG: Repo is onboarded
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json (etag=W/"93bf4840930b378d28046f65e005e5eff8abd1ce", lastModified=Thu, 30 May 2024 11:48:12 GMT)
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: Post-massage config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"mergeConfidence:all-badges",
"github>renovatebot/.github"
],
"assignees": [
"rarkins",
"viceice"
],
"semanticCommitScope": "deps",
"automergeType": "pr",
"prCreation": "immediate",
"dockerfile": {
"semanticCommitType": "build"
},
"packageRules": [
{
"matchPackageNames": [
"containerbase/node"
],
"versioning": "node"
},
{
"matchDepTypes": [
"dependencies",
"optionalDependencies"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"semantic-release"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"@types/jest"
],
"groupName": "jest monorepo"
},
{
"matchFileNames": [
"**/__fixtures__/**"
],
"enabled": false
},
{
"description": [
"set fix scope for base image"
],
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"semanticCommitType": "fix"
},
{
"description": [
"set feat scope for base image major"
],
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"matchUpdateTypes": [
"major",
"minor"
],
"semanticCommitType": "feat"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"config/options/index.ts"
],
"matchStrings": [
"default: '(?<depName>ghcr.io/containerbase/sidecar):(?<currentValue>.*)'"
],
"datasourceTemplate": "docker"
}
]
}
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
DEBUG: No vulnerability alerts enabled for repo
DEBUG: No vulnerability alerts found
DEBUG: findIssue(Dependency Dashboard)
DEBUG: Retrieving issueList
DEBUG: Retrieved 0 issues
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract result cannot be used due to base branch SHA change (old=3500a7710f116fc23c5e27b1a030fdd9f3ddfab7, new=c09b9a72fb32da2162d327d9c9353d5846ce083c)
DEBUG: Setting current branch to main
DEBUG: Initializing git repository into /tmp/renovate/repos/github/HonkingGoose/renovate
DEBUG: Performing blobless clone
DEBUG: git clone completed
{
"durationMs": 5188
}
DEBUG: latest repository commit
{
"latestCommit": {
"hash": "c09b9a72fb32da2162d327d9c9353d5846ce083c",
"date": "2024-05-30T13:48:12+02:00",
"message": "feat: Add newPatch as a variable (#29341)",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Ілля Мазуряк",
"author_email": "illay1994@gmail.com"
}
}
DEBUG: latest commit
{
"branchName": "main"
"latestCommitDate": "2024-05-30T13:48:12+02:00"
}
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel
DEBUG: Using file match: \.bzl$ for manager bazel
DEBUG: Using file match: (^|/)MODULE\.bazel$ for manager bazel-module
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk
DEBUG: Using file match: \.bicep$ for manager bicep
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite
DEBUG: Using file match: (^|/)bun\.lockb$ for manager bun
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler
DEBUG: Using file match: \.cake$ for manager cake
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle
DEBUG: Using file match: \.versions\.toml$ for manager gradle
DEBUG: Using file match: (^|/)versions.props$ for manager gradle
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew
DEBUG: Using file match: \.html?$ for manager html
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper
DEBUG: Using file match: (^|/)package\.js$ for manager meteor
DEBUG: Using file match: (^|/)Mintfile$ for manager mint
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv
DEBUG: Using file match: (^|/)package\.json$ for manager npm
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget
DEBUG: Using file match: (^|/)global\.json$ for manager nuget
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version
DEBUG: Using file match: \.sbt$ for manager sbt
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt
DEBUG: Using file match: project/build\.properties$ for manager sbt
DEBUG: Using file match: (^|/)repositories$ for manager sbt
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg
DEBUG: Using file match: (^|/)Package\.swift for manager swift
DEBUG: Using file match: \.tf$ for manager terraform
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker
DEBUG: Using file match: \.md$ for manager regex
DEBUG: Using file match: \.md$ for manager regex
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager regex
DEBUG: Using file match: (^|/)Dockerfile\.[^/]*$ for manager regex
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager regex
DEBUG: Using file match: (^|/)Dockerfile\.[^/]*$ for manager regex
DEBUG: Using file match: \.sh$ for manager regex
DEBUG: Using file match: ^\.github/workflows/[^/]+\.ya?ml$ for manager regex
DEBUG: Using file match: config/options/index.ts for manager regex
DEBUG: Matched 1 file(s) for manager devcontainer: .devcontainer/devcontainer.json
DEBUG: Matched 2 file(s) for manager dockerfile: .devcontainer/Dockerfile, tools/docker/Dockerfile
DEBUG: Matched 13 file(s) for manager github-actions: .github/actions/calculate-prefetch-matrix/action.yml, .github/actions/setup-node/action.yml, .github/workflows/build.yml, .github/workflows/codeql-analysis.yml, .github/workflows/dependency-review.yml, .github/workflows/devcontainer.yml, .github/workflows/label-actions.yml, .github/workflows/lock.yml, .github/workflows/mend-slack.yml, .github/workflows/scorecard.yml, .github/workflows/trivy.yml, .github/workflows/update-data.yml, .github/workflows/ws_scan.yaml
DEBUG: Matched 2 file(s) for manager npm: package.json, tools/eslint/package.json
DEBUG: Matched 1 file(s) for manager nvm: .nvmrc
DEBUG: Matched 250 file(s) for manager regex: .github/contributing.md, .github/pull_request_template.md, CODE_OF_CONDUCT.md, SECURITY.md, docs/development/adding-a-package-manager.md, docs/development/assets/renovate-flow.md, docs/development/best-practices.md, docs/development/branches-commits.md, docs/development/bump-node-major.md, docs/development/configuration.md, docs/development/creating-editing-renovate-presets.md, docs/development/design-decisions.md, docs/development/help-us-help-you.md, docs/development/issue-labeling.md, docs/development/local-development.md, docs/development/minimal-reproductions.md, docs/development/new-package-manager-template.md, docs/development/readme.md, docs/development/remote-development.md, docs/development/static-data.md, docs/development/style-guide.md, docs/development/triage-guide.md, docs/development/zod.md, docs/usage/about-us.md, docs/usage/bazel.md, docs/usage/bicep.md, docs/usage/bot-comparison.md, docs/usage/config-overview.md, docs/usage/config-presets.md, docs/usage/config-validation.md, docs/usage/configuration-options.md, docs/usage/configuration-templates.md, docs/usage/contributing-to-renovate.md, docs/usage/dependency-pinning.md, docs/usage/docker.md, docs/usage/faq.md, docs/usage/getting-started/installing-onboarding.md, docs/usage/getting-started/private-packages.md, docs/usage/getting-started/running.md, docs/usage/getting-started/use-cases.md, docs/usage/gitlab-bot-security.md, docs/usage/golang.md, docs/usage/index.md, docs/usage/java.md, docs/usage/javascript.md, docs/usage/key-concepts/automerge.md, docs/usage/key-concepts/changelogs.md, docs/usage/key-concepts/dashboard.md, docs/usage/key-concepts/how-renovate-works.md, docs/usage/key-concepts/presets.md, docs/usage/key-concepts/pull-requests.md, docs/usage/key-concepts/scheduling.md, docs/usage/known-limitations.md, docs/usage/language-constraints-and-upgrading.md, docs/usage/logo-brand-guidelines.md, docs/usage/merge-confidence.md, docs/usage/modules/datasource/index.md, docs/usage/modules/index.md, docs/usage/modules/manager/index.md, docs/usage/modules/platform/index.md, docs/usage/modules/versioning/index.md, docs/usage/node.md, docs/usage/noise-reduction.md, docs/usage/nuget.md, docs/usage/opentelemetry.md, docs/usage/php.md, docs/usage/python.md, docs/usage/reading-list.md, docs/usage/release-notes-for-major-versions.md, docs/usage/ruby.md, docs/usage/rust.md, docs/usage/security-and-permissions.md, docs/usage/self-hosted-configuration.md, docs/usage/self-hosted-experimental.md, docs/usage/semantic-commits.md, docs/usage/string-pattern-matching.md, docs/usage/templates.md, docs/usage/troubleshooting.md, docs/usage/updating-rebasing.md, docs/usage/upgrade-best-practices.md, docs/usage/user-stories/maintaining-aur-packages-with-renovate.md, docs/usage/user-stories/swissquote.md, lib/modules/datasource/artifactory/readme.md, lib/modules/datasource/aws-machine-image/readme.md, lib/modules/datasource/aws-rds/readme.md, lib/modules/datasource/azure-bicep-resource/readme.md, lib/modules/datasource/azure-pipelines-tasks/readme.md, lib/modules/datasource/bazel/readme.md, lib/modules/datasource/conda/readme.md, lib/modules/datasource/custom/readme.md, lib/modules/datasource/deno/readme.md, lib/modules/datasource/docker/readme.md, lib/modules/datasource/dotnet-version/readme.md, lib/modules/datasource/endoflife-date/readme.md, lib/modules/datasource/galaxy-collection/readme.md, lib/modules/datasource/git-refs/readme.md, lib/modules/datasource/gitea-releases/readme.md, lib/modules/datasource/gitea-tags/readme.md, lib/modules/datasource/github-runners/readme.md, lib/modules/datasource/gitlab-packages/readme.md, lib/modules/datasource/gitlab-releases/readme.md, lib/modules/datasource/gitlab-tags/readme.md, lib/modules/datasource/go/readme.md, lib/modules/datasource/hermit/readme.md, lib/modules/datasource/hexpm-bob/readme.md, lib/modules/datasource/java-version/readme.md, lib/modules/datasource/jenkins-plugins/readme.md, lib/modules/datasource/kubernetes-api/readme.md, lib/modules/datasource/maven/readme.md, lib/modules/datasource/node-version/readme.md, lib/modules/datasource/python-version/readme.md, lib/modules/datasource/readme.md, lib/modules/datasource/repology/readme.md, lib/modules/datasource/rubygems/readme.md, lib/modules/manager/ansible-galaxy/readme.md, lib/modules/manager/ansible/readme.md, lib/modules/manager/argocd/readme.md, lib/modules/manager/asdf/readme.md, lib/modules/manager/azure-pipelines/readme.md, lib/modules/manager/batect-wrapper/readme.md, lib/modules/manager/batect/readme.md, lib/modules/manager/bazel-module/readme.md, lib/modules/manager/bazel/readme.md, lib/modules/manager/bazelisk/readme.md, lib/modules/manager/bicep/readme.md, lib/modules/manager/bitbucket-pipelines/readme.md, lib/modules/manager/buildkite/readme.md, lib/modules/manager/bun/readme.md, lib/modules/manager/bundler/readme.md, lib/modules/manager/cake/readme.md, lib/modules/manager/cargo/readme.md, lib/modules/manager/cdnurl/readme.md, lib/modules/manager/circleci/readme.md, lib/modules/manager/cloudbuild/readme.md, lib/modules/manager/cocoapods/readme.md, lib/modules/manager/composer/readme.md, lib/modules/manager/conan/readme.md, lib/modules/manager/cpanfile/readme.md, lib/modules/manager/crossplane/readme.md, lib/modules/manager/custom/regex/readme.md, lib/modules/manager/deps-edn/readme.md, lib/modules/manager/devcontainer/readme.md, lib/modules/manager/docker-compose/readme.md, lib/modules/manager/dockerfile/readme.md, lib/modules/manager/droneci/readme.md, lib/modules/manager/fleet/readme.md, lib/modules/manager/flux/readme.md, lib/modules/manager/fvm/readme.md, lib/modules/manager/git-submodules/readme.md, lib/modules/manager/github-actions/readme.md, lib/modules/manager/gitlabci-include/readme.md, lib/modules/manager/gitlabci/readme.md, lib/modules/manager/gomod/readme.md, lib/modules/manager/gradle-wrapper/readme.md, lib/modules/manager/gradle/readme.md, lib/modules/manager/helm-requirements/readme.md, lib/modules/manager/helm-values/readme.md, lib/modules/manager/helmfile/readme.md, lib/modules/manager/helmsman/readme.md, lib/modules/manager/helmv3/readme.md, lib/modules/manager/hermit/readme.md, lib/modules/manager/homebrew/readme.md, lib/modules/manager/html/readme.md, lib/modules/manager/jenkins/readme.md, lib/modules/manager/jsonnet-bundler/readme.md, lib/modules/manager/kotlin-script/readme.md, lib/modules/manager/kubernetes/readme.md, lib/modules/manager/kustomize/readme.md, lib/modules/manager/leiningen/readme.md, lib/modules/manager/maven-wrapper/readme.md, lib/modules/manager/maven/readme.md, lib/modules/manager/meteor/readme.md, lib/modules/manager/mint/readme.md, lib/modules/manager/mix/readme.md, lib/modules/manager/nix/readme.md, lib/modules/manager/nodenv/readme.md, lib/modules/manager/npm/readme.md, lib/modules/manager/nuget/readme.md, lib/modules/manager/nvm/readme.md, lib/modules/manager/ocb/readme.md, lib/modules/manager/osgi/readme.md, lib/modules/manager/pep621/readme.md, lib/modules/manager/pip-compile/readme.md, lib/modules/manager/pip_requirements/readme.md, lib/modules/manager/pip_setup/readme.md, lib/modules/manager/pipenv/readme.md, lib/modules/manager/poetry/readme.md, lib/modules/manager/pre-commit/readme.md, lib/modules/manager/pub/readme.md, lib/modules/manager/puppet/readme.md, lib/modules/manager/pyenv/readme.md, lib/modules/manager/ruby-version/readme.md, lib/modules/manager/sbt/readme.md, lib/modules/manager/scalafmt/readme.md, lib/modules/manager/setup-cfg/readme.md, lib/modules/manager/swift/readme.md, lib/modules/manager/tekton/readme.md, lib/modules/manager/terraform-version/readme.md, lib/modules/manager/terraform/readme.md, lib/modules/manager/terragrunt-version/readme.md, lib/modules/manager/terragrunt/readme.md, lib/modules/manager/tflint-plugin/readme.md, lib/modules/manager/travis/readme.md, lib/modules/manager/velaci/readme.md, lib/modules/manager/vendir/readme.md, lib/modules/manager/woodpecker/readme.md, lib/modules/platform/azure/readme.md, lib/modules/platform/bitbucket-server/readme.md, lib/modules/platform/bitbucket/readme.md, lib/modules/platform/codecommit/readme.md, lib/modules/platform/gerrit/readme.md, lib/modules/platform/gitea/readme.md, lib/modules/platform/github/readme.md, lib/modules/platform/gitlab/readme.md, lib/modules/platform/local/readme.md, lib/modules/versioning/aws-machine-image/readme.md, lib/modules/versioning/azure-rest-api/readme.md, lib/modules/versioning/cargo/readme.md, lib/modules/versioning/composer/readme.md, lib/modules/versioning/conan/readme.md, lib/modules/versioning/deb/readme.md, lib/modules/versioning/debian/readme.md, lib/modules/versioning/docker/readme.md, lib/modules/versioning/git/readme.md, lib/modules/versioning/go-mod-directive/readme.md, lib/modules/versioning/hashicorp/readme.md, lib/modules/versioning/hermit/readme.md, lib/modules/versioning/hex/readme.md, lib/modules/versioning/loose/readme.md, lib/modules/versioning/maven/readme.md, lib/modules/versioning/nixpkgs/readme.md, lib/modules/versioning/node/readme.md, lib/modules/versioning/npm/readme.md, lib/modules/versioning/nuget/readme.md, lib/modules/versioning/pep440/readme.md, lib/modules/versioning/perl/readme.md, lib/modules/versioning/poetry/readme.md, lib/modules/versioning/python/readme.md, lib/modules/versioning/redhat/readme.md, lib/modules/versioning/regex/readme.md, lib/modules/versioning/rez/readme.md, lib/modules/versioning/ruby/readme.md, lib/modules/versioning/semver-coerced/readme.md, lib/modules/versioning/semver/readme.md, lib/modules/versioning/swift/readme.md, lib/modules/versioning/ubuntu/readme.md, lib/modules/versioning/unity3d/readme.md, lib/util/cache/repository/impl/readme.md, lib/util/github/graphql/readme.md, readme.md
DEBUG: Matched 250 file(s) for manager regex: .github/contributing.md, .github/pull_request_template.md, CODE_OF_CONDUCT.md, SECURITY.md, docs/development/adding-a-package-manager.md, docs/development/assets/renovate-flow.md, docs/development/best-practices.md, docs/development/branches-commits.md, docs/development/bump-node-major.md, docs/development/configuration.md, docs/development/creating-editing-renovate-presets.md, docs/development/design-decisions.md, docs/development/help-us-help-you.md, docs/development/issue-labeling.md, docs/development/local-development.md, docs/development/minimal-reproductions.md, docs/development/new-package-manager-template.md, docs/development/readme.md, docs/development/remote-development.md, docs/development/static-data.md, docs/development/style-guide.md, docs/development/triage-guide.md, docs/development/zod.md, docs/usage/about-us.md, docs/usage/bazel.md, docs/usage/bicep.md, docs/usage/bot-comparison.md, docs/usage/config-overview.md, docs/usage/config-presets.md, docs/usage/config-validation.md, docs/usage/configuration-options.md, docs/usage/configuration-templates.md, docs/usage/contributing-to-renovate.md, docs/usage/dependency-pinning.md, docs/usage/docker.md, docs/usage/faq.md, docs/usage/getting-started/installing-onboarding.md, docs/usage/getting-started/private-packages.md, docs/usage/getting-started/running.md, docs/usage/getting-started/use-cases.md, docs/usage/gitlab-bot-security.md, docs/usage/golang.md, docs/usage/index.md, docs/usage/java.md, docs/usage/javascript.md, docs/usage/key-concepts/automerge.md, docs/usage/key-concepts/changelogs.md, docs/usage/key-concepts/dashboard.md, docs/usage/key-concepts/how-renovate-works.md, docs/usage/key-concepts/presets.md, docs/usage/key-concepts/pull-requests.md, docs/usage/key-concepts/scheduling.md, docs/usage/known-limitations.md, docs/usage/language-constraints-and-upgrading.md, docs/usage/logo-brand-guidelines.md, docs/usage/merge-confidence.md, docs/usage/modules/datasource/index.md, docs/usage/modules/index.md, docs/usage/modules/manager/index.md, docs/usage/modules/platform/index.md, docs/usage/modules/versioning/index.md, docs/usage/node.md, docs/usage/noise-reduction.md, docs/usage/nuget.md, docs/usage/opentelemetry.md, docs/usage/php.md, docs/usage/python.md, docs/usage/reading-list.md, docs/usage/release-notes-for-major-versions.md, docs/usage/ruby.md, docs/usage/rust.md, docs/usage/security-and-permissions.md, docs/usage/self-hosted-configuration.md, docs/usage/self-hosted-experimental.md, docs/usage/semantic-commits.md, docs/usage/string-pattern-matching.md, docs/usage/templates.md, docs/usage/troubleshooting.md, docs/usage/updating-rebasing.md, docs/usage/upgrade-best-practices.md, docs/usage/user-stories/maintaining-aur-packages-with-renovate.md, docs/usage/user-stories/swissquote.md, lib/modules/datasource/artifactory/readme.md, lib/modules/datasource/aws-machine-image/readme.md, lib/modules/datasource/aws-rds/readme.md, lib/modules/datasource/azure-bicep-resource/readme.md, lib/modules/datasource/azure-pipelines-tasks/readme.md, lib/modules/datasource/bazel/readme.md, lib/modules/datasource/conda/readme.md, lib/modules/datasource/custom/readme.md, lib/modules/datasource/deno/readme.md, lib/modules/datasource/docker/readme.md, lib/modules/datasource/dotnet-version/readme.md, lib/modules/datasource/endoflife-date/readme.md, lib/modules/datasource/galaxy-collection/readme.md, lib/modules/datasource/git-refs/readme.md, lib/modules/datasource/gitea-releases/readme.md, lib/modules/datasource/gitea-tags/readme.md, lib/modules/datasource/github-runners/readme.md, lib/modules/datasource/gitlab-packages/readme.md, lib/modules/datasource/gitlab-releases/readme.md, lib/modules/datasource/gitlab-tags/readme.md, lib/modules/datasource/go/readme.md, lib/modules/datasource/hermit/readme.md, lib/modules/datasource/hexpm-bob/readme.md, lib/modules/datasource/java-version/readme.md, lib/modules/datasource/jenkins-plugins/readme.md, lib/modules/datasource/kubernetes-api/readme.md, lib/modules/datasource/maven/readme.md, lib/modules/datasource/node-version/readme.md, lib/modules/datasource/python-version/readme.md, lib/modules/datasource/readme.md, lib/modules/datasource/repology/readme.md, lib/modules/datasource/rubygems/readme.md, lib/modules/manager/ansible-galaxy/readme.md, lib/modules/manager/ansible/readme.md, lib/modules/manager/argocd/readme.md, lib/modules/manager/asdf/readme.md, lib/modules/manager/azure-pipelines/readme.md, lib/modules/manager/batect-wrapper/readme.md, lib/modules/manager/batect/readme.md, lib/modules/manager/bazel-module/readme.md, lib/modules/manager/bazel/readme.md, lib/modules/manager/bazelisk/readme.md, lib/modules/manager/bicep/readme.md, lib/modules/manager/bitbucket-pipelines/readme.md, lib/modules/manager/buildkite/readme.md, lib/modules/manager/bun/readme.md, lib/modules/manager/bundler/readme.md, lib/modules/manager/cake/readme.md, lib/modules/manager/cargo/readme.md, lib/modules/manager/cdnurl/readme.md, lib/modules/manager/circleci/readme.md, lib/modules/manager/cloudbuild/readme.md, lib/modules/manager/cocoapods/readme.md, lib/modules/manager/composer/readme.md, lib/modules/manager/conan/readme.md, lib/modules/manager/cpanfile/readme.md, lib/modules/manager/crossplane/readme.md, lib/modules/manager/custom/regex/readme.md, lib/modules/manager/deps-edn/readme.md, lib/modules/manager/devcontainer/readme.md, lib/modules/manager/docker-compose/readme.md, lib/modules/manager/dockerfile/readme.md, lib/modules/manager/droneci/readme.md, lib/modules/manager/fleet/readme.md, lib/modules/manager/flux/readme.md, lib/modules/manager/fvm/readme.md, lib/modules/manager/git-submodules/readme.md, lib/modules/manager/github-actions/readme.md, lib/modules/manager/gitlabci-include/readme.md, lib/modules/manager/gitlabci/readme.md, lib/modules/manager/gomod/readme.md, lib/modules/manager/gradle-wrapper/readme.md, lib/modules/manager/gradle/readme.md, lib/modules/manager/helm-requirements/readme.md, lib/modules/manager/helm-values/readme.md, lib/modules/manager/helmfile/readme.md, lib/modules/manager/helmsman/readme.md, lib/modules/manager/helmv3/readme.md, lib/modules/manager/hermit/readme.md, lib/modules/manager/homebrew/readme.md, lib/modules/manager/html/readme.md, lib/modules/manager/jenkins/readme.md, lib/modules/manager/jsonnet-bundler/readme.md, lib/modules/manager/kotlin-script/readme.md, lib/modules/manager/kubernetes/readme.md, lib/modules/manager/kustomize/readme.md, lib/modules/manager/leiningen/readme.md, lib/modules/manager/maven-wrapper/readme.md, lib/modules/manager/maven/readme.md, lib/modules/manager/meteor/readme.md, lib/modules/manager/mint/readme.md, lib/modules/manager/mix/readme.md, lib/modules/manager/nix/readme.md, lib/modules/manager/nodenv/readme.md, lib/modules/manager/npm/readme.md, lib/modules/manager/nuget/readme.md, lib/modules/manager/nvm/readme.md, lib/modules/manager/ocb/readme.md, lib/modules/manager/osgi/readme.md, lib/modules/manager/pep621/readme.md, lib/modules/manager/pip-compile/readme.md, lib/modules/manager/pip_requirements/readme.md, lib/modules/manager/pip_setup/readme.md, lib/modules/manager/pipenv/readme.md, lib/modules/manager/poetry/readme.md, lib/modules/manager/pre-commit/readme.md, lib/modules/manager/pub/readme.md, lib/modules/manager/puppet/readme.md, lib/modules/manager/pyenv/readme.md, lib/modules/manager/ruby-version/readme.md, lib/modules/manager/sbt/readme.md, lib/modules/manager/scalafmt/readme.md, lib/modules/manager/setup-cfg/readme.md, lib/modules/manager/swift/readme.md, lib/modules/manager/tekton/readme.md, lib/modules/manager/terraform-version/readme.md, lib/modules/manager/terraform/readme.md, lib/modules/manager/terragrunt-version/readme.md, lib/modules/manager/terragrunt/readme.md, lib/modules/manager/tflint-plugin/readme.md, lib/modules/manager/travis/readme.md, lib/modules/manager/velaci/readme.md, lib/modules/manager/vendir/readme.md, lib/modules/manager/woodpecker/readme.md, lib/modules/platform/azure/readme.md, lib/modules/platform/bitbucket-server/readme.md, lib/modules/platform/bitbucket/readme.md, lib/modules/platform/codecommit/readme.md, lib/modules/platform/gerrit/readme.md, lib/modules/platform/gitea/readme.md, lib/modules/platform/github/readme.md, lib/modules/platform/gitlab/readme.md, lib/modules/platform/local/readme.md, lib/modules/versioning/aws-machine-image/readme.md, lib/modules/versioning/azure-rest-api/readme.md, lib/modules/versioning/cargo/readme.md, lib/modules/versioning/composer/readme.md, lib/modules/versioning/conan/readme.md, lib/modules/versioning/deb/readme.md, lib/modules/versioning/debian/readme.md, lib/modules/versioning/docker/readme.md, lib/modules/versioning/git/readme.md, lib/modules/versioning/go-mod-directive/readme.md, lib/modules/versioning/hashicorp/readme.md, lib/modules/versioning/hermit/readme.md, lib/modules/versioning/hex/readme.md, lib/modules/versioning/loose/readme.md, lib/modules/versioning/maven/readme.md, lib/modules/versioning/nixpkgs/readme.md, lib/modules/versioning/node/readme.md, lib/modules/versioning/npm/readme.md, lib/modules/versioning/nuget/readme.md, lib/modules/versioning/pep440/readme.md, lib/modules/versioning/perl/readme.md, lib/modules/versioning/poetry/readme.md, lib/modules/versioning/python/readme.md, lib/modules/versioning/redhat/readme.md, lib/modules/versioning/regex/readme.md, lib/modules/versioning/rez/readme.md, lib/modules/versioning/ruby/readme.md, lib/modules/versioning/semver-coerced/readme.md, lib/modules/versioning/semver/readme.md, lib/modules/versioning/swift/readme.md, lib/modules/versioning/ubuntu/readme.md, lib/modules/versioning/unity3d/readme.md, lib/util/cache/repository/impl/readme.md, lib/util/github/graphql/readme.md, readme.md
DEBUG: Matched 2 file(s) for manager regex: .devcontainer/Dockerfile, tools/docker/Dockerfile
DEBUG: Matched 2 file(s) for manager regex: .devcontainer/Dockerfile, tools/docker/Dockerfile
DEBUG: Matched 2 file(s) for manager regex: .devcontainer/post-create.sh, tools/docker/bin/docker-entrypoint.sh
DEBUG: Matched 11 file(s) for manager regex: .github/workflows/build.yml, .github/workflows/codeql-analysis.yml, .github/workflows/dependency-review.yml, .github/workflows/devcontainer.yml, .github/workflows/label-actions.yml, .github/workflows/lock.yml, .github/workflows/mend-slack.yml, .github/workflows/scorecard.yml, .github/workflows/trivy.yml, .github/workflows/update-data.yml, .github/workflows/ws_scan.yaml
DEBUG: Matched 1 file(s) for manager regex: lib/config/options/index.ts
DEBUG: npm file package.json has name "renovate"
DEBUG: Found a multistage build stage name: slim-base
DEBUG: Found a multistage build stage name: full-base
DEBUG: Found a multistage build stage name: build
DEBUG: Skipping alias FROM image:slim-base
DEBUG: Skipping alias FROM image:slim-base
DEBUG: Skipping alias COPY --from
{
"image": "build"
}
DEBUG: npm file tools/eslint/package.json has name "@renovatebot/eslint-plugin"
DEBUG: Package file has no deps
DEBUG: Detecting pnpm Workspaces
DEBUG: Detecting workspaces
DEBUG: Finding locked versions
DEBUG: Found pnpm lock-file
DEBUG: lib/modules/manager/homebrew/readme.md has no content
DEBUG: lib/modules/manager/homebrew/readme.md has no content
DEBUG: lib/modules/manager/meteor/readme.md has no content
DEBUG: lib/modules/manager/meteor/readme.md has no content
DEBUG: manager extract durations (ms)
{
"managers": {
"devcontainer": 13,
"nvm": 60,
"regex": 997,
"dockerfile": 121,
"npm": 689,
"github-actions": 699
}
}
DEBUG: Found dockerfile package files
DEBUG: Found github-actions package files
DEBUG: Found npm package files
DEBUG: Found nvm package files
DEBUG: Found regex package files
DEBUG: Found regex package files
DEBUG: Found 22 package file(s)
INFO: Dependency extraction complete
{
"baseBranch": "main"
"stats": {
"managers": {
"dockerfile": {
"fileCount": 2,
"depCount": 3
},
"github-actions": {
"fileCount": 13,
"depCount": 82
},
"npm": {
"fileCount": 2,
"depCount": 205
},
"nvm": {
"fileCount": 1,
"depCount": 1
},
"regex": {
"fileCount": 4,
"depCount": 6
}
},
"total": {
"fileCount": 22,
"depCount": 297
}
}
}
DEBUG: Setting npmrc
DEBUG: Dependency renovate/renovate has unsupported/unversioned value latest (versioning=docker)
DEBUG: Skipping renovate/renovate because no currentDigest or pinDigests
DEBUG: Dependency renovate/renovate has unsupported/unversioned value full (versioning=docker)
DEBUG: Skipping renovate/renovate because no currentDigest or pinDigests
DEBUG: Dependency renovate/renovate has unsupported/unversioned value latest (versioning=docker)
DEBUG: Skipping renovate/renovate because no currentDigest or pinDigests
DEBUG: Dependency aquasecurity/trivy-action has unsupported/unversioned value 0.10.0 (versioning=regex:^v(?<major>\d+)(\.(?<minor>\d+)\.(?<patch>\d+))?$)
DEBUG: getDigest(https://ghcr.io, renovatebot/base-image, 6.10.4)
DEBUG: getDigest(https://ghcr.io, renovatebot/base-image, 6.10.4-full)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/base-image, 6.10.4, head)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/base-image, 6.10.4-full, head)
DEBUG: Got docker digest sha256:beb4d8dbcc2914f16713a22e43c65d1087582bf2c89bdda563ebafeb1fcd8624
DEBUG: Got docker digest sha256:6ca9598fb68dbcaa75e952e52bc5cf6082c6b273774371fffed0b06beed8bec1
DEBUG: hostRules: no authentication for registry.npmjs.org
DEBUG: getDigest(https://ghcr.io, renovatebot/base-image, 2.12.15-full)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/base-image, 2.12.15-full, head)
DEBUG: getDigest(https://ghcr.io, renovatebot/base-image, 2.12.15)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/base-image, 2.12.15, head)
DEBUG: Got docker digest sha256:8fb91b670cad0ad8f109d62392667be0f53cc8d05cb453e4e7e4898096363d88
DEBUG: Got docker digest sha256:0e803dabe3a77d5240e0fd20c042954d1a2a0e4c482113b2b912968f3558be6f
DEBUG: Found deprecationMessage for npm package @types/markdown-table
DEBUG: PackageFiles.add() - Package file saved for base branch
{
"baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
"baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: 56 flattened updates found: ghcr.io/containerbase/devcontainer, ghcr.io/renovatebot/base-image, ghcr.io/renovatebot/base-image, pnpm/action-setup, pnpm/action-setup, pnpm/action-setup, @aws-sdk/client-codecommit, @aws-sdk/client-ec2, @aws-sdk/client-ecr, @aws-sdk/client-rds, @aws-sdk/client-s3, @aws-sdk/credential-providers, @sindresorhus/is, aggregate-error, cacheable-lookup, chalk, detect-indent, find-up, got, json-stringify-pretty-compact, markdown-table, nanoid, p-all, p-map, p-queue, p-throttle, remark, remark-github, url-join, @openpgp/web-stream-tools, @swc/core, @types/markdown-it, @types/markdown-table, @types/mdast, @types/node, @types/unist, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, conventional-changelog-conventionalcommits, eslint, eslint-plugin-jest, eslint-plugin-promise, semantic-release, tar, ts-jest, type-fest, unified, better-sqlite3, re2, pnpm, @types/linkify-it, node, renovate/renovate, ghcr.io/containerbase/sidecar
DEBUG: Returning 41 branch(es)
DEBUG: Found @types - reversing upgrades to use depName in PR (branch="renovate/markdown-table-3.x")
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
"baseBranch": "main"
"config": {
"dockerfile": [
{
"deps": [
{
"depName": "ghcr.io/containerbase/devcontainer",
"currentValue": "10.6.17",
"replaceString": "ghcr.io/containerbase/devcontainer:10.6.17",
"autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
"datasource": "docker",
"depType": "final",
"updates": [
{
"bucket": "non-major",
"newVersion": "10.6.19",
"newValue": "10.6.19",
"newMajor": 10,
"newMinor": 6,
"updateType": "patch",
"branchName": "renovate/ghcr.io-containerbase-devcontainer-10.x"
}
],
"packageName": "ghcr.io/containerbase/devcontainer",
"versioning": "docker",
"warnings": [],
"sourceUrl": "https://github.com/containerbase/devcontainer",
"registryUrl": "https://ghcr.io",
"lookupName": "containerbase/devcontainer",
"currentVersion": "10.6.17",
"isSingleVersion": true,
"fixedVersion": "10.6.17"
}
],
"packageFile": ".devcontainer/Dockerfile"
},
{
"deps": [
{
"depName": "ghcr.io/renovatebot/base-image",
"currentValue": "2.12.15",
"currentDigest": "sha256:8fb91b670cad0ad8f109d62392667be0f53cc8d05cb453e4e7e4898096363d88",
"replaceString": "ghcr.io/renovatebot/base-image:2.12.15@sha256:8fb91b670cad0ad8f109d62392667be0f53cc8d05cb453e4e7e4898096363d88",
"autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
"datasource": "docker",
"depType": "stage",
"updates": [
{
"bucket": "major",
"newVersion": "6.10.4",
"newValue": "6.10.4",
"newMajor": 6,
"newMinor": 10,
"updateType": "major",
"newDigest": "sha256:6ca9598fb68dbcaa75e952e52bc5cf6082c6b273774371fffed0b06beed8bec1",
"branchName": "renovate/ghcr.io-renovatebot-base-image-6.x"
}
],
"packageName": "ghcr.io/renovatebot/base-image",
"versioning": "docker",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/base-image",
"registryUrl": "https://ghcr.io",
"homepage": "https://renovatebot.com",
"lookupName": "renovatebot/base-image",
"currentVersion": "2.12.15",
"isSingleVersion": true,
"fixedVersion": "2.12.15"
},
{
"depName": "ghcr.io/renovatebot/base-image",
"currentValue": "2.12.15-full",
"currentDigest": "sha256:0e803dabe3a77d5240e0fd20c042954d1a2a0e4c482113b2b912968f3558be6f",
"replaceString": "ghcr.io/renovatebot/base-image:2.12.15-full@sha256:0e803dabe3a77d5240e0fd20c042954d1a2a0e4c482113b2b912968f3558be6f",
"autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
"datasource": "docker",
"depType": "final",
"updates": [
{
"bucket": "major",
"newVersion": "6.10.4",
"newValue": "6.10.4-full",
"newMajor": 6,
"newMinor": 10,
"updateType": "major",
"newDigest": "sha256:beb4d8dbcc2914f16713a22e43c65d1087582bf2c89bdda563ebafeb1fcd8624",
"branchName": "renovate/ghcr.io-renovatebot-base-image-6.x"
}
],
"packageName": "ghcr.io/renovatebot/base-image",
"versioning": "docker",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/base-image",
"registryUrl": "https://ghcr.io",
"homepage": "https://renovatebot.com",
"lookupName": "renovatebot/base-image",
"currentVersion": "2.12.15",
"isSingleVersion": true,
"fixedVersion": "2.12.15-full"
}
],
"packageFile": "tools/docker/Dockerfile"
}
],
"github-actions": [
{
"deps": [
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/restore@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/restore@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
}
],
"packageFile": ".github/actions/calculate-prefetch-matrix/action.yml"
},
{
"deps": [
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/restore@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "pnpm/action-setup",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"updates": [
{
"bucket": "major",
"newVersion": "v4.0.0",
"newValue": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"releaseTimestamp": "2024-05-07T13:16:54.000Z",
"newMajor": 4,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/pnpm-action-setup-4.x"
}
],
"packageName": "pnpm/action-setup",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/action-setup",
"registryUrl": "https://github.com",
"currentVersion": "v3.0.0",
"currentVersionTimestamp": "2024-02-08T10:29:07.000Z",
"isSingleVersion": true,
"fixedVersion": "v3.0.0"
},
{
"depName": "actions/setup-node",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "60edb5dd545a775178f52524783378180af0d1f8",
"updates": [],
"packageName": "actions/setup-node",
"warnings": [],
"sourceUrl": "https://github.com/actions/setup-node",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-02-07T04:42:16.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "nick-fields/retry",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.0.0",
"currentDigest": "7152eba30c6575329ac0576536151aca5a72780e",
"updates": [],
"packageName": "nick-fields/retry",
"warnings": [],
"sourceUrl": "https://github.com/nick-fields/retry",
"registryUrl": "https://github.com",
"currentVersion": "v3.0.0",
"currentVersionTimestamp": "2024-01-31T16:50:52.000Z",
"fixedVersion": "v3.0.0"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/save@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
}
],
"packageFile": ".github/actions/setup-node/action.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/restore@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/save@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/restore@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}/save@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "DavidAnson/markdownlint-cli2-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v16.0.0",
"currentDigest": "b4c9feab76d8025d1e83c653fa3990936df0e6c8",
"updates": [],
"packageName": "DavidAnson/markdownlint-cli2-action",
"warnings": [],
"sourceUrl": "https://github.com/DavidAnson/markdownlint-cli2-action",
"registryUrl": "https://github.com",
"currentVersion": "v16.0.0",
"currentVersionTimestamp": "2024-04-08T00:08:56.000Z",
"fixedVersion": "v16.0.0"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "0c45773b623bea8c8e75f6c82b208c3cf94ea4f9",
"updates": [],
"packageName": "actions/cache",
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-03-19T13:31:49.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/upload-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.3.3",
"currentDigest": "65462800fd760344b1a7b4382951275a0abb4808",
"updates": [],
"packageName": "actions/upload-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/upload-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.3.3",
"currentVersionTimestamp": "2024-04-22T15:10:47.000Z",
"fixedVersion": "v4.3.3"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/download-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.7",
"currentDigest": "65a9edc5881444af0b9093a5e628f2fe47ea3b2e",
"updates": [],
"packageName": "actions/download-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/download-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.7",
"currentVersionTimestamp": "2024-04-24T14:29:35.000Z",
"fixedVersion": "v4.1.7"
},
{
"depName": "codecov/codecov-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.4.1",
"currentDigest": "125fc84a9a348dbcf27191600683ec096ec9021c",
"updates": [],
"packageName": "codecov/codecov-action",
"warnings": [],
"sourceUrl": "https://github.com/codecov/codecov-action",
"registryUrl": "https://github.com",
"currentVersion": "v4.4.1",
"currentVersionTimestamp": "2024-05-20T13:54:19.000Z",
"fixedVersion": "v4.4.1"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/download-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.7",
"currentDigest": "65a9edc5881444af0b9093a5e628f2fe47ea3b2e",
"updates": [],
"packageName": "actions/download-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/download-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.7",
"currentVersionTimestamp": "2024-04-24T14:29:35.000Z",
"fixedVersion": "v4.1.7"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/upload-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.3.3",
"currentDigest": "65462800fd760344b1a7b4382951275a0abb4808",
"updates": [],
"packageName": "actions/upload-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/upload-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.3.3",
"currentVersionTimestamp": "2024-04-22T15:10:47.000Z",
"fixedVersion": "v4.3.3"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/upload-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.3.3",
"currentDigest": "65462800fd760344b1a7b4382951275a0abb4808",
"updates": [],
"packageName": "actions/upload-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/upload-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.3.3",
"currentVersionTimestamp": "2024-04-22T15:10:47.000Z",
"fixedVersion": "v4.3.3"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "pnpm/action-setup",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"updates": [
{
"bucket": "major",
"newVersion": "v4.0.0",
"newValue": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"releaseTimestamp": "2024-05-07T13:16:54.000Z",
"newMajor": 4,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/pnpm-action-setup-4.x"
}
],
"packageName": "pnpm/action-setup",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/action-setup",
"registryUrl": "https://github.com",
"currentVersion": "v3.0.0",
"currentVersionTimestamp": "2024-02-08T10:29:07.000Z",
"isSingleVersion": true,
"fixedVersion": "v3.0.0"
},
{
"depName": "actions/setup-node",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "60edb5dd545a775178f52524783378180af0d1f8",
"updates": [],
"packageName": "actions/setup-node",
"warnings": [],
"sourceUrl": "https://github.com/actions/setup-node",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-02-07T04:42:16.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "actions/download-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.7",
"currentDigest": "65a9edc5881444af0b9093a5e628f2fe47ea3b2e",
"updates": [],
"packageName": "actions/download-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/download-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.7",
"currentVersionTimestamp": "2024-04-24T14:29:35.000Z",
"fixedVersion": "v4.1.7"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "containerbase/internal-tools",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "containerbase/internal-tools@2e58ccb20b6890bd87ef8b3110e61e73adc15d9b # v3.0.90",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.0.90",
"currentDigest": "2e58ccb20b6890bd87ef8b3110e61e73adc15d9b",
"updates": [],
"packageName": "containerbase/internal-tools",
"warnings": [],
"sourceUrl": "https://github.com/containerbase/internal-tools",
"registryUrl": "https://github.com",
"currentVersion": "v3.0.90",
"currentVersionTimestamp": "2024-05-28T03:50:14.000Z",
"fixedVersion": "v3.0.90"
},
{
"depName": "sigstore/cosign-installer",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.5.0",
"currentDigest": "59acb6260d9c0ba8f4a2f9d9b48431a222b68e20",
"updates": [],
"packageName": "sigstore/cosign-installer",
"warnings": [],
"sourceUrl": "https://github.com/sigstore/cosign-installer",
"registryUrl": "https://github.com",
"currentVersion": "v3.5.0",
"currentVersionTimestamp": "2024-04-10T23:07:43.000Z",
"fixedVersion": "v3.5.0"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/build.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6",
"autoReplaceStringTemplate": "{{depName}}/init@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.25.6",
"currentDigest": "9fdb3e49720b44c48891d036bb502feb25684276",
"updates": [],
"packageName": "github/codeql-action",
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v3.25.6",
"currentVersionTimestamp": "2024-05-20T14:27:28.000Z",
"fixedVersion": "v3.25.6"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6",
"autoReplaceStringTemplate": "{{depName}}/autobuild@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.25.6",
"currentDigest": "9fdb3e49720b44c48891d036bb502feb25684276",
"updates": [],
"packageName": "github/codeql-action",
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v3.25.6",
"currentVersionTimestamp": "2024-05-20T14:27:28.000Z",
"fixedVersion": "v3.25.6"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6",
"autoReplaceStringTemplate": "{{depName}}/analyze@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.25.6",
"currentDigest": "9fdb3e49720b44c48891d036bb502feb25684276",
"updates": [],
"packageName": "github/codeql-action",
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v3.25.6",
"currentVersionTimestamp": "2024-05-20T14:27:28.000Z",
"fixedVersion": "v3.25.6"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/codeql-analysis.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "actions/dependency-review-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.3.2",
"currentDigest": "0c155c5e8556a497adf53f2c18edabf945ed8e70",
"updates": [],
"packageName": "actions/dependency-review-action",
"warnings": [],
"sourceUrl": "https://github.com/actions/dependency-review-action",
"registryUrl": "https://github.com",
"currentVersion": "v4.3.2",
"currentVersionTimestamp": "2024-04-30T16:39:04.000Z",
"fixedVersion": "v4.3.2"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/dependency-review.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "devcontainers/ci",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3.1900000349",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v0.3.1900000349",
"currentDigest": "a56d055efecd725e8cfe370543b6071b79989cc8",
"updates": [],
"packageName": "devcontainers/ci",
"warnings": [],
"sourceUrl": "https://github.com/devcontainers/ci",
"registryUrl": "https://github.com",
"currentVersion": "v0.3.1900000349",
"currentVersionTimestamp": "2024-04-11T14:14:19.000Z",
"fixedVersion": "v0.3.1900000349"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/devcontainer.yml"
},
{
"deps": [
{
"depName": "dessant/label-actions",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 # v4.0.1",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.1",
"currentDigest": "102faf474a544be75fbaf4df54e73d3c515a0e65",
"updates": [],
"packageName": "dessant/label-actions",
"warnings": [],
"sourceUrl": "https://github.com/dessant/label-actions",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.1",
"currentVersionTimestamp": "2023-11-21T15:05:55.000Z",
"fixedVersion": "v4.0.1"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/label-actions.yml"
},
{
"deps": [
{
"depName": "dessant/lock-threads",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v5.0.1",
"currentDigest": "1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771",
"updates": [],
"packageName": "dessant/lock-threads",
"warnings": [],
"sourceUrl": "https://github.com/dessant/lock-threads",
"registryUrl": "https://github.com",
"currentVersion": "v5.0.1",
"currentVersionTimestamp": "2023-11-22T08:19:41.000Z",
"fixedVersion": "v5.0.1"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/lock.yml"
},
{
"deps": [
{
"depName": "slackapi/slack-github-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v1.26.0",
"currentDigest": "70cd7be8e40a46e8b0eced40b0de447bdb42f68e",
"updates": [],
"packageName": "slackapi/slack-github-action",
"warnings": [],
"sourceUrl": "https://github.com/slackapi/slack-github-action",
"registryUrl": "https://github.com",
"currentVersion": "v1.26.0",
"currentVersionTimestamp": "2024-04-19T00:52:32.000Z",
"fixedVersion": "v1.26.0"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/mend-slack.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "ossf/scorecard-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v2.3.3",
"currentDigest": "dc50aa9510b46c811795eb24b2f1ba02a914e534",
"updates": [],
"packageName": "ossf/scorecard-action",
"warnings": [],
"sourceUrl": "https://github.com/ossf/scorecard-action",
"registryUrl": "https://github.com",
"currentVersion": "v2.3.3",
"currentVersionTimestamp": "2024-05-09T21:02:43.000Z",
"fixedVersion": "v2.3.3"
},
{
"depName": "actions/upload-artifact",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.3.3",
"currentDigest": "65462800fd760344b1a7b4382951275a0abb4808",
"updates": [],
"packageName": "actions/upload-artifact",
"warnings": [],
"sourceUrl": "https://github.com/actions/upload-artifact",
"registryUrl": "https://github.com",
"currentVersion": "v4.3.3",
"currentVersionTimestamp": "2024-04-22T15:10:47.000Z",
"fixedVersion": "v4.3.3"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6",
"autoReplaceStringTemplate": "{{depName}}/upload-sarif@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.25.6",
"currentDigest": "9fdb3e49720b44c48891d036bb502feb25684276",
"updates": [],
"packageName": "github/codeql-action",
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v3.25.6",
"currentVersionTimestamp": "2024-05-20T14:27:28.000Z",
"fixedVersion": "v3.25.6"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/scorecard.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "aquasecurity/trivy-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "0.10.0",
"currentDigest": "e5f43133f6e8736992c9f3c1b3296e24b37e17f2",
"updates": [],
"packageName": "aquasecurity/trivy-action",
"warnings": []
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6",
"autoReplaceStringTemplate": "{{depName}}/upload-sarif@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.25.6",
"currentDigest": "9fdb3e49720b44c48891d036bb502feb25684276",
"updates": [],
"packageName": "github/codeql-action",
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v3.25.6",
"currentVersionTimestamp": "2024-05-20T14:27:28.000Z",
"fixedVersion": "v3.25.6"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/trivy.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "pnpm/action-setup",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"updates": [
{
"bucket": "major",
"newVersion": "v4.0.0",
"newValue": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"releaseTimestamp": "2024-05-07T13:16:54.000Z",
"newMajor": 4,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/pnpm-action-setup-4.x"
}
],
"packageName": "pnpm/action-setup",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/action-setup",
"registryUrl": "https://github.com",
"currentVersion": "v3.0.0",
"currentVersionTimestamp": "2024-02-08T10:29:07.000Z",
"isSingleVersion": true,
"fixedVersion": "v3.0.0"
},
{
"depName": "actions/setup-node",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.0.2",
"currentDigest": "60edb5dd545a775178f52524783378180af0d1f8",
"updates": [],
"packageName": "actions/setup-node",
"warnings": [],
"sourceUrl": "https://github.com/actions/setup-node",
"registryUrl": "https://github.com",
"currentVersion": "v4.0.2",
"currentVersionTimestamp": "2024-02-07T04:42:16.000Z",
"fixedVersion": "v4.0.2"
},
{
"depName": "peter-evans/create-pull-request",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v6.0.5",
"currentDigest": "6d6857d36972b65feb161a90e484f2984215f83e",
"updates": [],
"packageName": "peter-evans/create-pull-request",
"warnings": [],
"sourceUrl": "https://github.com/peter-evans/create-pull-request",
"registryUrl": "https://github.com",
"currentVersion": "v6.0.5",
"currentVersionTimestamp": "2024-04-25T08:09:16.000Z",
"fixedVersion": "v6.0.5"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/update-data.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"depType": "action",
"replaceString": "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4.1.6",
"currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29",
"updates": [],
"packageName": "actions/checkout",
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v4.1.6",
"currentVersionTimestamp": "2024-05-16T18:08:36.000Z",
"fixedVersion": "v4.1.6"
},
{
"depName": "ubuntu",
"currentValue": "latest",
"replaceString": "ubuntu-latest",
"depType": "github-runner",
"datasource": "github-runners",
"autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
"skipReason": "invalid-version",
"updates": [],
"packageName": "ubuntu"
}
],
"packageFile": ".github/workflows/ws_scan.yaml"
}
],
"npm": [
{
"deps": [
{
"depType": "dependencies",
"depName": "@aws-sdk/client-codecommit",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.583.0",
"newValue": "3.583.0",
"releaseTimestamp": "2024-05-23T19:12:01.534Z",
"newMajor": 3,
"newMinor": 583,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/client-codecommit",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "clients/client-codecommit",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codecommit",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:12:23.116Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@aws-sdk/client-ec2",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.585.0",
"newValue": "3.585.0",
"releaseTimestamp": "2024-05-28T19:04:56.508Z",
"newMajor": 3,
"newMinor": 585,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/client-ec2",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "clients/client-ec2",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:13:42.005Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@aws-sdk/client-ecr",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.583.0",
"newValue": "3.583.0",
"releaseTimestamp": "2024-05-23T19:13:47.871Z",
"newMajor": 3,
"newMinor": 583,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/client-ecr",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "clients/client-ecr",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ecr",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:13:39.106Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@aws-sdk/client-rds",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.583.0",
"newValue": "3.583.0",
"releaseTimestamp": "2024-05-23T19:18:06.513Z",
"newMajor": 3,
"newMinor": 583,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/client-rds",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "clients/client-rds",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-rds",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:18:41.828Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@aws-sdk/client-s3",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.583.0",
"newValue": "3.583.0",
"releaseTimestamp": "2024-05-23T19:18:31.470Z",
"newMajor": 3,
"newMinor": 583,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/client-s3",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "clients/client-s3",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:19:21.767Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@aws-sdk/credential-providers",
"currentValue": "3.565.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.565.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "3.583.0",
"newValue": "3.583.0",
"releaseTimestamp": "2024-05-23T19:20:32.789Z",
"newMajor": 3,
"newMinor": 583,
"updateType": "minor",
"branchName": "renovate/aws-sdk-js-v3-monorepo"
}
],
"packageName": "@aws-sdk/credential-providers",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/credential-providers",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-providers",
"currentVersion": "3.565.0",
"currentVersionTimestamp": "2024-04-29T19:21:28.144Z",
"isSingleVersion": true,
"fixedVersion": "3.565.0"
},
{
"depType": "dependencies",
"depName": "@breejs/later",
"currentValue": "4.2.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.2.0",
"updates": [],
"packageName": "@breejs/later",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/breejs/later",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.2.0",
"currentVersionTimestamp": "2023-11-28T21:21:18.901Z",
"fixedVersion": "4.2.0"
},
{
"depType": "dependencies",
"depName": "@cdktf/hcl2json",
"currentValue": "0.20.7",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.20.7",
"updates": [],
"packageName": "@cdktf/hcl2json",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/hashicorp/terraform-cdk",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/@cdktf/hcl2json",
"currentVersion": "0.20.7",
"currentVersionTimestamp": "2024-04-15T08:57:07.725Z",
"fixedVersion": "0.20.7"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/api",
"currentValue": "1.8.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.8.0",
"updates": [],
"packageName": "@opentelemetry/api",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/api",
"currentVersion": "1.8.0",
"currentVersionTimestamp": "2024-02-29T09:18:05.040Z",
"fixedVersion": "1.8.0"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/context-async-hooks",
"currentValue": "1.24.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.24.1",
"updates": [],
"packageName": "@opentelemetry/context-async-hooks",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks",
"currentVersion": "1.24.1",
"currentVersionTimestamp": "2024-05-07T14:52:31.555Z",
"fixedVersion": "1.24.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/exporter-trace-otlp-http",
"currentValue": "0.51.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.51.1",
"updates": [],
"packageName": "@opentelemetry/exporter-trace-otlp-http",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-http",
"currentVersion": "0.51.1",
"currentVersionTimestamp": "2024-05-07T14:52:43.269Z",
"fixedVersion": "0.51.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/instrumentation",
"currentValue": "0.51.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.51.1",
"updates": [],
"packageName": "@opentelemetry/instrumentation",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation",
"currentVersion": "0.51.1",
"currentVersionTimestamp": "2024-05-07T14:52:40.936Z",
"fixedVersion": "0.51.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/instrumentation-bunyan",
"currentValue": "0.38.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.38.0",
"updates": [],
"packageName": "@opentelemetry/instrumentation-bunyan",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js-contrib",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-bunyan#readme",
"currentVersion": "0.38.0",
"currentVersionTimestamp": "2024-04-25T19:02:00.230Z",
"fixedVersion": "0.38.0"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/instrumentation-http",
"currentValue": "0.51.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.51.1",
"updates": [],
"packageName": "@opentelemetry/instrumentation-http",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http",
"currentVersion": "0.51.1",
"currentVersionTimestamp": "2024-05-07T14:52:43.570Z",
"fixedVersion": "0.51.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/resources",
"currentValue": "1.24.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.24.1",
"updates": [],
"packageName": "@opentelemetry/resources",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources",
"currentVersion": "1.24.1",
"currentVersionTimestamp": "2024-05-07T14:52:36.598Z",
"fixedVersion": "1.24.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/sdk-trace-base",
"currentValue": "1.24.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.24.1",
"updates": [],
"packageName": "@opentelemetry/sdk-trace-base",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base",
"currentVersion": "1.24.1",
"currentVersionTimestamp": "2024-05-07T14:52:38.897Z",
"fixedVersion": "1.24.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/sdk-trace-node",
"currentValue": "1.24.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.24.1",
"updates": [],
"packageName": "@opentelemetry/sdk-trace-node",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node",
"currentVersion": "1.24.1",
"currentVersionTimestamp": "2024-05-07T14:52:40.394Z",
"fixedVersion": "1.24.1"
},
{
"depType": "dependencies",
"depName": "@opentelemetry/semantic-conventions",
"currentValue": "1.24.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.24.1",
"updates": [],
"packageName": "@opentelemetry/semantic-conventions",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/open-telemetry/opentelemetry-js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions",
"currentVersion": "1.24.1",
"currentVersionTimestamp": "2024-05-07T14:52:31.963Z",
"fixedVersion": "1.24.1"
},
{
"depType": "dependencies",
"depName": "@qnighy/marshal",
"currentValue": "0.1.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.1.3",
"updates": [],
"packageName": "@qnighy/marshal",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/qnighy/marshal-js",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.1.3",
"currentVersionTimestamp": "2021-08-15T04:55:07.014Z",
"fixedVersion": "0.1.3"
},
{
"depType": "dependencies",
"depName": "@renovatebot/kbpgp",
"currentValue": "3.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.1",
"updates": [],
"packageName": "@renovatebot/kbpgp",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/kbpgp",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.1",
"currentVersionTimestamp": "2024-04-23T15:11:17.942Z",
"fixedVersion": "3.0.1"
},
{
"depType": "dependencies",
"depName": "@renovatebot/osv-offline",
"currentValue": "1.5.5",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.5.5",
"updates": [],
"packageName": "@renovatebot/osv-offline",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/osv-offline",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.5.5",
"currentVersionTimestamp": "2024-05-10T17:02:12.719Z",
"fixedVersion": "1.5.5"
},
{
"depType": "dependencies",
"depName": "@renovatebot/pep440",
"currentValue": "3.0.20",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.20",
"updates": [],
"packageName": "@renovatebot/pep440",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/pep440",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.20",
"currentVersionTimestamp": "2024-04-13T19:05:24.303Z",
"fixedVersion": "3.0.20"
},
{
"depType": "dependencies",
"depName": "@renovatebot/ruby-semver",
"currentValue": "3.0.23",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.23",
"updates": [],
"packageName": "@renovatebot/ruby-semver",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/ruby-semver",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.23",
"currentVersionTimestamp": "2024-01-29T14:34:57.336Z",
"fixedVersion": "3.0.23"
},
{
"depType": "dependencies",
"depName": "@sindresorhus/is",
"currentValue": "4.6.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.6.0",
"updates": [
{
"bucket": "major",
"newVersion": "6.3.1",
"newValue": "6.3.1",
"releaseTimestamp": "2024-05-16T08:15:37.691Z",
"newMajor": 6,
"newMinor": 3,
"updateType": "major",
"branchName": "renovate/sindresorhus-is-6.x"
}
],
"packageName": "@sindresorhus/is",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/is",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.6.0",
"currentVersionTimestamp": "2022-02-27T09:06:19.413Z",
"isSingleVersion": true,
"fixedVersion": "4.6.0"
},
{
"depType": "dependencies",
"depName": "@yarnpkg/core",
"currentValue": "4.0.5",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.0.5",
"updates": [],
"packageName": "@yarnpkg/core",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/yarnpkg/berry",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/yarnpkg-core",
"currentVersion": "4.0.5",
"currentVersionTimestamp": "2024-05-02T17:51:27.566Z",
"fixedVersion": "4.0.5"
},
{
"depType": "dependencies",
"depName": "@yarnpkg/parsers",
"currentValue": "3.0.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.2",
"updates": [],
"packageName": "@yarnpkg/parsers",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/yarnpkg/berry",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/yarnpkg-parsers",
"currentVersion": "3.0.2",
"currentVersionTimestamp": "2024-05-02T17:50:43.860Z",
"fixedVersion": "3.0.2"
},
{
"depType": "dependencies",
"depName": "agentkeepalive",
"currentValue": "4.5.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.5.0",
"updates": [],
"packageName": "agentkeepalive",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/node-modules/agentkeepalive",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.5.0",
"currentVersionTimestamp": "2023-08-06T15:30:52.495Z",
"fixedVersion": "4.5.0"
},
{
"depType": "dependencies",
"depName": "aggregate-error",
"currentValue": "3.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.1.0",
"updates": [
{
"bucket": "major",
"newVersion": "5.0.0",
"newValue": "5.0.0",
"releaseTimestamp": "2023-09-14T06:53:27.142Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/aggregate-error-5.x"
}
],
"packageName": "aggregate-error",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/aggregate-error",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.1.0",
"currentVersionTimestamp": "2020-08-21T22:29:47.896Z",
"isSingleVersion": true,
"fixedVersion": "3.1.0"
},
{
"depType": "dependencies",
"depName": "auth-header",
"currentValue": "1.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.0.0",
"updates": [],
"packageName": "auth-header",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/izaakschroeder/auth-header",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.0.0",
"currentVersionTimestamp": "2018-08-21T03:25:03.714Z",
"fixedVersion": "1.0.0"
},
{
"depType": "dependencies",
"depName": "aws4",
"currentValue": "1.13.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.13.0",
"updates": [],
"packageName": "aws4",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/mhart/aws4",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.13.0",
"currentVersionTimestamp": "2024-05-21T05:33:51.716Z",
"fixedVersion": "1.13.0"
},
{
"depType": "dependencies",
"depName": "azure-devops-node-api",
"currentValue": "13.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "13.0.0",
"updates": [],
"packageName": "azure-devops-node-api",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/Microsoft/azure-devops-node-api",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "13.0.0",
"currentVersionTimestamp": "2024-03-25T12:57:36.892Z",
"fixedVersion": "13.0.0"
},
{
"depType": "dependencies",
"depName": "bunyan",
"currentValue": "1.8.15",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.8.15",
"updates": [],
"packageName": "bunyan",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/trentm/node-bunyan",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.8.15",
"currentVersionTimestamp": "2021-01-08T23:26:28.125Z",
"fixedVersion": "1.8.15"
},
{
"depType": "dependencies",
"depName": "cacache",
"currentValue": "18.0.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "18.0.3",
"updates": [],
"packageName": "cacache",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/npm/cacache",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "18.0.3",
"currentVersionTimestamp": "2024-05-04T01:14:07.783Z",
"fixedVersion": "18.0.3"
},
{
"depType": "dependencies",
"depName": "cacheable-lookup",
"currentValue": "5.0.4",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.0.4",
"updates": [
{
"bucket": "major",
"newVersion": "7.0.0",
"newValue": "7.0.0",
"releaseTimestamp": "2022-09-27T07:11:14.775Z",
"newMajor": 7,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/cacheable-lookup-7.x"
}
],
"packageName": "cacheable-lookup",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/szmarczak/cacheable-lookup",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.0.4",
"currentVersionTimestamp": "2020-12-08T18:17:43.131Z",
"isSingleVersion": true,
"fixedVersion": "5.0.4"
},
{
"depType": "dependencies",
"depName": "chalk",
"currentValue": "4.1.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.1.2",
"updates": [
{
"bucket": "major",
"newVersion": "5.3.0",
"newValue": "5.3.0",
"releaseTimestamp": "2023-06-29T10:58:11.887Z",
"newMajor": 5,
"newMinor": 3,
"updateType": "major",
"branchName": "renovate/chalk-5.x"
}
],
"packageName": "chalk",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/chalk/chalk",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.1.2",
"currentVersionTimestamp": "2021-07-30T12:02:52.839Z",
"isSingleVersion": true,
"fixedVersion": "4.1.2"
},
{
"depType": "dependencies",
"depName": "changelog-filename-regex",
"currentValue": "2.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.1",
"updates": [],
"packageName": "changelog-filename-regex",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/shinnn/changelog-filename-regex",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.1",
"currentVersionTimestamp": "2018-07-30T23:50:29.953Z",
"fixedVersion": "2.0.1"
},
{
"depType": "dependencies",
"depName": "clean-git-ref",
"currentValue": "2.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.1",
"updates": [],
"packageName": "clean-git-ref",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/TheSavior/clean-git-ref",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.1",
"currentVersionTimestamp": "2019-01-18T18:39:29.596Z",
"fixedVersion": "2.0.1"
},
{
"depType": "dependencies",
"depName": "commander",
"currentValue": "12.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "12.1.0",
"updates": [],
"packageName": "commander",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/tj/commander.js",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "12.1.0",
"currentVersionTimestamp": "2024-05-18T11:16:54.043Z",
"fixedVersion": "12.1.0"
},
{
"depType": "dependencies",
"depName": "conventional-commits-detector",
"currentValue": "1.0.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.0.3",
"updates": [],
"packageName": "conventional-commits-detector",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/conventional-changelog/conventional-commits-detector",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.0.3",
"currentVersionTimestamp": "2020-06-25T04:25:28.536Z",
"fixedVersion": "1.0.3"
},
{
"depType": "dependencies",
"depName": "cron-parser",
"currentValue": "4.9.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.9.0",
"updates": [],
"packageName": "cron-parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/harrisiirak/cron-parser",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.9.0",
"currentVersionTimestamp": "2023-08-14T14:11:22.705Z",
"fixedVersion": "4.9.0"
},
{
"depType": "dependencies",
"depName": "deepmerge",
"currentValue": "4.3.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.3.1",
"updates": [],
"packageName": "deepmerge",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/TehShrike/deepmerge",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.3.1",
"currentVersionTimestamp": "2023-03-16T22:58:56.511Z",
"fixedVersion": "4.3.1"
},
{
"depType": "dependencies",
"depName": "dequal",
"currentValue": "2.0.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.3",
"updates": [],
"packageName": "dequal",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/lukeed/dequal",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.3",
"currentVersionTimestamp": "2022-07-11T23:29:04.965Z",
"fixedVersion": "2.0.3"
},
{
"depType": "dependencies",
"depName": "detect-indent",
"currentValue": "6.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "6.1.0",
"updates": [
{
"bucket": "major",
"newVersion": "7.0.1",
"newValue": "7.0.1",
"releaseTimestamp": "2022-09-11T12:40:07.617Z",
"newMajor": 7,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/detect-indent-7.x"
}
],
"packageName": "detect-indent",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/detect-indent",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.1.0",
"currentVersionTimestamp": "2021-05-28T06:44:53.545Z",
"isSingleVersion": true,
"fixedVersion": "6.1.0"
},
{
"depType": "dependencies",
"depName": "diff",
"currentValue": "5.2.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.2.0",
"updates": [],
"packageName": "diff",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/kpdecker/jsdiff",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.2.0",
"currentVersionTimestamp": "2024-02-12T16:02:01.349Z",
"fixedVersion": "5.2.0"
},
{
"depType": "dependencies",
"depName": "editorconfig",
"currentValue": "2.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.0",
"updates": [],
"packageName": "editorconfig",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/editorconfig/editorconfig-core-js",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.0",
"currentVersionTimestamp": "2023-07-02T22:13:55.776Z",
"fixedVersion": "2.0.0"
},
{
"depType": "dependencies",
"depName": "email-addresses",
"currentValue": "5.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.0.0",
"updates": [],
"packageName": "email-addresses",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jackbearheart/email-addresses",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.0.0",
"currentVersionTimestamp": "2021-08-17T18:38:34.280Z",
"fixedVersion": "5.0.0"
},
{
"depType": "dependencies",
"depName": "emoji-regex",
"currentValue": "10.3.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "10.3.0",
"updates": [],
"packageName": "emoji-regex",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/mathiasbynens/emoji-regex",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://mths.be/emoji-regex",
"currentVersion": "10.3.0",
"currentVersionTimestamp": "2023-10-17T09:02:29.400Z",
"fixedVersion": "10.3.0"
},
{
"depType": "dependencies",
"depName": "emojibase",
"currentValue": "15.3.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "15.3.0",
"updates": [],
"packageName": "emojibase",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/milesj/emojibase",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/core",
"currentVersion": "15.3.0",
"currentVersionTimestamp": "2023-12-03T20:44:11.423Z",
"fixedVersion": "15.3.0"
},
{
"depType": "dependencies",
"depName": "emojibase-regex",
"currentValue": "15.3.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "15.3.0",
"updates": [],
"packageName": "emojibase-regex",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/milesj/emojibase",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/regex",
"currentVersion": "15.3.0",
"currentVersionTimestamp": "2023-12-03T20:44:13.030Z",
"fixedVersion": "15.3.0"
},
{
"depType": "dependencies",
"depName": "extract-zip",
"currentValue": "2.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.1",
"updates": [],
"packageName": "extract-zip",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/maxogden/extract-zip",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.1",
"currentVersionTimestamp": "2020-06-10T07:10:04.849Z",
"fixedVersion": "2.0.1"
},
{
"depType": "dependencies",
"depName": "find-packages",
"currentValue": "10.0.4",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "10.0.4",
"updates": [],
"packageName": "find-packages",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/pnpm",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/find-packages#readme",
"currentVersion": "10.0.4",
"currentVersionTimestamp": "2022-12-03T22:16:46.487Z",
"fixedVersion": "10.0.4"
},
{
"depType": "dependencies",
"depName": "find-up",
"currentValue": "5.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "7.0.0",
"newValue": "7.0.0",
"releaseTimestamp": "2023-11-16T12:22:36.533Z",
"newMajor": 7,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/find-up-7.x"
}
],
"packageName": "find-up",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/find-up",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.0.0",
"currentVersionTimestamp": "2020-08-11T18:44:24.748Z",
"isSingleVersion": true,
"fixedVersion": "5.0.0"
},
{
"depType": "dependencies",
"depName": "fs-extra",
"currentValue": "11.2.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "11.2.0",
"updates": [],
"packageName": "fs-extra",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jprichardson/node-fs-extra",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "11.2.0",
"currentVersionTimestamp": "2023-11-28T00:46:35.100Z",
"fixedVersion": "11.2.0"
},
{
"depType": "dependencies",
"depName": "git-url-parse",
"currentValue": "14.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "14.0.0",
"updates": [],
"packageName": "git-url-parse",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/IonicaBizau/git-url-parse",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "14.0.0",
"currentVersionTimestamp": "2024-01-02T09:43:47.416Z",
"fixedVersion": "14.0.0"
},
{
"depType": "dependencies",
"depName": "github-url-from-git",
"currentValue": "1.5.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.5.0",
"updates": [],
"packageName": "github-url-from-git",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/visionmedia/node-github-url-from-git",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.5.0",
"currentVersionTimestamp": "2016-11-27T01:57:43.364Z",
"fixedVersion": "1.5.0"
},
{
"depType": "dependencies",
"depName": "glob",
"currentValue": "10.4.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "10.4.1",
"updates": [],
"packageName": "glob",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/isaacs/node-glob",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "10.4.1",
"currentVersionTimestamp": "2024-05-24T06:01:25.099Z",
"fixedVersion": "10.4.1"
},
{
"depType": "dependencies",
"depName": "global-agent",
"currentValue": "3.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.0",
"updates": [],
"packageName": "global-agent",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/gajus/global-agent",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.0",
"currentVersionTimestamp": "2021-07-23T23:16:40.315Z",
"fixedVersion": "3.0.0"
},
{
"depType": "dependencies",
"depName": "good-enough-parser",
"currentValue": "1.1.23",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.1.23",
"updates": [],
"packageName": "good-enough-parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/zharinov/good-enough-parser",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.1.23",
"currentVersionTimestamp": "2023-05-12T12:36:42.941Z",
"fixedVersion": "1.1.23"
},
{
"depType": "dependencies",
"depName": "google-auth-library",
"currentValue": "9.10.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "9.10.0",
"updates": [],
"packageName": "google-auth-library",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/googleapis/google-auth-library-nodejs",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "9.10.0",
"currentVersionTimestamp": "2024-05-13T18:30:08.973Z",
"fixedVersion": "9.10.0"
},
{
"depType": "dependencies",
"depName": "got",
"currentValue": "11.8.6",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "11.8.6",
"updates": [
{
"bucket": "major",
"newVersion": "14.3.0",
"newValue": "14.3.0",
"releaseTimestamp": "2024-05-18T13:13:57.399Z",
"newMajor": 14,
"newMinor": 3,
"updateType": "major",
"branchName": "renovate/got-14.x"
}
],
"packageName": "got",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/got",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "11.8.6",
"currentVersionTimestamp": "2022-12-08T23:23:11.331Z",
"isSingleVersion": true,
"fixedVersion": "11.8.6"
},
{
"depType": "dependencies",
"depName": "graph-data-structure",
"currentValue": "3.5.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.5.0",
"updates": [],
"packageName": "graph-data-structure",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/datavis-tech/graph-data-structure",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.5.0",
"currentVersionTimestamp": "2023-12-06T16:29:16.924Z",
"fixedVersion": "3.5.0"
},
{
"depType": "dependencies",
"depName": "handlebars",
"currentValue": "4.7.8",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.7.8",
"updates": [],
"packageName": "handlebars",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/handlebars-lang/handlebars.js",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://www.handlebarsjs.com/",
"currentVersion": "4.7.8",
"currentVersionTimestamp": "2023-08-01T21:19:12.508Z",
"fixedVersion": "4.7.8"
},
{
"depType": "dependencies",
"depName": "ignore",
"currentValue": "5.3.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.3.1",
"updates": [],
"packageName": "ignore",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/kaelzhang/node-ignore",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.3.1",
"currentVersionTimestamp": "2024-02-01T02:26:41.175Z",
"fixedVersion": "5.3.1"
},
{
"depType": "dependencies",
"depName": "ini",
"currentValue": "4.1.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.1.3",
"updates": [],
"packageName": "ini",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/npm/ini",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.1.3",
"currentVersionTimestamp": "2024-05-22T15:59:34.831Z",
"fixedVersion": "4.1.3"
},
{
"depType": "dependencies",
"depName": "js-yaml",
"currentValue": "4.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.1.0",
"updates": [],
"packageName": "js-yaml",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/nodeca/js-yaml",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.1.0",
"currentVersionTimestamp": "2021-04-14T21:07:09.057Z",
"fixedVersion": "4.1.0"
},
{
"depType": "dependencies",
"depName": "json-dup-key-validator",
"currentValue": "1.0.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.0.3",
"updates": [],
"packageName": "json-dup-key-validator",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jackyjieliu/json-dup-key-validator",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.0.3",
"currentVersionTimestamp": "2021-02-06T06:08:20.353Z",
"fixedVersion": "1.0.3"
},
{
"depType": "dependencies",
"depName": "json-stringify-pretty-compact",
"currentValue": "3.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "4.0.0",
"newValue": "4.0.0",
"releaseTimestamp": "2022-05-14T21:34:18.394Z",
"newMajor": 4,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/json-stringify-pretty-compact-4.x"
}
],
"packageName": "json-stringify-pretty-compact",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/lydell/json-stringify-pretty-compact",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.0",
"currentVersionTimestamp": "2021-02-20T21:53:58.133Z",
"isSingleVersion": true,
"fixedVersion": "3.0.0"
},
{
"depType": "dependencies",
"depName": "json5",
"currentValue": "2.2.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.2.3",
"updates": [],
"packageName": "json5",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/json5/json5",
"registryUrl": "https://registry.npmjs.org",
"homepage": "http://json5.org/",
"currentVersion": "2.2.3",
"currentVersionTimestamp": "2022-12-31T17:11:32.047Z",
"fixedVersion": "2.2.3"
},
{
"depType": "dependencies",
"depName": "jsonata",
"currentValue": "2.0.5",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.5",
"updates": [],
"packageName": "jsonata",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jsonata-js/jsonata",
"registryUrl": "https://registry.npmjs.org",
"homepage": "http://jsonata.org/",
"currentVersion": "2.0.5",
"currentVersionTimestamp": "2024-05-09T09:39:06.258Z",
"fixedVersion": "2.0.5"
},
{
"depType": "dependencies",
"depName": "jsonc-parser",
"currentValue": "3.2.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.2.1",
"updates": [],
"packageName": "jsonc-parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/microsoft/node-jsonc-parser",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.2.1",
"currentVersionTimestamp": "2024-01-22T21:23:59.508Z",
"fixedVersion": "3.2.1"
},
{
"depType": "dependencies",
"depName": "klona",
"currentValue": "2.0.6",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.6",
"updates": [],
"packageName": "klona",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/lukeed/klona",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.6",
"currentVersionTimestamp": "2023-01-16T19:20:29.796Z",
"fixedVersion": "2.0.6"
},
{
"depType": "dependencies",
"depName": "lru-cache",
"currentValue": "10.2.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "10.2.2",
"updates": [],
"packageName": "lru-cache",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/isaacs/node-lru-cache",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "10.2.2",
"currentVersionTimestamp": "2024-04-28T22:19:27.837Z",
"fixedVersion": "10.2.2"
},
{
"depType": "dependencies",
"depName": "luxon",
"currentValue": "3.4.4",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.4.4",
"updates": [],
"packageName": "luxon",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/moment/luxon",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.4.4",
"currentVersionTimestamp": "2023-11-12T22:02:04.613Z",
"fixedVersion": "3.4.4"
},
{
"depType": "dependencies",
"depName": "markdown-it",
"currentValue": "14.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "14.1.0",
"updates": [],
"packageName": "markdown-it",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/markdown-it/markdown-it",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "14.1.0",
"currentVersionTimestamp": "2024-03-18T23:17:52.302Z",
"fixedVersion": "14.1.0"
},
{
"depType": "dependencies",
"depName": "markdown-table",
"currentValue": "2.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "3.0.3",
"newValue": "3.0.3",
"releaseTimestamp": "2022-11-30T08:55:11.227Z",
"newMajor": 3,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/markdown-table-3.x"
}
],
"packageName": "markdown-table",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/wooorm/markdown-table",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.0",
"currentVersionTimestamp": "2020-01-23T16:48:28.916Z",
"isSingleVersion": true,
"fixedVersion": "2.0.0"
},
{
"depType": "dependencies",
"depName": "minimatch",
"currentValue": "9.0.4",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "9.0.4",
"updates": [],
"packageName": "minimatch",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/isaacs/minimatch",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "9.0.4",
"currentVersionTimestamp": "2024-03-28T19:42:56.374Z",
"fixedVersion": "9.0.4"
},
{
"depType": "dependencies",
"depName": "moo",
"currentValue": "0.5.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.5.2",
"updates": [],
"packageName": "moo",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/tjvr/moo",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.5.2",
"currentVersionTimestamp": "2022-10-03T11:25:52.686Z",
"fixedVersion": "0.5.2"
},
{
"depType": "dependencies",
"depName": "ms",
"currentValue": "2.1.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.1.3",
"updates": [],
"packageName": "ms",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/vercel/ms",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.1.3",
"currentVersionTimestamp": "2020-12-08T13:54:35.223Z",
"fixedVersion": "2.1.3"
},
{
"depType": "dependencies",
"depName": "nanoid",
"currentValue": "3.3.7",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.3.7",
"updates": [
{
"bucket": "major",
"newVersion": "5.0.7",
"newValue": "5.0.7",
"releaseTimestamp": "2024-04-07T16:44:04.485Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/nanoid-5.x"
}
],
"packageName": "nanoid",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/ai/nanoid",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.3.7",
"currentVersionTimestamp": "2023-11-06T05:15:31.557Z",
"isSingleVersion": true,
"fixedVersion": "3.3.7"
},
{
"depType": "dependencies",
"depName": "node-html-parser",
"currentValue": "6.1.13",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "6.1.13",
"updates": [],
"packageName": "node-html-parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/taoqf/node-fast-html-parser",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.1.13",
"currentVersionTimestamp": "2024-03-29T01:09:52.774Z",
"fixedVersion": "6.1.13"
},
{
"depType": "dependencies",
"depName": "p-all",
"currentValue": "3.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "5.0.0",
"newValue": "5.0.0",
"releaseTimestamp": "2023-04-22T17:45:19.876Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/p-all-5.x"
}
],
"packageName": "p-all",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/p-all",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.0",
"currentVersionTimestamp": "2020-03-22T07:38:05.234Z",
"isSingleVersion": true,
"fixedVersion": "3.0.0"
},
{
"depType": "dependencies",
"depName": "p-map",
"currentValue": "4.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "7.0.2",
"newValue": "7.0.2",
"releaseTimestamp": "2024-04-03T07:53:50.317Z",
"newMajor": 7,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/p-map-7.x"
}
],
"packageName": "p-map",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/p-map",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.0.0",
"currentVersionTimestamp": "2020-03-05T08:42:45.749Z",
"isSingleVersion": true,
"fixedVersion": "4.0.0"
},
{
"depType": "dependencies",
"depName": "p-queue",
"currentValue": "6.6.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "6.6.2",
"updates": [
{
"bucket": "major",
"newVersion": "8.0.1",
"newValue": "8.0.1",
"releaseTimestamp": "2023-12-14T00:26:18.007Z",
"newMajor": 8,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/p-queue-8.x"
}
],
"packageName": "p-queue",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/p-queue",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.6.2",
"currentVersionTimestamp": "2020-10-11T19:09:45.773Z",
"isSingleVersion": true,
"fixedVersion": "6.6.2"
},
{
"depType": "dependencies",
"depName": "p-throttle",
"currentValue": "4.1.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.1.1",
"updates": [
{
"bucket": "major",
"newVersion": "6.1.0",
"newValue": "6.1.0",
"releaseTimestamp": "2023-12-07T11:55:56.927Z",
"newMajor": 6,
"newMinor": 1,
"updateType": "major",
"branchName": "renovate/p-throttle-6.x"
}
],
"packageName": "p-throttle",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/p-throttle",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.1.1",
"currentVersionTimestamp": "2021-02-26T14:21:06.028Z",
"isSingleVersion": true,
"fixedVersion": "4.1.1"
},
{
"depType": "dependencies",
"depName": "parse-link-header",
"currentValue": "2.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.0",
"updates": [],
"packageName": "parse-link-header",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/thlorenz/parse-link-header",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.0",
"currentVersionTimestamp": "2021-12-16T15:35:03.127Z",
"fixedVersion": "2.0.0"
},
{
"depType": "dependencies",
"depName": "prettier",
"currentValue": "3.2.5",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.2.5",
"updates": [],
"packageName": "prettier",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/prettier/prettier",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://prettier.io",
"currentVersion": "3.2.5",
"currentVersionTimestamp": "2024-02-04T05:38:11.623Z",
"fixedVersion": "3.2.5"
},
{
"depType": "dependencies",
"depName": "redis",
"currentValue": "4.6.14",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.6.14",
"updates": [],
"packageName": "redis",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/redis/node-redis",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.6.14",
"currentVersionTimestamp": "2024-05-16T18:04:59.846Z",
"fixedVersion": "4.6.14"
},
{
"depType": "dependencies",
"depName": "remark",
"currentValue": "13.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "13.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "15.0.1",
"newValue": "15.0.1",
"releaseTimestamp": "2023-09-18T10:20:58.543Z",
"newMajor": 15,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/major-remark"
}
],
"packageName": "remark",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/remarkjs/remark",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://remark.js.org",
"currentVersion": "13.0.0",
"currentVersionTimestamp": "2020-10-14T08:50:04.523Z",
"isSingleVersion": true,
"fixedVersion": "13.0.0"
},
{
"depType": "dependencies",
"depName": "remark-github",
"currentValue": "10.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "10.1.0",
"updates": [
{
"bucket": "major",
"newVersion": "12.0.0",
"newValue": "12.0.0",
"releaseTimestamp": "2023-09-23T10:57:15.972Z",
"newMajor": 12,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/major-remark"
}
],
"packageName": "remark-github",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/remarkjs/remark-github",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "10.1.0",
"currentVersionTimestamp": "2021-05-12T14:44:59.483Z",
"isSingleVersion": true,
"fixedVersion": "10.1.0"
},
{
"depType": "dependencies",
"depName": "safe-stable-stringify",
"currentValue": "2.4.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.4.3",
"updates": [],
"packageName": "safe-stable-stringify",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/BridgeAR/safe-stable-stringify",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.4.3",
"currentVersionTimestamp": "2023-03-19T18:00:41.659Z",
"fixedVersion": "2.4.3"
},
{
"depType": "dependencies",
"depName": "semver",
"currentValue": "7.6.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "7.6.2",
"updates": [],
"packageName": "semver",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/npm/node-semver",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "7.6.2",
"currentVersionTimestamp": "2024-05-09T16:02:50.012Z",
"fixedVersion": "7.6.2"
},
{
"depType": "dependencies",
"depName": "semver-stable",
"currentValue": "3.0.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.0.0",
"updates": [],
"packageName": "semver-stable",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/kaelzhang/node-semver-stable",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.0",
"currentVersionTimestamp": "2019-08-16T02:54:59.282Z",
"fixedVersion": "3.0.0"
},
{
"depType": "dependencies",
"depName": "semver-utils",
"currentValue": "1.1.4",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.1.4",
"updates": [],
"packageName": "semver-utils",
"versioning": "npm",
"warnings": [],
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://git.coolaj86.com/coolaj86/semver-utils.js",
"currentVersion": "1.1.4",
"currentVersionTimestamp": "2018-10-09T04:14:32.485Z",
"fixedVersion": "1.1.4"
},
{
"depType": "dependencies",
"depName": "shlex",
"currentValue": "2.1.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.1.2",
"updates": [],
"packageName": "shlex",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/rgov/node-shlex",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.1.2",
"currentVersionTimestamp": "2022-06-24T16:20:57.498Z",
"fixedVersion": "2.1.2"
},
{
"depType": "dependencies",
"depName": "simple-git",
"currentValue": "3.24.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.24.0",
"updates": [],
"packageName": "simple-git",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/steveukx/git-js",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "simple-git",
"currentVersion": "3.24.0",
"currentVersionTimestamp": "2024-03-28T19:01:15.527Z",
"fixedVersion": "3.24.0"
},
{
"depType": "dependencies",
"depName": "slugify",
"currentValue": "1.6.6",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.6.6",
"updates": [],
"packageName": "slugify",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/simov/slugify",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.6.6",
"currentVersionTimestamp": "2023-03-26T12:33:10.935Z",
"fixedVersion": "1.6.6"
},
{
"depType": "dependencies",
"depName": "source-map-support",
"currentValue": "0.5.21",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.5.21",
"updates": [],
"packageName": "source-map-support",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/evanw/node-source-map-support",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.5.21",
"currentVersionTimestamp": "2021-11-19T11:02:57.258Z",
"fixedVersion": "0.5.21"
},
{
"depType": "dependencies",
"depName": "toml-eslint-parser",
"currentValue": "0.9.3",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.9.3",
"updates": [],
"packageName": "toml-eslint-parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/ota-meshi/toml-eslint-parser",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.9.3",
"currentVersionTimestamp": "2023-11-11T14:49:03.201Z",
"fixedVersion": "0.9.3"
},
{
"depType": "dependencies",
"depName": "traverse",
"currentValue": "0.6.9",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "0.6.9",
"updates": [],
"packageName": "traverse",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/ljharb/js-traverse",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.6.9",
"currentVersionTimestamp": "2024-04-09T01:57:48.396Z",
"fixedVersion": "0.6.9"
},
{
"depType": "dependencies",
"depName": "tslib",
"currentValue": "2.6.2",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.6.2",
"updates": [],
"packageName": "tslib",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/Microsoft/tslib",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://www.typescriptlang.org/",
"currentVersion": "2.6.2",
"currentVersionTimestamp": "2023-08-18T17:41:58.755Z",
"fixedVersion": "2.6.2"
},
{
"depType": "dependencies",
"depName": "upath",
"currentValue": "2.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "2.0.1",
"updates": [],
"packageName": "upath",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/anodynos/upath",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.1",
"currentVersionTimestamp": "2020-11-07T17:01:34.154Z",
"fixedVersion": "2.0.1"
},
{
"depType": "dependencies",
"depName": "url-join",
"currentValue": "4.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "4.0.1",
"updates": [
{
"bucket": "major",
"newVersion": "5.0.0",
"newValue": "5.0.0",
"releaseTimestamp": "2022-03-23T21:03:24.801Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/url-join-5.x"
}
],
"packageName": "url-join",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jfromaniello/url-join",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.0.1",
"currentVersionTimestamp": "2019-07-05T14:45:32.627Z",
"isSingleVersion": true,
"fixedVersion": "4.0.1"
},
{
"depType": "dependencies",
"depName": "validate-npm-package-name",
"currentValue": "5.0.1",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "5.0.1",
"updates": [],
"packageName": "validate-npm-package-name",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/npm/validate-npm-package-name",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.0.1",
"currentVersionTimestamp": "2024-05-06T17:23:21.883Z",
"fixedVersion": "5.0.1"
},
{
"depType": "dependencies",
"depName": "vuln-vects",
"currentValue": "1.1.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.1.0",
"updates": [],
"packageName": "vuln-vects",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/security-breachlock/vuln-vects",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.1.0",
"currentVersionTimestamp": "2022-06-27T08:29:54.842Z",
"fixedVersion": "1.1.0"
},
{
"depType": "dependencies",
"depName": "xmldoc",
"currentValue": "1.3.0",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "1.3.0",
"updates": [],
"packageName": "xmldoc",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/nfarina/xmldoc",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.3.0",
"currentVersionTimestamp": "2023-03-20T21:39:03.376Z",
"fixedVersion": "1.3.0"
},
{
"depType": "dependencies",
"depName": "zod",
"currentValue": "3.23.8",
"datasource": "npm",
"prettyDepType": "dependency",
"lockedVersion": "3.23.8",
"updates": [],
"packageName": "zod",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/colinhacks/zod",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://zod.dev",
"currentVersion": "3.23.8",
"currentVersionTimestamp": "2024-05-08T19:13:04.545Z",
"fixedVersion": "3.23.8"
},
{
"depType": "devDependencies",
"depName": "@hyrious/marshal",
"currentValue": "0.3.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.3.3",
"updates": [],
"packageName": "@hyrious/marshal",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/hyrious/marshal",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.3.3",
"currentVersionTimestamp": "2024-02-19T07:47:33.736Z",
"fixedVersion": "0.3.3"
},
{
"depType": "devDependencies",
"depName": "@jest/environment",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "@jest/environment",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-environment",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:46.809Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "@jest/globals",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "@jest/globals",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-globals",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:54.076Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "@jest/reporters",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "@jest/reporters",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-reporters",
"homepage": "https://jestjs.io/",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:52.691Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "@jest/test-result",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "@jest/test-result",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-test-result",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:50.942Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "@jest/types",
"currentValue": "29.6.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.6.3",
"updates": [],
"packageName": "@jest/types",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-types",
"currentVersion": "29.6.3",
"currentVersionTimestamp": "2023-08-21T12:38:59.210Z",
"fixedVersion": "29.6.3"
},
{
"depType": "devDependencies",
"depName": "@ls-lint/ls-lint",
"currentValue": "2.2.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.2.3",
"updates": [],
"packageName": "@ls-lint/ls-lint",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/loeffel-io/ls-lint",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.2.3",
"currentVersionTimestamp": "2024-03-15T08:58:53.879Z",
"fixedVersion": "2.2.3"
},
{
"depType": "devDependencies",
"depName": "@openpgp/web-stream-tools",
"currentValue": "0.0.14",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.0.14",
"updates": [
{
"bucket": "non-major",
"newVersion": "0.1.1",
"newValue": "0.1.1",
"releaseTimestamp": "2024-01-26T14:00:17.511Z",
"newMajor": 0,
"newMinor": 1,
"updateType": "minor",
"branchName": "renovate/openpgp-web-stream-tools-0.x"
}
],
"packageName": "@openpgp/web-stream-tools",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/openpgpjs/web-stream-tools",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.0.14",
"currentVersionTimestamp": "2023-07-05T15:25:21.944Z",
"isSingleVersion": true,
"fixedVersion": "0.0.14"
},
{
"depType": "devDependencies",
"depName": "@renovate/eslint-plugin",
"currentValue": "file:tools/eslint",
"skipReason": "file",
"prettyDepType": "devDependency",
"updates": [],
"packageName": "@renovate/eslint-plugin"
},
{
"depType": "devDependencies",
"depName": "@semantic-release/exec",
"currentValue": "6.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "6.0.3",
"updates": [],
"packageName": "@semantic-release/exec",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/semantic-release/exec",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.0.3",
"currentVersionTimestamp": "2021-12-15T19:12:43.779Z",
"fixedVersion": "6.0.3"
},
{
"depType": "devDependencies",
"depName": "@swc/core",
"currentValue": "1.5.7",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.5.7",
"updates": [
{
"bucket": "non-major",
"newVersion": "1.5.24",
"newValue": "1.5.24",
"releaseTimestamp": "2024-05-30T12:38:06.190Z",
"newMajor": 1,
"newMinor": 5,
"updateType": "patch",
"pendingChecks": true,
"branchName": "renovate/swc-monorepo"
}
],
"packageName": "@swc/core",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/swc-project/swc",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://swc.rs",
"currentVersion": "1.5.7",
"currentVersionTimestamp": "2024-05-15T00:35:07.826Z",
"isSingleVersion": true,
"fixedVersion": "1.5.7"
},
{
"depType": "devDependencies",
"depName": "@types/auth-header",
"currentValue": "1.0.6",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.6",
"updates": [],
"packageName": "@types/auth-header",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/auth-header",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/auth-header",
"currentVersion": "1.0.6",
"currentVersionTimestamp": "2023-11-20T23:42:46.394Z",
"fixedVersion": "1.0.6"
},
{
"depType": "devDependencies",
"depName": "@types/aws4",
"currentValue": "1.11.6",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.11.6",
"updates": [],
"packageName": "@types/aws4",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/aws4",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws4",
"currentVersion": "1.11.6",
"currentVersionTimestamp": "2023-11-06T23:35:28.245Z",
"fixedVersion": "1.11.6"
},
{
"depType": "devDependencies",
"depName": "@types/better-sqlite3",
"currentValue": "7.6.10",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "7.6.10",
"updates": [],
"packageName": "@types/better-sqlite3",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/better-sqlite3",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/better-sqlite3",
"currentVersion": "7.6.10",
"currentVersionTimestamp": "2024-04-21T16:06:54.633Z",
"fixedVersion": "7.6.10"
},
{
"depType": "devDependencies",
"depName": "@types/breejs__later",
"currentValue": "4.1.5",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.1.5",
"updates": [],
"packageName": "@types/breejs__later",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/breejs__later",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/breejs__later",
"currentVersion": "4.1.5",
"currentVersionTimestamp": "2023-11-07T00:05:13.828Z",
"fixedVersion": "4.1.5"
},
{
"depType": "devDependencies",
"depName": "@types/bunyan",
"currentValue": "1.8.11",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.8.11",
"updates": [],
"packageName": "@types/bunyan",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/bunyan",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan",
"currentVersion": "1.8.11",
"currentVersionTimestamp": "2023-11-07T00:12:26.475Z",
"fixedVersion": "1.8.11"
},
{
"depType": "devDependencies",
"depName": "@types/cacache",
"currentValue": "17.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "17.0.2",
"updates": [],
"packageName": "@types/cacache",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/cacache",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cacache",
"currentVersion": "17.0.2",
"currentVersionTimestamp": "2023-11-07T00:14:37.998Z",
"fixedVersion": "17.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/callsite",
"currentValue": "1.0.34",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.34",
"updates": [],
"packageName": "@types/callsite",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/callsite",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/callsite",
"currentVersion": "1.0.34",
"currentVersionTimestamp": "2023-11-07T00:16:46.416Z",
"fixedVersion": "1.0.34"
},
{
"depType": "devDependencies",
"depName": "@types/changelog-filename-regex",
"currentValue": "2.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.0.2",
"updates": [],
"packageName": "@types/changelog-filename-regex",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/changelog-filename-regex",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/changelog-filename-regex",
"currentVersion": "2.0.2",
"currentVersionTimestamp": "2023-11-07T00:29:54.290Z",
"fixedVersion": "2.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/clean-git-ref",
"currentValue": "2.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.0.2",
"updates": [],
"packageName": "@types/clean-git-ref",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/clean-git-ref",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clean-git-ref",
"currentVersion": "2.0.2",
"currentVersionTimestamp": "2023-11-07T00:39:15.272Z",
"fixedVersion": "2.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/common-tags",
"currentValue": "1.8.4",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.8.4",
"updates": [],
"packageName": "@types/common-tags",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/common-tags",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/common-tags",
"currentVersion": "1.8.4",
"currentVersionTimestamp": "2023-11-07T00:51:54.112Z",
"fixedVersion": "1.8.4"
},
{
"depType": "devDependencies",
"depName": "@types/conventional-commits-detector",
"currentValue": "1.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.2",
"updates": [],
"packageName": "@types/conventional-commits-detector",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/conventional-commits-detector",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/conventional-commits-detector",
"currentVersion": "1.0.2",
"currentVersionTimestamp": "2023-11-07T01:02:19.284Z",
"fixedVersion": "1.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/diff",
"currentValue": "5.2.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "5.2.1",
"updates": [],
"packageName": "@types/diff",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/diff",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diff",
"currentVersion": "5.2.1",
"currentVersionTimestamp": "2024-05-06T19:06:48.543Z",
"fixedVersion": "5.2.1"
},
{
"depType": "devDependencies",
"depName": "@types/eslint",
"currentValue": "8.56.10",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "8.56.10",
"updates": [],
"packageName": "@types/eslint",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/eslint",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
"currentVersion": "8.56.10",
"currentVersionTimestamp": "2024-04-18T18:35:26.656Z",
"fixedVersion": "8.56.10"
},
{
"depType": "devDependencies",
"depName": "@types/fs-extra",
"currentValue": "11.0.4",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "11.0.4",
"updates": [],
"packageName": "@types/fs-extra",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/fs-extra",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra",
"currentVersion": "11.0.4",
"currentVersionTimestamp": "2023-11-07T20:15:59.748Z",
"fixedVersion": "11.0.4"
},
{
"depType": "devDependencies",
"depName": "@types/git-url-parse",
"currentValue": "9.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "9.0.3",
"updates": [],
"packageName": "@types/git-url-parse",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/git-url-parse",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-url-parse",
"currentVersion": "9.0.3",
"currentVersionTimestamp": "2023-11-07T06:04:34.790Z",
"fixedVersion": "9.0.3"
},
{
"depType": "devDependencies",
"depName": "@types/github-url-from-git",
"currentValue": "1.5.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.5.3",
"updates": [],
"packageName": "@types/github-url-from-git",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/github-url-from-git",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/github-url-from-git",
"currentVersion": "1.5.3",
"currentVersionTimestamp": "2023-11-07T06:06:42.792Z",
"fixedVersion": "1.5.3"
},
{
"depType": "devDependencies",
"depName": "@types/global-agent",
"currentValue": "2.1.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.1.3",
"updates": [],
"packageName": "@types/global-agent",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/global-agent",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-agent",
"currentVersion": "2.1.3",
"currentVersionTimestamp": "2023-11-07T06:17:11.298Z",
"fixedVersion": "2.1.3"
},
{
"depType": "devDependencies",
"depName": "@types/ini",
"currentValue": "4.1.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.1.0",
"updates": [],
"packageName": "@types/ini",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/ini",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ini",
"currentVersion": "4.1.0",
"currentVersionTimestamp": "2023-12-27T07:35:35.601Z",
"fixedVersion": "4.1.0"
},
{
"depType": "devDependencies",
"depName": "@types/js-yaml",
"currentValue": "4.0.9",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.0.9",
"updates": [],
"packageName": "@types/js-yaml",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/js-yaml",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml",
"currentVersion": "4.0.9",
"currentVersionTimestamp": "2023-11-07T20:20:13.264Z",
"fixedVersion": "4.0.9"
},
{
"depType": "devDependencies",
"depName": "@types/json-dup-key-validator",
"currentValue": "1.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.2",
"updates": [],
"packageName": "@types/json-dup-key-validator",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/json-dup-key-validator",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-dup-key-validator",
"currentVersion": "1.0.2",
"currentVersionTimestamp": "2023-11-07T08:47:13.941Z",
"fixedVersion": "1.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/linkify-markdown",
"currentValue": "1.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.3",
"updates": [],
"packageName": "@types/linkify-markdown",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/linkify-markdown",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/linkify-markdown",
"currentVersion": "1.0.3",
"currentVersionTimestamp": "2023-11-07T09:50:45.367Z",
"fixedVersion": "1.0.3"
},
{
"depType": "devDependencies",
"depName": "@types/lodash",
"currentValue": "4.17.4",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.17.4",
"updates": [],
"packageName": "@types/lodash",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/lodash",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
"currentVersion": "4.17.4",
"currentVersionTimestamp": "2024-05-17T02:16:50.399Z",
"fixedVersion": "4.17.4"
},
{
"depType": "devDependencies",
"depName": "@types/luxon",
"currentValue": "3.4.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.4.2",
"updates": [],
"packageName": "@types/luxon",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/luxon",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon",
"currentVersion": "3.4.2",
"currentVersionTimestamp": "2024-01-19T22:06:58.342Z",
"fixedVersion": "3.4.2"
},
{
"depType": "devDependencies",
"depName": "@types/markdown-it",
"currentValue": "14.0.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "14.0.1",
"updates": [
{
"bucket": "non-major",
"newVersion": "14.1.1",
"newValue": "14.1.1",
"releaseTimestamp": "2024-05-01T20:35:38.974Z",
"newMajor": 14,
"newMinor": 1,
"updateType": "minor",
"branchName": "renovate/markdown-it-14.x"
}
],
"packageName": "@types/markdown-it",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/markdown-it",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it",
"currentVersion": "14.0.1",
"currentVersionTimestamp": "2024-04-13T04:35:50.889Z",
"isSingleVersion": true,
"fixedVersion": "14.0.1"
},
{
"depType": "devDependencies",
"depName": "@types/markdown-table",
"currentValue": "2.0.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.0.0",
"updates": [
{
"bucket": "major",
"newVersion": "3.0.0",
"newValue": "3.0.0",
"releaseTimestamp": "2021-05-22T18:32:16.909Z",
"newMajor": 3,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/markdown-table-3.x"
}
],
"packageName": "@types/markdown-table",
"versioning": "npm",
"warnings": [],
"deprecationMessage": "On registry `https://**redacted**@types/markdown-table` has the following deprecation notice:\n\n`This is a stub types definition. markdown-table provides its own type definitions, so you do not need this installed.`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.0.0",
"currentVersionTimestamp": "2020-03-04T18:44:50.712Z",
"isSingleVersion": true,
"fixedVersion": "2.0.0"
},
{
"depType": "devDependencies",
"depName": "@types/marshal",
"currentValue": "0.5.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.5.3",
"updates": [],
"packageName": "@types/marshal",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/marshal",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marshal",
"currentVersion": "0.5.3",
"currentVersionTimestamp": "2023-11-07T10:51:33.277Z",
"fixedVersion": "0.5.3"
},
{
"depType": "devDependencies",
"depName": "@types/mdast",
"currentValue": "3.0.15",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.0.15",
"updates": [
{
"bucket": "major",
"newVersion": "4.0.4",
"newValue": "4.0.4",
"releaseTimestamp": "2024-05-14T07:35:37.616Z",
"newMajor": 4,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/mdast-4.x"
}
],
"packageName": "@types/mdast",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/mdast",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdast",
"currentVersion": "3.0.15",
"currentVersionTimestamp": "2023-11-07T20:25:36.253Z",
"isSingleVersion": true,
"fixedVersion": "3.0.15"
},
{
"depType": "devDependencies",
"depName": "@types/moo",
"currentValue": "0.5.9",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.5.9",
"updates": [],
"packageName": "@types/moo",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/moo",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moo",
"currentVersion": "0.5.9",
"currentVersionTimestamp": "2023-11-07T11:23:01.919Z",
"fixedVersion": "0.5.9"
},
{
"depType": "devDependencies",
"depName": "@types/ms",
"currentValue": "0.7.34",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.7.34",
"updates": [],
"packageName": "@types/ms",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/ms",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ms",
"currentVersion": "0.7.34",
"currentVersionTimestamp": "2023-11-07T11:26:21.925Z",
"fixedVersion": "0.7.34"
},
{
"depType": "devDependencies",
"depName": "@types/node",
"currentValue": "18.19.33",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "18.19.33",
"updates": [
{
"bucket": "major",
"newVersion": "20.12.12",
"newValue": "20.12.12",
"releaseTimestamp": "2024-05-14T06:09:36.932Z",
"newMajor": 20,
"newMinor": 12,
"updateType": "major",
"pendingVersions": [
"20.12.13"
],
"branchName": "renovate/node-20.x"
}
],
"packageName": "@types/node",
"versioning": "node",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/node",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"currentVersion": "18.19.33",
"currentVersionTimestamp": "2024-05-08T12:11:44.268Z",
"isSingleVersion": true,
"fixedVersion": "18.19.33"
},
{
"depType": "devDependencies",
"depName": "@types/parse-link-header",
"currentValue": "2.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.0.3",
"updates": [],
"packageName": "@types/parse-link-header",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/parse-link-header",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-link-header",
"currentVersion": "2.0.3",
"currentVersionTimestamp": "2023-11-07T12:35:24.614Z",
"fixedVersion": "2.0.3"
},
{
"depType": "devDependencies",
"depName": "@types/semver",
"currentValue": "7.5.8",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "7.5.8",
"updates": [],
"packageName": "@types/semver",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/semver",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver",
"currentVersion": "7.5.8",
"currentVersionTimestamp": "2024-02-24T16:35:29.020Z",
"fixedVersion": "7.5.8"
},
{
"depType": "devDependencies",
"depName": "@types/semver-stable",
"currentValue": "3.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.0.2",
"updates": [],
"packageName": "@types/semver-stable",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/semver-stable",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver-stable",
"currentVersion": "3.0.2",
"currentVersionTimestamp": "2023-11-07T16:18:41.980Z",
"fixedVersion": "3.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/semver-utils",
"currentValue": "1.1.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.1.3",
"updates": [],
"packageName": "@types/semver-utils",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/semver-utils",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver-utils",
"currentVersion": "1.1.3",
"currentVersionTimestamp": "2023-11-07T16:18:50.287Z",
"fixedVersion": "1.1.3"
},
{
"depType": "devDependencies",
"depName": "@types/tar",
"currentValue": "6.1.13",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "6.1.13",
"updates": [],
"packageName": "@types/tar",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/tar",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar",
"currentVersion": "6.1.13",
"currentVersionTimestamp": "2024-04-18T00:23:17.017Z",
"fixedVersion": "6.1.13"
},
{
"depType": "devDependencies",
"depName": "@types/tmp",
"currentValue": "0.2.6",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.2.6",
"updates": [],
"packageName": "@types/tmp",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/tmp",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tmp",
"currentVersion": "0.2.6",
"currentVersionTimestamp": "2023-11-07T17:58:49.283Z",
"fixedVersion": "0.2.6"
},
{
"depType": "devDependencies",
"depName": "@types/traverse",
"currentValue": "0.6.36",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.6.36",
"updates": [],
"packageName": "@types/traverse",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/traverse",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/traverse",
"currentVersion": "0.6.36",
"currentVersionTimestamp": "2023-12-14T15:35:38.373Z",
"fixedVersion": "0.6.36"
},
{
"depType": "devDependencies",
"depName": "@types/unist",
"currentValue": "2.0.10",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.0.10",
"updates": [
{
"bucket": "major",
"newVersion": "3.0.2",
"newValue": "3.0.2",
"releaseTimestamp": "2023-11-07T20:49:07.573Z",
"newMajor": 3,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/unist-3.x"
}
],
"packageName": "@types/unist",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/unist",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist",
"currentVersion": "2.0.10",
"currentVersionTimestamp": "2023-11-07T20:49:20.210Z",
"isSingleVersion": true,
"fixedVersion": "2.0.10"
},
{
"depType": "devDependencies",
"depName": "@types/url-join",
"currentValue": "4.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.0.3",
"updates": [],
"packageName": "@types/url-join",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/url-join",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-join",
"currentVersion": "4.0.3",
"currentVersionTimestamp": "2023-11-07T20:49:22.333Z",
"fixedVersion": "4.0.3"
},
{
"depType": "devDependencies",
"depName": "@types/validate-npm-package-name",
"currentValue": "4.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.0.2",
"updates": [],
"packageName": "@types/validate-npm-package-name",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/validate-npm-package-name",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validate-npm-package-name",
"currentVersion": "4.0.2",
"currentVersionTimestamp": "2023-11-07T18:40:02.727Z",
"fixedVersion": "4.0.2"
},
{
"depType": "devDependencies",
"depName": "@types/xmldoc",
"currentValue": "1.1.9",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.1.9",
"updates": [],
"packageName": "@types/xmldoc",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/xmldoc",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmldoc",
"currentVersion": "1.1.9",
"currentVersionTimestamp": "2023-11-07T19:30:32.423Z",
"fixedVersion": "1.1.9"
},
{
"depType": "devDependencies",
"depName": "@typescript-eslint/eslint-plugin",
"currentValue": "7.10.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "7.10.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "7.11.0",
"newValue": "7.11.0",
"releaseTimestamp": "2024-05-27T20:18:14.297Z",
"newMajor": 7,
"newMinor": 11,
"updateType": "minor",
"pendingChecks": true,
"branchName": "renovate/linters"
}
],
"packageName": "@typescript-eslint/eslint-plugin",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/eslint-plugin",
"homepage": "https://typescript-eslint.io/packages/eslint-plugin",
"currentVersion": "7.10.0",
"currentVersionTimestamp": "2024-05-20T17:19:02.386Z",
"isSingleVersion": true,
"fixedVersion": "7.10.0"
},
{
"depType": "devDependencies",
"depName": "@typescript-eslint/parser",
"currentValue": "7.10.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "7.10.0",
"updates": [
{
"bucket": "non-major",
"newVersion": "7.11.0",
"newValue": "7.11.0",
"releaseTimestamp": "2024-05-27T20:17:41.781Z",
"newMajor": 7,
"newMinor": 11,
"updateType": "minor",
"pendingChecks": true,
"branchName": "renovate/linters"
}
],
"packageName": "@typescript-eslint/parser",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/parser",
"homepage": "https://typescript-eslint.io/packages/parser",
"currentVersion": "7.10.0",
"currentVersionTimestamp": "2024-05-20T17:18:29.713Z",
"isSingleVersion": true,
"fixedVersion": "7.10.0"
},
{
"depType": "devDependencies",
"depName": "aws-sdk-client-mock",
"currentValue": "4.0.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.0.0",
"updates": [],
"packageName": "aws-sdk-client-mock",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/m-radzikowski/aws-sdk-client-mock",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.0.0",
"currentVersionTimestamp": "2024-03-17T20:23:56.480Z",
"fixedVersion": "4.0.0"
},
{
"depType": "devDependencies",
"depName": "callsite",
"currentValue": "1.0.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.0.0",
"updates": [],
"packageName": "callsite",
"versioning": "npm",
"warnings": [],
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.0.0",
"currentVersionTimestamp": "2013-01-24T21:30:25.706Z",
"fixedVersion": "1.0.0"
},
{
"depType": "devDependencies",
"depName": "common-tags",
"currentValue": "1.8.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.8.2",
"updates": [],
"packageName": "common-tags",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/zspecza/common-tags",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.8.2",
"currentVersionTimestamp": "2021-11-16T20:07:41.248Z",
"fixedVersion": "1.8.2"
},
{
"depType": "devDependencies",
"depName": "conventional-changelog-conventionalcommits",
"currentValue": "7.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "7.0.2",
"updates": [
{
"bucket": "major",
"newVersion": "8.0.0",
"newValue": "8.0.0",
"releaseTimestamp": "2024-05-03T22:56:19.030Z",
"newMajor": 8,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/conventional-changelog-conventionalcommits-8.x"
}
],
"packageName": "conventional-changelog-conventionalcommits",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/conventional-changelog/conventional-changelog",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/conventional-changelog-conventionalcommits",
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme",
"currentVersion": "7.0.2",
"currentVersionTimestamp": "2023-09-08T22:46:41.024Z",
"isSingleVersion": true,
"fixedVersion": "7.0.2"
},
{
"depType": "devDependencies",
"depName": "emojibase-data",
"currentValue": "15.3.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "15.3.0",
"updates": [],
"packageName": "emojibase-data",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/milesj/emojibase",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/data",
"currentVersion": "15.3.0",
"currentVersionTimestamp": "2023-12-03T20:44:17.105Z",
"fixedVersion": "15.3.0"
},
{
"depType": "devDependencies",
"depName": "eslint",
"currentValue": "8.57.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "8.57.0",
"updates": [
{
"bucket": "major",
"newVersion": "9.3.0",
"newValue": "9.3.0",
"releaseTimestamp": "2024-05-17T20:46:46.617Z",
"newMajor": 9,
"newMinor": 3,
"updateType": "major",
"branchName": "renovate/major-linters"
}
],
"packageName": "eslint",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/eslint/eslint",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://eslint.org",
"currentVersion": "8.57.0",
"currentVersionTimestamp": "2024-02-23T20:39:43.282Z",
"isSingleVersion": true,
"fixedVersion": "8.57.0"
},
{
"depType": "devDependencies",
"depName": "eslint-formatter-gha",
"currentValue": "1.5.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "1.5.0",
"updates": [],
"packageName": "eslint-formatter-gha",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sjinks/eslint-gha-formatter",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.5.0",
"currentVersionTimestamp": "2024-05-13T11:24:49.255Z",
"fixedVersion": "1.5.0"
},
{
"depType": "devDependencies",
"depName": "eslint-import-resolver-typescript",
"currentValue": "3.6.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.6.1",
"updates": [],
"packageName": "eslint-import-resolver-typescript",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/import-js/eslint-import-resolver-typescript",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.6.1",
"currentVersionTimestamp": "2023-09-22T10:03:30.716Z",
"fixedVersion": "3.6.1"
},
{
"depType": "devDependencies",
"depName": "eslint-plugin-import",
"currentValue": "2.29.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.29.1",
"updates": [],
"packageName": "eslint-plugin-import",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/import-js/eslint-plugin-import",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.29.1",
"currentVersionTimestamp": "2023-12-14T18:54:57.111Z",
"fixedVersion": "2.29.1"
},
{
"depType": "devDependencies",
"depName": "eslint-plugin-jest",
"currentValue": "27.9.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "27.9.0",
"updates": [
{
"bucket": "major",
"newVersion": "28.5.0",
"newValue": "28.5.0",
"releaseTimestamp": "2024-05-03T19:32:53.373Z",
"newMajor": 28,
"newMinor": 5,
"updateType": "major",
"branchName": "renovate/major-linters"
}
],
"packageName": "eslint-plugin-jest",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jest-community/eslint-plugin-jest",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "27.9.0",
"currentVersionTimestamp": "2024-02-16T17:40:37.806Z",
"isSingleVersion": true,
"fixedVersion": "27.9.0"
},
{
"depType": "devDependencies",
"depName": "eslint-plugin-jest-formatting",
"currentValue": "3.1.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.1.0",
"updates": [],
"packageName": "eslint-plugin-jest-formatting",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/dangreenisrael/eslint-plugin-jest-formatting",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.1.0",
"currentVersionTimestamp": "2021-11-17T22:21:16.409Z",
"fixedVersion": "3.1.0"
},
{
"depType": "devDependencies",
"depName": "eslint-plugin-promise",
"currentValue": "6.1.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "6.1.1",
"updates": [
{
"bucket": "non-major",
"newVersion": "6.2.0",
"newValue": "6.2.0",
"releaseTimestamp": "2024-05-27T09:23:28.016Z",
"newMajor": 6,
"newMinor": 2,
"updateType": "minor",
"pendingChecks": true,
"branchName": "renovate/linters"
}
],
"packageName": "eslint-plugin-promise",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/eslint-community/eslint-plugin-promise",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.1.1",
"currentVersionTimestamp": "2022-10-19T21:06:14.552Z",
"isSingleVersion": true,
"fixedVersion": "6.1.1"
},
{
"depType": "devDependencies",
"depName": "eslint-plugin-typescript-enum",
"currentValue": "2.1.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "2.1.0",
"updates": [],
"packageName": "eslint-plugin-typescript-enum",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/shian15810/eslint-plugin-typescript-enum",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "2.1.0",
"currentVersionTimestamp": "2021-11-06T18:15:53.892Z",
"fixedVersion": "2.1.0"
},
{
"depType": "devDependencies",
"depName": "expect",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "expect",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/expect",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:48.684Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "expect-more-jest",
"currentValue": "5.5.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "5.5.0",
"updates": [],
"packageName": "expect-more-jest",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/JamieMason/expect-more",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest/#readme",
"currentVersion": "5.5.0",
"currentVersionTimestamp": "2023-01-31T21:35:51.713Z",
"fixedVersion": "5.5.0"
},
{
"depType": "devDependencies",
"depName": "graphql",
"currentValue": "16.8.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "16.8.1",
"updates": [],
"packageName": "graphql",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/graphql/graphql-js",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "16.8.1",
"currentVersionTimestamp": "2023-09-19T07:25:55.058Z",
"fixedVersion": "16.8.1"
},
{
"depType": "devDependencies",
"depName": "husky",
"currentValue": "9.0.11",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "9.0.11",
"updates": [],
"packageName": "husky",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/typicode/husky",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "9.0.11",
"currentVersionTimestamp": "2024-02-13T23:01:43.987Z",
"fixedVersion": "9.0.11"
},
{
"depType": "devDependencies",
"depName": "jest",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "jest",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest",
"homepage": "https://jestjs.io/",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:44:08.561Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "jest-extended",
"currentValue": "4.0.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.0.2",
"updates": [],
"packageName": "jest-extended",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jest-community/jest-extended",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.0.2",
"currentVersionTimestamp": "2023-10-10T01:25:45.286Z",
"fixedVersion": "4.0.2"
},
{
"depType": "devDependencies",
"depName": "jest-mock",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "jest-mock",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-mock",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:42.103Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "jest-mock-extended",
"currentValue": "3.0.7",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.0.7",
"updates": [],
"packageName": "jest-mock-extended",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/marchaos/jest-mock-extended",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.7",
"currentVersionTimestamp": "2024-05-02T09:32:24.366Z",
"fixedVersion": "3.0.7"
},
{
"depType": "devDependencies",
"depName": "jest-snapshot",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "jest-snapshot",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/jest-snapshot",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:51.012Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "markdownlint-cli2",
"currentValue": "0.13.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "0.13.0",
"updates": [],
"packageName": "markdownlint-cli2",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DavidAnson/markdownlint-cli2",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "0.13.0",
"currentVersionTimestamp": "2024-04-04T04:41:40.347Z",
"fixedVersion": "0.13.0"
},
{
"depType": "devDependencies",
"depName": "memfs",
"currentValue": "4.9.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.9.2",
"updates": [],
"packageName": "memfs",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/streamich/memfs",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.9.2",
"currentVersionTimestamp": "2024-04-30T21:21:50.819Z",
"fixedVersion": "4.9.2"
},
{
"depType": "devDependencies",
"depName": "nock",
"currentValue": "13.5.4",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "13.5.4",
"updates": [],
"packageName": "nock",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/nock/nock",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "13.5.4",
"currentVersionTimestamp": "2024-02-26T21:47:37.547Z",
"fixedVersion": "13.5.4"
},
{
"depType": "devDependencies",
"depName": "npm-run-all2",
"currentValue": "6.2.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "6.2.0",
"updates": [],
"packageName": "npm-run-all2",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/bcomnes/npm-run-all2",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.2.0",
"currentVersionTimestamp": "2024-05-17T08:32:12.181Z",
"fixedVersion": "6.2.0"
},
{
"depType": "devDependencies",
"depName": "nyc",
"currentValue": "15.1.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "15.1.0",
"updates": [],
"packageName": "nyc",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/istanbuljs/nyc",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://istanbul.js.org/",
"currentVersion": "15.1.0",
"currentVersionTimestamp": "2020-06-01T00:58:43.211Z",
"fixedVersion": "15.1.0"
},
{
"depType": "devDependencies",
"depName": "pretty-format",
"currentValue": "29.7.0",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.7.0",
"updates": [],
"packageName": "pretty-format",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/jestjs/jest",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/pretty-format",
"currentVersion": "29.7.0",
"currentVersionTimestamp": "2023-09-12T06:43:41.906Z",
"fixedVersion": "29.7.0"
},
{
"depType": "devDependencies",
"depName": "rimraf",
"currentValue": "5.0.7",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "5.0.7",
"updates": [],
"packageName": "rimraf",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/isaacs/rimraf",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "5.0.7",
"currentVersionTimestamp": "2024-05-12T02:48:24.568Z",
"fixedVersion": "5.0.7"
},
{
"depType": "devDependencies",
"depName": "semantic-release",
"currentValue": "22.0.12",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "22.0.12",
"updates": [
{
"bucket": "major",
"newVersion": "23.1.1",
"newValue": "23.1.1",
"releaseTimestamp": "2024-05-10T19:00:28.014Z",
"newMajor": 23,
"newMinor": 1,
"updateType": "major",
"branchName": "renovate/major-semantic-release-monorepo"
}
],
"packageName": "semantic-release",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/semantic-release/semantic-release",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "22.0.12",
"currentVersionTimestamp": "2023-12-12T04:28:58.006Z",
"isSingleVersion": true,
"fixedVersion": "22.0.12"
},
{
"depType": "devDependencies",
"depName": "tar",
"currentValue": "6.2.1",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "6.2.1",
"updates": [
{
"bucket": "major",
"newVersion": "7.1.0",
"newValue": "7.1.0",
"releaseTimestamp": "2024-05-04T02:07:00.708Z",
"newMajor": 7,
"newMinor": 1,
"updateType": "major",
"pendingVersions": [
"7.2.0"
],
"branchName": "renovate/tar-7.x"
}
],
"packageName": "tar",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/isaacs/node-tar",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "6.2.1",
"currentVersionTimestamp": "2024-03-21T21:13:04.779Z",
"isSingleVersion": true,
"fixedVersion": "6.2.1"
},
{
"depType": "devDependencies",
"depName": "tmp-promise",
"currentValue": "3.0.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "3.0.3",
"updates": [],
"packageName": "tmp-promise",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/benjamingr/tmp-promise",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "3.0.3",
"currentVersionTimestamp": "2021-10-26T11:06:29.063Z",
"fixedVersion": "3.0.3"
},
{
"depType": "devDependencies",
"depName": "ts-jest",
"currentValue": "29.1.3",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "29.1.3",
"updates": [
{
"bucket": "non-major",
"newVersion": "29.1.4",
"newValue": "29.1.4",
"releaseTimestamp": "2024-05-28T05:55:25.662Z",
"newMajor": 29,
"newMinor": 1,
"updateType": "patch",
"pendingChecks": true,
"branchName": "renovate/ts-jest-29.x"
}
],
"packageName": "ts-jest",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/kulshekhar/ts-jest",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://kulshekhar.github.io/ts-jest",
"currentVersion": "29.1.3",
"currentVersionTimestamp": "2024-05-21T04:11:27.494Z",
"isSingleVersion": true,
"fixedVersion": "29.1.3"
},
{
"depType": "devDependencies",
"depName": "ts-node",
"currentValue": "10.9.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "10.9.2",
"updates": [],
"packageName": "ts-node",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/TypeStrong/ts-node",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://typestrong.org/ts-node",
"currentVersion": "10.9.2",
"currentVersionTimestamp": "2023-12-08T12:04:46.154Z",
"fixedVersion": "10.9.2"
},
{
"depType": "devDependencies",
"depName": "type-fest",
"currentValue": "4.18.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "4.18.2",
"updates": [
{
"bucket": "non-major",
"newVersion": "4.18.3",
"newValue": "4.18.3",
"releaseTimestamp": "2024-05-25T10:44:41.583Z",
"newMajor": 4,
"newMinor": 18,
"updateType": "patch",
"pendingChecks": true,
"branchName": "renovate/type-fest-4.x"
}
],
"packageName": "type-fest",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/sindresorhus/type-fest",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "4.18.2",
"currentVersionTimestamp": "2024-05-06T13:08:41.957Z",
"isSingleVersion": true,
"fixedVersion": "4.18.2"
},
{
"depType": "devDependencies",
"depName": "typescript",
"currentValue": "5.4.5",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "5.4.5",
"updates": [],
"packageName": "typescript",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/Microsoft/TypeScript",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://www.typescriptlang.org/",
"currentVersion": "5.4.5",
"currentVersionTimestamp": "2024-04-10T14:25:19.427Z",
"fixedVersion": "5.4.5"
},
{
"depType": "devDependencies",
"depName": "unified",
"currentValue": "9.2.2",
"datasource": "npm",
"prettyDepType": "devDependency",
"lockedVersion": "9.2.2",
"updates": [
{
"bucket": "major",
"newVersion": "11.0.4",
"newValue": "11.0.4",
"releaseTimestamp": "2023-10-26T11:23:34.441Z",
"newMajor": 11,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/unified-11.x"
}
],
"packageName": "unified",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/unifiedjs/unified",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://unifiedjs.com",
"currentVersion": "9.2.2",
"currentVersionTimestamp": "2021-07-01T16:39:11.345Z",
"isSingleVersion": true,
"fixedVersion": "9.2.2"
},
{
"depType": "optionalDependencies",
"depName": "better-sqlite3",
"currentValue": "9.6.0",
"datasource": "npm",
"prettyDepType": "optionalDependency",
"lockedVersion": "9.6.0",
"updates": [
{
"bucket": "major",
"newVersion": "10.0.0",
"newValue": "10.0.0",
"releaseTimestamp": "2024-05-12T04:40:39.189Z",
"newMajor": 10,
"newMinor": 0,
"updateType": "major",
"branchName": "renovate/better-sqlite3-10.x"
}
],
"packageName": "better-sqlite3",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/WiseLibs/better-sqlite3",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "9.6.0",
"currentVersionTimestamp": "2024-04-26T04:55:59.816Z",
"isSingleVersion": true,
"fixedVersion": "9.6.0"
},
{
"depType": "optionalDependencies",
"depName": "openpgp",
"currentValue": "5.11.1",
"datasource": "npm",
"prettyDepType": "optionalDependency",
"lockedVersion": "5.11.1",
"updates": [],
"packageName": "openpgp",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/openpgpjs/openpgpjs",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://openpgpjs.org/",
"currentVersion": "5.11.1",
"currentVersionTimestamp": "2024-02-19T16:41:27.541Z",
"fixedVersion": "5.11.1"
},
{
"depType": "optionalDependencies",
"depName": "re2",
"currentValue": "1.20.11",
"datasource": "npm",
"prettyDepType": "optionalDependency",
"lockedVersion": "1.20.11",
"updates": [
{
"bucket": "non-major",
"newVersion": "1.20.12",
"newValue": "1.20.12",
"releaseTimestamp": "2024-05-27T16:04:13.343Z",
"newMajor": 1,
"newMinor": 20,
"updateType": "patch",
"pendingChecks": true,
"branchName": "renovate/re2-1.x"
}
],
"packageName": "re2",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/uhop/node-re2",
"registryUrl": "https://registry.npmjs.org",
"currentVersion": "1.20.11",
"currentVersionTimestamp": "2024-05-07T01:55:06.914Z",
"isSingleVersion": true,
"fixedVersion": "1.20.11"
},
{
"depType": "engines",
"depName": "node",
"currentValue": "^18.12.0 || >=20.0.0",
"datasource": "node-version",
"commitMessageTopic": "Node.js",
"prettyDepType": "engine",
"updates": [],
"packageName": "node",
"versioning": "node",
"warnings": [],
"sourceUrl": "https://github.com/nodejs/node",
"registryUrl": "https://nodejs.org/dist",
"homepage": "https://nodejs.org",
"currentVersion": "v22.2.0",
"currentVersionTimestamp": "2024-05-15T00:00:00.000Z"
},
{
"depType": "engines",
"depName": "pnpm",
"currentValue": "^9.0.0",
"datasource": "npm",
"commitMessageTopic": "pnpm",
"prettyDepType": "engine",
"updates": [],
"packageName": "pnpm",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/pnpm",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://pnpm.io",
"currentVersion": "9.1.4",
"currentVersionTimestamp": "2024-05-30T11:09:59.730Z"
},
{
"depType": "packageManager",
"depName": "pnpm",
"currentValue": "9.1.3",
"datasource": "npm",
"commitMessageTopic": "pnpm",
"prettyDepType": "packageManager",
"updates": [
{
"bucket": "non-major",
"newVersion": "9.1.4",
"newValue": "9.1.4",
"releaseTimestamp": "2024-05-30T11:09:59.730Z",
"newMajor": 9,
"newMinor": 1,
"updateType": "patch",
"pendingChecks": true,
"branchName": "renovate/pnpm-9.x"
}
],
"packageName": "pnpm",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/pnpm/pnpm",
"registryUrl": "https://registry.npmjs.org",
"homepage": "https://pnpm.io",
"currentVersion": "9.1.3",
"currentVersionTimestamp": "2024-05-27T08:52:28.813Z",
"isSingleVersion": true,
"fixedVersion": "9.1.3"
},
{
"depType": "pnpm",
"depName": "neverBuiltDependencies",
"skipReason": "invalid-value",
"prettyDepType": "pnpm",
"updates": [],
"packageName": "neverBuiltDependencies"
},
{
"depName": "@types/linkify-it",
"depType": "pnpm.overrides",
"currentValue": "<5.0.0",
"datasource": "npm",
"prettyDepType": "overrides",
"updates": [
{
"bucket": "major",
"newVersion": "5.0.0",
"newValue": "<6.0.0",
"releaseTimestamp": "2024-05-01T18:07:46.092Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "major",
"isRange": true,
"branchName": "renovate/linkify-it-5.x"
}
],
"packageName": "@types/linkify-it",
"versioning": "npm",
"warnings": [],
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/linkify-it",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/linkify-it",
"currentVersion": "3.0.5",
"currentVersionTimestamp": "2023-11-07T09:50:38.186Z",
"isSingleVersion": false
}
],
"extractedConstraints": {
"node": "^18.12.0 || >=20.0.0",
"pnpm": "9.1.3"
},
"packageFileVersion": "0.0.0-semantic-release",
"managerData": {
"packageJsonName": "renovate",
"hasPackageManager": true,
"pnpmShrinkwrap": "pnpm-lock.yaml",
"yarnZeroInstall": false
},
"npmrc": "***********",
"skipInstalls": true,
"packageFile": "package.json",
"lockFiles": [
"pnpm-lock.yaml"
]
},
{
"deps": [],
"extractedConstraints": {},
"packageFileVersion": "0.0.0",
"managerData": {
"packageJsonName": "@renovatebot/eslint-plugin",
"hasPackageManager": false,
"yarnZeroInstall": false
},
"skipInstalls": true,
"packageFile": "tools/eslint/package.json"
}
],
"nvm": [
{
"deps": [
{
"depName": "node",
"currentValue": "20.12.2",
"datasource": "node-version",
"updates": [
{
"bucket": "non-major",
"newVersion": "v20.14.0",
"newValue": "20.14.0",
"releaseTimestamp": "2024-05-28T00:00:00.000Z",
"newMajor": 20,
"newMinor": 14,
"updateType": "minor",
"branchName": "renovate/node-20.x"
}
],
"packageName": "node",
"versioning": "node",
"warnings": [],
"sourceUrl": "https://github.com/nodejs/node",
"registryUrl": "https://nodejs.org/dist",
"homepage": "https://nodejs.org",
"currentVersion": "v20.12.2",
"currentVersionTimestamp": "2024-04-10T00:00:00.000Z",
"isSingleVersion": true,
"fixedVersion": "20.12.2"
}
],
"packageFile": ".nvmrc"
}
],
"regex": [
{
"deps": [
{
"depName": "renovate/renovate",
"currentValue": "37.356.1",
"datasource": "docker",
"versioning": "docker",
"replaceString": "renovate/renovate:37.356.1",
"updates": [
{
"bucket": "latest",
"newVersion": "37.382.0",
"newValue": "37.382.0",
"newMajor": 37,
"newMinor": 382,
"updateType": "minor",
"branchName": "renovate/docs-renovate-renovate-37.x"
}
],
"packageName": "renovate/renovate",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/renovate",
"registryUrl": "https://index.docker.io",
"homepage": "https://renovatebot.com",
"currentVersion": "37.356.1",
"isSingleVersion": true,
"fixedVersion": "37.356.1"
}
],
"matchStrings": [
"(?<depName>renovate/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?",
"(?<depName>ghcr.io/renovatebot/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"packageFile": "docs/usage/docker.md"
},
{
"deps": [
{
"depName": "renovate/renovate",
"currentValue": "latest",
"datasource": "docker",
"versioning": "docker",
"replaceString": "renovate/renovate:latest",
"updates": [],
"packageName": "renovate/renovate",
"warnings": [],
"skipReason": "invalid-value"
},
{
"depName": "renovate/renovate",
"currentValue": "37-full",
"datasource": "docker",
"versioning": "docker",
"replaceString": "renovate/renovate:37-full",
"updates": [],
"packageName": "renovate/renovate",
"warnings": [],
"sourceUrl": "https://github.com/renovatebot/renovate",
"registryUrl": "https://index.docker.io",
"homepage": "https://renovatebot.com",
"currentVersion": "37",
"fixedVersion": "37-full"
}
],
"matchStrings": [
"(?<depName>renovate/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?",
"(?<depName>ghcr.io/renovatebot/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"packageFile": "docs/usage/release-notes-for-major-versions.md"
},
{
"deps": [
{
"depName": "renovate/renovate",
"currentValue": "full",
"datasource": "docker",
"versioning": "docker",
"replaceString": "renovate/renovate:full",
"updates": [],
"packageName": "renovate/renovate",
"warnings": [],
"skipReason": "invalid-value"
},
{
"depName": "renovate/renovate",
"currentValue": "latest",
"datasource": "docker",
"versioning": "docker",
"replaceString": "renovate/renovate:latest",
"updates": [],
"packageName": "renovate/renovate",
"warnings": [],
"skipReason": "invalid-value"
}
],
"matchStrings": [
"(?<depName>renovate/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?",
"(?<depName>ghcr.io/renovatebot/renovate):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"packageFile": "readme.md"
},
{
"deps": [
{
"depName": "ghcr.io/containerbase/sidecar",
"currentValue": "10.6.17",
"datasource": "docker",
"replaceString": "default: 'ghcr.io/containerbase/sidecar:10.6.17'",
"updates": [
{
"bucket": "non-major",
"newVersion": "10.6.19",
"newValue": "10.6.19",
"newMajor": 10,
"newMinor": 6,
"updateType": "patch",
"branchName": "renovate/ghcr.io-containerbase-sidecar-10.x"
}
],
"packageName": "ghcr.io/containerbase/sidecar",
"versioning": "docker",
"warnings": [],
"sourceUrl": "https://github.com/containerbase/sidecar",
"registryUrl": "https://ghcr.io",
"lookupName": "containerbase/sidecar",
"currentVersion": "10.6.17",
"isSingleVersion": true,
"fixedVersion": "10.6.17"
}
],
"matchStrings": [
"default: '(?<depName>ghcr.io/containerbase/sidecar):(?<currentValue>.*)'"
],
"datasourceTemplate": "docker",
"packageFile": "lib/config/options/index.ts"
}
]
}
}
DEBUG: processRepo()
DEBUG: Processing 41 branches: renovate/aggregate-error-5.x, renovate/aws-sdk-js-v3-monorepo, renovate/better-sqlite3-10.x, renovate/cacheable-lookup-7.x, renovate/chalk-5.x, renovate/conventional-changelog-conventionalcommits-8.x, renovate/detect-indent-7.x, renovate/docs-renovate-renovate-37.x, renovate/find-up-7.x, renovate/ghcr.io-containerbase-devcontainer-10.x, renovate/ghcr.io-containerbase-sidecar-10.x, renovate/ghcr.io-renovatebot-base-image-6.x, renovate/got-14.x, renovate/json-stringify-pretty-compact-4.x, renovate/linkify-it-5.x, renovate/linters, renovate/lock-file-maintenance, renovate/major-linters, renovate/major-remark, renovate/major-semantic-release-monorepo, renovate/markdown-it-14.x, renovate/markdown-table-3.x, renovate/mdast-4.x, renovate/nanoid-5.x, renovate/node-20.x, renovate/openpgp-web-stream-tools-0.x, renovate/p-all-5.x, renovate/p-map-7.x, renovate/p-queue-8.x, renovate/p-throttle-6.x, renovate/pnpm-9.x, renovate/pnpm-action-setup-4.x, renovate/re2-1.x, renovate/sindresorhus-is-6.x, renovate/swc-monorepo, renovate/tar-7.x, renovate/ts-jest-29.x, renovate/type-fest-4.x, renovate/unified-11.x, renovate/unist-3.x, renovate/url-join-5.x
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2024-05-30T13:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (10)
DEBUG: getBranchPr(renovate/re2-1.x)
DEBUG: findPr(renovate/re2-1.x, undefined, open)
DEBUG: findPr(renovate/re2-1.x, undefined, closed)
DEBUG: getBranchPr(renovate/swc-monorepo)
DEBUG: findPr(renovate/swc-monorepo, undefined, open)
DEBUG: findPr(renovate/swc-monorepo, undefined, closed)
DEBUG: getBranchPr(renovate/ts-jest-29.x)
DEBUG: findPr(renovate/ts-jest-29.x, undefined, open)
DEBUG: findPr(renovate/ts-jest-29.x, undefined, closed)
DEBUG: getBranchPr(renovate/type-fest-4.x)
DEBUG: findPr(renovate/type-fest-4.x, undefined, open)
DEBUG: findPr(renovate/type-fest-4.x, undefined, closed)
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-devcontainer-10.x)
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, open)
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, closed)
DEBUG: getBranchPr(renovate/pnpm-9.x)
DEBUG: findPr(renovate/pnpm-9.x, undefined, open)
DEBUG: findPr(renovate/pnpm-9.x, undefined, closed)
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-sidecar-10.x)
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, open)
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, closed)
DEBUG: getBranchPr(renovate/aws-sdk-js-v3-monorepo)
DEBUG: findPr(renovate/aws-sdk-js-v3-monorepo, undefined, open)
DEBUG: findPr(renovate/aws-sdk-js-v3-monorepo, undefined, closed)
DEBUG: getBranchPr(renovate/openpgp-web-stream-tools-0.x)
DEBUG: findPr(renovate/openpgp-web-stream-tools-0.x, undefined, open)
DEBUG: findPr(renovate/openpgp-web-stream-tools-0.x, undefined, closed)
DEBUG: getBranchPr(renovate/markdown-it-14.x)
DEBUG: findPr(renovate/markdown-it-14.x, undefined, open)
DEBUG: findPr(renovate/markdown-it-14.x, undefined, closed)
DEBUG: getBranchPr(renovate/linters)
DEBUG: findPr(renovate/linters, undefined, open)
DEBUG: findPr(renovate/linters, undefined, closed)
DEBUG: getBranchPr(renovate/docs-renovate-renovate-37.x)
DEBUG: findPr(renovate/docs-renovate-renovate-37.x, undefined, open)
DEBUG: findPr(renovate/docs-renovate-renovate-37.x, undefined, closed)
DEBUG: getBranchPr(renovate/sindresorhus-is-6.x)
DEBUG: findPr(renovate/sindresorhus-is-6.x, undefined, open)
DEBUG: findPr(renovate/sindresorhus-is-6.x, undefined, closed)
DEBUG: getBranchPr(renovate/aggregate-error-5.x)
DEBUG: findPr(renovate/aggregate-error-5.x, undefined, open)
DEBUG: findPr(renovate/aggregate-error-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/better-sqlite3-10.x)
DEBUG: findPr(renovate/better-sqlite3-10.x, undefined, open)
DEBUG: findPr(renovate/better-sqlite3-10.x, undefined, closed)
DEBUG: getBranchPr(renovate/cacheable-lookup-7.x)
DEBUG: findPr(renovate/cacheable-lookup-7.x, undefined, open)
DEBUG: findPr(renovate/cacheable-lookup-7.x, undefined, closed)
DEBUG: getBranchPr(renovate/chalk-5.x)
DEBUG: findPr(renovate/chalk-5.x, undefined, open)
DEBUG: findPr(renovate/chalk-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/detect-indent-7.x)
DEBUG: findPr(renovate/detect-indent-7.x, undefined, open)
DEBUG: findPr(renovate/detect-indent-7.x, undefined, closed)
DEBUG: getBranchPr(renovate/find-up-7.x)
DEBUG: findPr(renovate/find-up-7.x, undefined, open)
DEBUG: findPr(renovate/find-up-7.x, undefined, closed)
DEBUG: getBranchPr(renovate/got-14.x)
DEBUG: findPr(renovate/got-14.x, undefined, open)
DEBUG: findPr(renovate/got-14.x, undefined, closed)
DEBUG: getBranchPr(renovate/json-stringify-pretty-compact-4.x)
DEBUG: findPr(renovate/json-stringify-pretty-compact-4.x, undefined, open)
DEBUG: findPr(renovate/json-stringify-pretty-compact-4.x, undefined, closed)
DEBUG: getBranchPr(renovate/markdown-table-3.x)
DEBUG: findPr(renovate/markdown-table-3.x, undefined, open)
DEBUG: findPr(renovate/markdown-table-3.x, undefined, closed)
DEBUG: getBranchPr(renovate/nanoid-5.x)
DEBUG: findPr(renovate/nanoid-5.x, undefined, open)
DEBUG: findPr(renovate/nanoid-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/p-all-5.x)
DEBUG: findPr(renovate/p-all-5.x, undefined, open)
DEBUG: findPr(renovate/p-all-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/p-map-7.x)
DEBUG: findPr(renovate/p-map-7.x, undefined, open)
DEBUG: findPr(renovate/p-map-7.x, undefined, closed)
DEBUG: getBranchPr(renovate/p-queue-8.x)
DEBUG: findPr(renovate/p-queue-8.x, undefined, open)
DEBUG: findPr(renovate/p-queue-8.x, undefined, closed)
DEBUG: getBranchPr(renovate/p-throttle-6.x)
DEBUG: findPr(renovate/p-throttle-6.x, undefined, open)
DEBUG: findPr(renovate/p-throttle-6.x, undefined, closed)
DEBUG: getBranchPr(renovate/major-semantic-release-monorepo)
DEBUG: findPr(renovate/major-semantic-release-monorepo, undefined, open)
DEBUG: findPr(renovate/major-semantic-release-monorepo, undefined, closed)
DEBUG: getBranchPr(renovate/url-join-5.x)
DEBUG: findPr(renovate/url-join-5.x, undefined, open)
DEBUG: findPr(renovate/url-join-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/major-remark)
DEBUG: findPr(renovate/major-remark, undefined, open)
DEBUG: findPr(renovate/major-remark, undefined, closed)
DEBUG: getBranchPr(renovate/linkify-it-5.x)
DEBUG: findPr(renovate/linkify-it-5.x, undefined, open)
DEBUG: findPr(renovate/linkify-it-5.x, undefined, closed)
DEBUG: getBranchPr(renovate/mdast-4.x)
DEBUG: findPr(renovate/mdast-4.x, undefined, open)
DEBUG: findPr(renovate/mdast-4.x, undefined, closed)
DEBUG: getBranchPr(renovate/unist-3.x)
DEBUG: findPr(renovate/unist-3.x, undefined, open)
DEBUG: findPr(renovate/unist-3.x, undefined, closed)
DEBUG: getBranchPr(renovate/conventional-changelog-conventionalcommits-8.x)
DEBUG: findPr(renovate/conventional-changelog-conventionalcommits-8.x, undefined, open)
DEBUG: findPr(renovate/conventional-changelog-conventionalcommits-8.x, undefined, closed)
DEBUG: getBranchPr(renovate/node-20.x)
DEBUG: findPr(renovate/node-20.x, undefined, open)
DEBUG: findPr(renovate/node-20.x, undefined, closed)
DEBUG: getBranchPr(renovate/tar-7.x)
DEBUG: findPr(renovate/tar-7.x, undefined, open)
DEBUG: findPr(renovate/tar-7.x, undefined, closed)
DEBUG: getBranchPr(renovate/unified-11.x)
DEBUG: findPr(renovate/unified-11.x, undefined, open)
DEBUG: findPr(renovate/unified-11.x, undefined, closed)
DEBUG: getBranchPr(renovate/major-linters)
DEBUG: findPr(renovate/major-linters, undefined, open)
DEBUG: findPr(renovate/major-linters, undefined, closed)
DEBUG: getBranchPr(renovate/pnpm-action-setup-4.x)
DEBUG: findPr(renovate/pnpm-action-setup-4.x, undefined, open)
DEBUG: findPr(renovate/pnpm-action-setup-4.x, undefined, closed)
DEBUG: getBranchPr(renovate/ghcr.io-renovatebot-base-image-6.x)
DEBUG: findPr(renovate/ghcr.io-renovatebot-base-image-6.x, undefined, open)
DEBUG: findPr(renovate/ghcr.io-renovatebot-base-image-6.x, undefined, closed)
DEBUG: getBranchPr(renovate/lock-file-maintenance)
DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)
DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)
DEBUG: 0 PRs are currently open
DEBUG: PR concurrent limit remaining: 10
DEBUG: Calculated maximum PRs remaining this run: 2
DEBUG: PullRequests limit = 2
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2024-05-30T13:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating branchConcurrentLimit (10)
DEBUG: 0 already existing branches found:
DEBUG: Branch concurrent limit remaining: 10
DEBUG: Calculated maximum branches remaining this run: 2
DEBUG: Branches limit = 2
DEBUG: syncBranchState() (branch="renovate/re2-1.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/re2-1.x")
DEBUG: getBranchPr(renovate/re2-1.x) (branch="renovate/re2-1.x")
DEBUG: findPr(renovate/re2-1.x, undefined, open) (branch="renovate/re2-1.x")
DEBUG: findPr(renovate/re2-1.x, undefined, closed) (branch="renovate/re2-1.x")
DEBUG: branchExists=false (branch="renovate/re2-1.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/re2-1.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/re2-1.x")
DEBUG: findPr(renovate/re2-1.x, build(deps): update dependency re2 to v1.20.12, !open) (branch="renovate/re2-1.x")
DEBUG: prAlreadyExisted=false (branch="renovate/re2-1.x")
DEBUG: syncBranchState() (branch="renovate/swc-monorepo")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/swc-monorepo")
DEBUG: getBranchPr(renovate/swc-monorepo) (branch="renovate/swc-monorepo")
DEBUG: findPr(renovate/swc-monorepo, undefined, open) (branch="renovate/swc-monorepo")
DEBUG: findPr(renovate/swc-monorepo, undefined, closed) (branch="renovate/swc-monorepo")
DEBUG: branchExists=false (branch="renovate/swc-monorepo")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/swc-monorepo")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/swc-monorepo")
DEBUG: findPr(renovate/swc-monorepo, chore(deps): update dependency @swc/core to v1.5.24, !open) (branch="renovate/swc-monorepo")
DEBUG: prAlreadyExisted=false (branch="renovate/swc-monorepo")
DEBUG: syncBranchState() (branch="renovate/ts-jest-29.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/ts-jest-29.x")
DEBUG: getBranchPr(renovate/ts-jest-29.x) (branch="renovate/ts-jest-29.x")
DEBUG: findPr(renovate/ts-jest-29.x, undefined, open) (branch="renovate/ts-jest-29.x")
DEBUG: findPr(renovate/ts-jest-29.x, undefined, closed) (branch="renovate/ts-jest-29.x")
DEBUG: branchExists=false (branch="renovate/ts-jest-29.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/ts-jest-29.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/ts-jest-29.x")
DEBUG: findPr(renovate/ts-jest-29.x, chore(deps): update dependency ts-jest to v29.1.4, !open) (branch="renovate/ts-jest-29.x")
DEBUG: prAlreadyExisted=false (branch="renovate/ts-jest-29.x")
DEBUG: syncBranchState() (branch="renovate/type-fest-4.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/type-fest-4.x")
DEBUG: getBranchPr(renovate/type-fest-4.x) (branch="renovate/type-fest-4.x")
DEBUG: findPr(renovate/type-fest-4.x, undefined, open) (branch="renovate/type-fest-4.x")
DEBUG: findPr(renovate/type-fest-4.x, undefined, closed) (branch="renovate/type-fest-4.x")
DEBUG: branchExists=false (branch="renovate/type-fest-4.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/type-fest-4.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/type-fest-4.x")
DEBUG: findPr(renovate/type-fest-4.x, chore(deps): update dependency type-fest to v4.18.3, !open) (branch="renovate/type-fest-4.x")
DEBUG: prAlreadyExisted=false (branch="renovate/type-fest-4.x")
DEBUG: syncBranchState() (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-devcontainer-10.x) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, open) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, closed) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: branchExists=false (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.6.19, !open) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: prAlreadyExisted=false (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2024-05-30T13:40:05.517Z) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: No schedule defined (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Branch needs creating (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Using reuseExistingBranch: false (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Setting current branch to main (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: latest commit (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"branchName": "main"
"latestCommitDate": "2024-05-30T13:48:12+02:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Starting search at index 5 (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"packageFile": ".devcontainer/Dockerfile"
"depName": "ghcr.io/containerbase/devcontainer"
}
DEBUG: Found match at index 5 (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"packageFile": ".devcontainer/Dockerfile"
"depName": "ghcr.io/containerbase/devcontainer"
}
DEBUG: Contents updated (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"packageFile": ".devcontainer/Dockerfile"
"depName": "ghcr.io/containerbase/devcontainer"
}
DEBUG: updateArtifacts for updatedPackageFiles (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Updated 1 package files (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Getting updated lock files (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Writing package.json files (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"packageFiles": [
"package.json",
"tools/eslint/package.json"
]
}
DEBUG: Writing any updated package files (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: No updated lock files in branch (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: 1 file(s) to commit (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Preparing files for committing to branch renovate/ghcr.io-containerbase-devcontainer-10.x (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Setting git author name: renovate[bot] (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Setting git author email: 29139614+renovate[bot]@users.noreply.github.com (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: git commit (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"deletedFiles": []
"ignoredFiles": []
"result": {
"author": null,
"branch": "renovate/ghcr.io-containerbase-devcontainer-10.x",
"commit": "96a20b8d671b61006081a9e33aea220a9e0cccf0",
"root": false,
"summary": {
"changes": 1,
"insertions": 1,
"deletions": 1
}
}
}
DEBUG: HEAD https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-devcontainer-10.x/ = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=239) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: HEAD https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-devcontainer-10.x = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=194) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: resetToCommit(c09b9a72fb32da2162d327d9c9353d5846ce083c) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Fetching branch renovate/ghcr.io-containerbase-devcontainer-10.x (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Setting current branch to main (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: latest commit (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"branchName": "main"
"latestCommitDate": "2024-05-30T13:48:12+02:00"
}
INFO: Branch created (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"commitSha": "55a5bd27ceacbfb24bd9a73c004cc7a85377f83c"
}
DEBUG: Ensuring PR (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: There are 0 errors and 0 warnings (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-devcontainer-10.x) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, open) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, closed) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: getPrCache() (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Fetching changelog: https://github.com/containerbase/devcontainer (10.6.17 -> 10.6.19) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Creating PR (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"prTitle": "chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.6.19"
}
DEBUG: Creating PR (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"title": "chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.6.19"
"head": "HonkingGoose:renovate/ghcr.io-containerbase-devcontainer-10.x"
"base": "main"
"draft": false
}
DEBUG: PR created (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"pr": 8
"draft": false
}
DEBUG: Adding labels '' to #8 (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: GitHub-native automerge: fail (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"prNumber": 8
"errors": [
{
"type": "UNPROCESSABLE",
"path": [
"enablePullRequestAutoMerge"
],
"locations": [
{
"line": 6,
"column": 3
}
],
"message": "Pull request Branch does not have required protected branch rules"
}
]
}
INFO: PR created (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"pr": 8
"prTitle": "chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.6.19"
}
DEBUG: resolveBranchStatus(branchName=renovate/ghcr.io-containerbase-devcontainer-10.x, ignoreTests=false) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: getBranchStatus(renovate/ghcr.io-containerbase-devcontainer-10.x) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-devcontainer-10.x/status (etag=W/"ea96075ea0e6af2d280b61c0f1fb0820963eca87672645859b2d55a139805961", lastModified=undefined) (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: branch status check result (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"state": "pending"
"statuses": []
}
DEBUG: Successful checks are all internal renovate/ checks, so returning "pending" branch status (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: No check runs found (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
{
"result": {
"total_count": 0,
"check_runs": []
}
}
DEBUG: Branch status yellow (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Skipping assignees and reviewers as automerge=true (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: setPrCache() (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: Created Pull Request #8 (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: PR is configured for automerge (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: setBranchCommit() (branch="renovate/ghcr.io-containerbase-devcontainer-10.x")
DEBUG: syncBranchState() (branch="renovate/pnpm-9.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/pnpm-9.x")
DEBUG: getBranchPr(renovate/pnpm-9.x) (branch="renovate/pnpm-9.x")
DEBUG: findPr(renovate/pnpm-9.x, undefined, open) (branch="renovate/pnpm-9.x")
DEBUG: findPr(renovate/pnpm-9.x, undefined, closed) (branch="renovate/pnpm-9.x")
DEBUG: branchExists=false (branch="renovate/pnpm-9.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/pnpm-9.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/pnpm-9.x")
DEBUG: findPr(renovate/pnpm-9.x, chore(deps): update pnpm to v9.1.4, !open) (branch="renovate/pnpm-9.x")
DEBUG: prAlreadyExisted=false (branch="renovate/pnpm-9.x")
DEBUG: syncBranchState() (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-sidecar-10.x) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, open) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, closed) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: branchExists=false (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.19, !open) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: prAlreadyExisted=false (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2024-05-30T13:40:12.378Z) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: No schedule defined (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Branch needs creating (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Using reuseExistingBranch: false (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Setting current branch to main (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: latest commit (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"branchName": "main"
"latestCommitDate": "2024-05-30T13:48:12+02:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Starting search at index 13886 (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"packageFile": "lib/config/options/index.ts"
"depName": "ghcr.io/containerbase/sidecar"
}
DEBUG: Found match at index 13886 (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"packageFile": "lib/config/options/index.ts"
"depName": "ghcr.io/containerbase/sidecar"
}
DEBUG: Contents updated (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"packageFile": "lib/config/options/index.ts"
"depName": "ghcr.io/containerbase/sidecar"
}
DEBUG: updateArtifacts for updatedPackageFiles (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Updated 1 package files (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Getting updated lock files (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Writing package.json files (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"packageFiles": [
"package.json",
"tools/eslint/package.json"
]
}
DEBUG: Writing any updated package files (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: No updated lock files in branch (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: 1 file(s) to commit (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Preparing files for committing to branch renovate/ghcr.io-containerbase-sidecar-10.x (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: git commit (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"deletedFiles": []
"ignoredFiles": []
"result": {
"author": null,
"branch": "renovate/ghcr.io-containerbase-sidecar-10.x",
"commit": "dc861c02846e5b98e4bb91395c8e7b90e1acc996",
"root": false,
"summary": {
"changes": 1,
"insertions": 1,
"deletions": 0
}
}
}
DEBUG: HEAD https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-sidecar-10.x/ = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=158) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: HEAD https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-sidecar-10.x = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=164) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: resetToCommit(c09b9a72fb32da2162d327d9c9353d5846ce083c) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Fetching branch renovate/ghcr.io-containerbase-sidecar-10.x (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Setting current branch to main (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: latest commit (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"branchName": "main"
"latestCommitDate": "2024-05-30T13:48:12+02:00"
}
INFO: Branch created (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"commitSha": "ee2901ac65525a5612f94f9d9965d24d303f6ef0"
}
DEBUG: Ensuring PR (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: There are 0 errors and 0 warnings (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-sidecar-10.x) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, open) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, closed) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: getPrCache() (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Fetching changelog: https://github.com/containerbase/sidecar (10.6.17 -> 10.6.19) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Creating PR (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"prTitle": "fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.19"
}
DEBUG: Creating PR (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"title": "fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.19"
"head": "HonkingGoose:renovate/ghcr.io-containerbase-sidecar-10.x"
"base": "main"
"draft": false
}
DEBUG: PR created (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"pr": 9
"draft": false
}
DEBUG: Adding labels '' to #9 (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: GitHub-native automerge: fail (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"prNumber": 9
"errors": [
{
"type": "UNPROCESSABLE",
"path": [
"enablePullRequestAutoMerge"
],
"locations": [
{
"line": 6,
"column": 3
}
],
"message": "Pull request Branch does not have required protected branch rules"
}
]
}
INFO: PR created (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"pr": 9
"prTitle": "fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.19"
}
DEBUG: resolveBranchStatus(branchName=renovate/ghcr.io-containerbase-sidecar-10.x, ignoreTests=false) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: getBranchStatus(renovate/ghcr.io-containerbase-sidecar-10.x) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-sidecar-10.x/status (etag=W/"a7f013eceb8eae35e68fd4d95b939908783f99e441e8a8eab41b2992d19281ee", lastModified=undefined) (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: branch status check result (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"state": "pending"
"statuses": []
}
DEBUG: Successful checks are all internal renovate/ checks, so returning "pending" branch status (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: No check runs found (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
{
"result": {
"total_count": 0,
"check_runs": []
}
}
DEBUG: Branch status yellow (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Skipping assignees and reviewers as automerge=true (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: setPrCache() (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: Created Pull Request #9 (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: PR is configured for automerge (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: setBranchCommit() (branch="renovate/ghcr.io-containerbase-sidecar-10.x")
DEBUG: syncBranchState() (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: getBranchPr(renovate/aws-sdk-js-v3-monorepo) (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: findPr(renovate/aws-sdk-js-v3-monorepo, undefined, open) (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: findPr(renovate/aws-sdk-js-v3-monorepo, undefined, closed) (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: branchExists=false (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: recreateClosed is true. No need to check for closed PR. (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: Reached branch limit - skipping branch creation (branch="renovate/aws-sdk-js-v3-monorepo")
DEBUG: syncBranchState() (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: getBranchPr(renovate/openpgp-web-stream-tools-0.x) (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: findPr(renovate/openpgp-web-stream-tools-0.x, undefined, open) (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: findPr(renovate/openpgp-web-stream-tools-0.x, undefined, closed) (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: branchExists=false (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: findPr(renovate/openpgp-web-stream-tools-0.x, chore(deps): update dependency @openpgp/web-stream-tools to v0.1.1, !open) (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: prAlreadyExisted=false (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: Reached branch limit - skipping branch creation (branch="renovate/openpgp-web-stream-tools-0.x")
DEBUG: syncBranchState() (branch="renovate/markdown-it-14.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/markdown-it-14.x")
DEBUG: getBranchPr(renovate/markdown-it-14.x) (branch="renovate/markdown-it-14.x")
DEBUG: findPr(renovate/markdown-it-14.x, undefined, open) (branch="renovate/markdown-it-14.x")
DEBUG: findPr(renovate/markdown-it-14.x, undefined, closed) (branch="renovate/markdown-it-14.x")
DEBUG: branchExists=false (branch="renovate/markdown-it-14.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/markdown-it-14.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/markdown-it-14.x")
DEBUG: findPr(renovate/markdown-it-14.x, chore(deps): update dependency @types/markdown-it to v14.1.1, !open) (branch="renovate/markdown-it-14.x")
DEBUG: prAlreadyExisted=false (branch="renovate/markdown-it-14.x")
DEBUG: Reached branch limit - skipping branch creation (branch="renovate/markdown-it-14.x")
DEBUG: syncBranchState() (branch="renovate/linters")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/linters")
DEBUG: getBranchPr(renovate/linters) (branch="renovate/linters")
DEBUG: findPr(renovate/linters, undefined, open) (branch="renovate/linters")
DEBUG: findPr(renovate/linters, undefined, closed) (branch="renovate/linters")
DEBUG: branchExists=false (branch="renovate/linters")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/linters")
DEBUG: recreateClosed is true. No need to check for closed PR. (branch="renovate/linters")
DEBUG: syncBranchState() (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: getBranchPr(renovate/docs-renovate-renovate-37.x) (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: findPr(renovate/docs-renovate-renovate-37.x, undefined, open) (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: findPr(renovate/docs-renovate-renovate-37.x, undefined, closed) (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: branchExists=false (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: findPr(renovate/docs-renovate-renovate-37.x, docs: update references to renovate/renovate to v37.382.0, !open) (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: prAlreadyExisted=false (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: Reached branch limit - skipping branch creation (branch="renovate/docs-renovate-renovate-37.x")
DEBUG: syncBranchState() (branch="renovate/sindresorhus-is-6.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/sindresorhus-is-6.x")
DEBUG: getBranchPr(renovate/sindresorhus-is-6.x) (branch="renovate/sindresorhus-is-6.x")
DEBUG: findPr(renovate/sindresorhus-is-6.x, undefined, open) (branch="renovate/sindresorhus-is-6.x")
DEBUG: findPr(renovate/sindresorhus-is-6.x, undefined, closed) (branch="renovate/sindresorhus-is-6.x")
DEBUG: branchExists=false (branch="renovate/sindresorhus-is-6.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/sindresorhus-is-6.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/sindresorhus-is-6.x")
DEBUG: findPr(renovate/sindresorhus-is-6.x, build(deps): update dependency @sindresorhus/is to v6, !open) (branch="renovate/sindresorhus-is-6.x")
DEBUG: prAlreadyExisted=false (branch="renovate/sindresorhus-is-6.x")
DEBUG: Branch renovate/sindresorhus-is-6.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/sindresorhus-is-6.x")
DEBUG: syncBranchState() (branch="renovate/aggregate-error-5.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/aggregate-error-5.x")
DEBUG: getBranchPr(renovate/aggregate-error-5.x) (branch="renovate/aggregate-error-5.x")
DEBUG: findPr(renovate/aggregate-error-5.x, undefined, open) (branch="renovate/aggregate-error-5.x")
DEBUG: findPr(renovate/aggregate-error-5.x, undefined, closed) (branch="renovate/aggregate-error-5.x")
DEBUG: branchExists=false (branch="renovate/aggregate-error-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/aggregate-error-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/aggregate-error-5.x")
DEBUG: findPr(renovate/aggregate-error-5.x, build(deps): update dependency aggregate-error to v5, !open) (branch="renovate/aggregate-error-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/aggregate-error-5.x")
DEBUG: Branch renovate/aggregate-error-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/aggregate-error-5.x")
DEBUG: syncBranchState() (branch="renovate/better-sqlite3-10.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/better-sqlite3-10.x")
DEBUG: getBranchPr(renovate/better-sqlite3-10.x) (branch="renovate/better-sqlite3-10.x")
DEBUG: findPr(renovate/better-sqlite3-10.x, undefined, open) (branch="renovate/better-sqlite3-10.x")
DEBUG: findPr(renovate/better-sqlite3-10.x, undefined, closed) (branch="renovate/better-sqlite3-10.x")
DEBUG: branchExists=false (branch="renovate/better-sqlite3-10.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/better-sqlite3-10.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/better-sqlite3-10.x")
DEBUG: findPr(renovate/better-sqlite3-10.x, build(deps): update dependency better-sqlite3 to v10, !open) (branch="renovate/better-sqlite3-10.x")
DEBUG: prAlreadyExisted=false (branch="renovate/better-sqlite3-10.x")
DEBUG: Branch renovate/better-sqlite3-10.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/better-sqlite3-10.x")
DEBUG: syncBranchState() (branch="renovate/cacheable-lookup-7.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/cacheable-lookup-7.x")
DEBUG: getBranchPr(renovate/cacheable-lookup-7.x) (branch="renovate/cacheable-lookup-7.x")
DEBUG: findPr(renovate/cacheable-lookup-7.x, undefined, open) (branch="renovate/cacheable-lookup-7.x")
DEBUG: findPr(renovate/cacheable-lookup-7.x, undefined, closed) (branch="renovate/cacheable-lookup-7.x")
DEBUG: branchExists=false (branch="renovate/cacheable-lookup-7.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/cacheable-lookup-7.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/cacheable-lookup-7.x")
DEBUG: findPr(renovate/cacheable-lookup-7.x, build(deps): update dependency cacheable-lookup to v7, !open) (branch="renovate/cacheable-lookup-7.x")
DEBUG: prAlreadyExisted=false (branch="renovate/cacheable-lookup-7.x")
DEBUG: Branch renovate/cacheable-lookup-7.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/cacheable-lookup-7.x")
DEBUG: syncBranchState() (branch="renovate/chalk-5.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/chalk-5.x")
DEBUG: getBranchPr(renovate/chalk-5.x) (branch="renovate/chalk-5.x")
DEBUG: findPr(renovate/chalk-5.x, undefined, open) (branch="renovate/chalk-5.x")
DEBUG: findPr(renovate/chalk-5.x, undefined, closed) (branch="renovate/chalk-5.x")
DEBUG: branchExists=false (branch="renovate/chalk-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/chalk-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/chalk-5.x")
DEBUG: findPr(renovate/chalk-5.x, build(deps): update dependency chalk to v5, !open) (branch="renovate/chalk-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/chalk-5.x")
DEBUG: Branch renovate/chalk-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/chalk-5.x")
DEBUG: syncBranchState() (branch="renovate/detect-indent-7.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/detect-indent-7.x")
DEBUG: getBranchPr(renovate/detect-indent-7.x) (branch="renovate/detect-indent-7.x")
DEBUG: findPr(renovate/detect-indent-7.x, undefined, open) (branch="renovate/detect-indent-7.x")
DEBUG: findPr(renovate/detect-indent-7.x, undefined, closed) (branch="renovate/detect-indent-7.x")
DEBUG: branchExists=false (branch="renovate/detect-indent-7.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/detect-indent-7.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/detect-indent-7.x")
DEBUG: findPr(renovate/detect-indent-7.x, build(deps): update dependency detect-indent to v7, !open) (branch="renovate/detect-indent-7.x")
DEBUG: prAlreadyExisted=false (branch="renovate/detect-indent-7.x")
DEBUG: Branch renovate/detect-indent-7.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/detect-indent-7.x")
DEBUG: syncBranchState() (branch="renovate/find-up-7.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/find-up-7.x")
DEBUG: getBranchPr(renovate/find-up-7.x) (branch="renovate/find-up-7.x")
DEBUG: findPr(renovate/find-up-7.x, undefined, open) (branch="renovate/find-up-7.x")
DEBUG: findPr(renovate/find-up-7.x, undefined, closed) (branch="renovate/find-up-7.x")
DEBUG: branchExists=false (branch="renovate/find-up-7.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/find-up-7.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/find-up-7.x")
DEBUG: findPr(renovate/find-up-7.x, build(deps): update dependency find-up to v7, !open) (branch="renovate/find-up-7.x")
DEBUG: prAlreadyExisted=false (branch="renovate/find-up-7.x")
DEBUG: Branch renovate/find-up-7.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/find-up-7.x")
DEBUG: syncBranchState() (branch="renovate/got-14.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/got-14.x")
DEBUG: getBranchPr(renovate/got-14.x) (branch="renovate/got-14.x")
DEBUG: findPr(renovate/got-14.x, undefined, open) (branch="renovate/got-14.x")
DEBUG: findPr(renovate/got-14.x, undefined, closed) (branch="renovate/got-14.x")
DEBUG: branchExists=false (branch="renovate/got-14.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/got-14.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/got-14.x")
DEBUG: findPr(renovate/got-14.x, build(deps): update dependency got to v14, !open) (branch="renovate/got-14.x")
DEBUG: prAlreadyExisted=false (branch="renovate/got-14.x")
DEBUG: Branch renovate/got-14.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/got-14.x")
DEBUG: syncBranchState() (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: getBranchPr(renovate/json-stringify-pretty-compact-4.x) (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: findPr(renovate/json-stringify-pretty-compact-4.x, undefined, open) (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: findPr(renovate/json-stringify-pretty-compact-4.x, undefined, closed) (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: branchExists=false (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: findPr(renovate/json-stringify-pretty-compact-4.x, build(deps): update dependency json-stringify-pretty-compact to v4, !open) (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: prAlreadyExisted=false (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: Branch renovate/json-stringify-pretty-compact-4.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/json-stringify-pretty-compact-4.x")
DEBUG: syncBranchState() (branch="renovate/markdown-table-3.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/markdown-table-3.x")
DEBUG: getBranchPr(renovate/markdown-table-3.x) (branch="renovate/markdown-table-3.x")
DEBUG: findPr(renovate/markdown-table-3.x, undefined, open) (branch="renovate/markdown-table-3.x")
DEBUG: findPr(renovate/markdown-table-3.x, undefined, closed) (branch="renovate/markdown-table-3.x")
DEBUG: branchExists=false (branch="renovate/markdown-table-3.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/markdown-table-3.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/markdown-table-3.x")
DEBUG: findPr(renovate/markdown-table-3.x, build(deps): update dependency markdown-table to v3, !open) (branch="renovate/markdown-table-3.x")
DEBUG: prAlreadyExisted=false (branch="renovate/markdown-table-3.x")
DEBUG: Branch renovate/markdown-table-3.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/markdown-table-3.x")
DEBUG: syncBranchState() (branch="renovate/nanoid-5.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/nanoid-5.x")
DEBUG: getBranchPr(renovate/nanoid-5.x) (branch="renovate/nanoid-5.x")
DEBUG: findPr(renovate/nanoid-5.x, undefined, open) (branch="renovate/nanoid-5.x")
DEBUG: findPr(renovate/nanoid-5.x, undefined, closed) (branch="renovate/nanoid-5.x")
DEBUG: branchExists=false (branch="renovate/nanoid-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/nanoid-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/nanoid-5.x")
DEBUG: findPr(renovate/nanoid-5.x, build(deps): update dependency nanoid to v5, !open) (branch="renovate/nanoid-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/nanoid-5.x")
DEBUG: Branch renovate/nanoid-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/nanoid-5.x")
DEBUG: syncBranchState() (branch="renovate/p-all-5.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/p-all-5.x")
DEBUG: getBranchPr(renovate/p-all-5.x) (branch="renovate/p-all-5.x")
DEBUG: findPr(renovate/p-all-5.x, undefined, open) (branch="renovate/p-all-5.x")
DEBUG: findPr(renovate/p-all-5.x, undefined, closed) (branch="renovate/p-all-5.x")
DEBUG: branchExists=false (branch="renovate/p-all-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/p-all-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/p-all-5.x")
DEBUG: findPr(renovate/p-all-5.x, build(deps): update dependency p-all to v5, !open) (branch="renovate/p-all-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/p-all-5.x")
DEBUG: Branch renovate/p-all-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/p-all-5.x")
DEBUG: syncBranchState() (branch="renovate/p-map-7.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/p-map-7.x")
DEBUG: getBranchPr(renovate/p-map-7.x) (branch="renovate/p-map-7.x")
DEBUG: findPr(renovate/p-map-7.x, undefined, open) (branch="renovate/p-map-7.x")
DEBUG: findPr(renovate/p-map-7.x, undefined, closed) (branch="renovate/p-map-7.x")
DEBUG: branchExists=false (branch="renovate/p-map-7.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/p-map-7.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/p-map-7.x")
DEBUG: findPr(renovate/p-map-7.x, build(deps): update dependency p-map to v7, !open) (branch="renovate/p-map-7.x")
DEBUG: prAlreadyExisted=false (branch="renovate/p-map-7.x")
DEBUG: Branch renovate/p-map-7.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/p-map-7.x")
DEBUG: syncBranchState() (branch="renovate/p-queue-8.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/p-queue-8.x")
DEBUG: getBranchPr(renovate/p-queue-8.x) (branch="renovate/p-queue-8.x")
DEBUG: findPr(renovate/p-queue-8.x, undefined, open) (branch="renovate/p-queue-8.x")
DEBUG: findPr(renovate/p-queue-8.x, undefined, closed) (branch="renovate/p-queue-8.x")
DEBUG: branchExists=false (branch="renovate/p-queue-8.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/p-queue-8.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/p-queue-8.x")
DEBUG: findPr(renovate/p-queue-8.x, build(deps): update dependency p-queue to v8, !open) (branch="renovate/p-queue-8.x")
DEBUG: prAlreadyExisted=false (branch="renovate/p-queue-8.x")
DEBUG: Branch renovate/p-queue-8.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/p-queue-8.x")
DEBUG: syncBranchState() (branch="renovate/p-throttle-6.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/p-throttle-6.x")
DEBUG: getBranchPr(renovate/p-throttle-6.x) (branch="renovate/p-throttle-6.x")
DEBUG: findPr(renovate/p-throttle-6.x, undefined, open) (branch="renovate/p-throttle-6.x")
DEBUG: findPr(renovate/p-throttle-6.x, undefined, closed) (branch="renovate/p-throttle-6.x")
DEBUG: branchExists=false (branch="renovate/p-throttle-6.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/p-throttle-6.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/p-throttle-6.x")
DEBUG: findPr(renovate/p-throttle-6.x, build(deps): update dependency p-throttle to v6, !open) (branch="renovate/p-throttle-6.x")
DEBUG: prAlreadyExisted=false (branch="renovate/p-throttle-6.x")
DEBUG: Branch renovate/p-throttle-6.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/p-throttle-6.x")
DEBUG: syncBranchState() (branch="renovate/major-semantic-release-monorepo")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/major-semantic-release-monorepo")
DEBUG: getBranchPr(renovate/major-semantic-release-monorepo) (branch="renovate/major-semantic-release-monorepo")
DEBUG: findPr(renovate/major-semantic-release-monorepo, undefined, open) (branch="renovate/major-semantic-release-monorepo")
DEBUG: findPr(renovate/major-semantic-release-monorepo, undefined, closed) (branch="renovate/major-semantic-release-monorepo")
DEBUG: branchExists=false (branch="renovate/major-semantic-release-monorepo")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/major-semantic-release-monorepo")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/major-semantic-release-monorepo")
DEBUG: findPr(renovate/major-semantic-release-monorepo, build(deps): update dependency semantic-release to v23, !open) (branch="renovate/major-semantic-release-monorepo")
DEBUG: prAlreadyExisted=false (branch="renovate/major-semantic-release-monorepo")
DEBUG: Branch renovate/major-semantic-release-monorepo creation is disabled because dependencyDashboardApproval=true (branch="renovate/major-semantic-release-monorepo")
DEBUG: syncBranchState() (branch="renovate/url-join-5.x")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/url-join-5.x")
DEBUG: getBranchPr(renovate/url-join-5.x) (branch="renovate/url-join-5.x")
DEBUG: findPr(renovate/url-join-5.x, undefined, open) (branch="renovate/url-join-5.x")
DEBUG: findPr(renovate/url-join-5.x, undefined, closed) (branch="renovate/url-join-5.x")
DEBUG: branchExists=false (branch="renovate/url-join-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/url-join-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/url-join-5.x")
DEBUG: findPr(renovate/url-join-5.x, build(deps): update dependency url-join to v5, !open) (branch="renovate/url-join-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/url-join-5.x")
DEBUG: Branch renovate/url-join-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/url-join-5.x")
DEBUG: syncBranchState() (branch="renovate/major-remark")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/major-remark")
DEBUG: getBranchPr(renovate/major-remark) (branch="renovate/major-remark")
DEBUG: findPr(renovate/major-remark, undefined, open) (branch="renovate/major-remark")
DEBUG: findPr(renovate/major-remark, undefined, closed) (branch="renovate/major-remark")
DEBUG: branchExists=false (branch="renovate/major-remark")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/major-remark")
DEBUG: recreateClosed is true. No need to check for closed PR. (branch="renovate/major-remark")
DEBUG: Branch renovate/major-remark creation is disabled because dependencyDashboardApproval=true (branch="renovate/major-remark")
DEBUG: syncBranchState() (branch="renovate/linkify-it-5.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/linkify-it-5.x")
DEBUG: getBranchPr(renovate/linkify-it-5.x) (branch="renovate/linkify-it-5.x")
DEBUG: findPr(renovate/linkify-it-5.x, undefined, open) (branch="renovate/linkify-it-5.x")
DEBUG: findPr(renovate/linkify-it-5.x, undefined, closed) (branch="renovate/linkify-it-5.x")
DEBUG: branchExists=false (branch="renovate/linkify-it-5.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/linkify-it-5.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/linkify-it-5.x")
DEBUG: findPr(renovate/linkify-it-5.x, chore(deps): update dependency @types/linkify-it to v5, !open) (branch="renovate/linkify-it-5.x")
DEBUG: prAlreadyExisted=false (branch="renovate/linkify-it-5.x")
DEBUG: Branch renovate/linkify-it-5.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/linkify-it-5.x")
DEBUG: syncBranchState() (branch="renovate/mdast-4.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/mdast-4.x")
DEBUG: getBranchPr(renovate/mdast-4.x) (branch="renovate/mdast-4.x")
DEBUG: findPr(renovate/mdast-4.x, undefined, open) (branch="renovate/mdast-4.x")
DEBUG: findPr(renovate/mdast-4.x, undefined, closed) (branch="renovate/mdast-4.x")
DEBUG: branchExists=false (branch="renovate/mdast-4.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/mdast-4.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/mdast-4.x")
DEBUG: findPr(renovate/mdast-4.x, chore(deps): update dependency @types/mdast to v4, !open) (branch="renovate/mdast-4.x")
DEBUG: prAlreadyExisted=false (branch="renovate/mdast-4.x")
DEBUG: Branch renovate/mdast-4.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/mdast-4.x")
DEBUG: syncBranchState() (branch="renovate/unist-3.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/unist-3.x")
DEBUG: getBranchPr(renovate/unist-3.x) (branch="renovate/unist-3.x")
DEBUG: findPr(renovate/unist-3.x, undefined, open) (branch="renovate/unist-3.x")
DEBUG: findPr(renovate/unist-3.x, undefined, closed) (branch="renovate/unist-3.x")
DEBUG: branchExists=false (branch="renovate/unist-3.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/unist-3.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/unist-3.x")
DEBUG: findPr(renovate/unist-3.x, chore(deps): update dependency @types/unist to v3, !open) (branch="renovate/unist-3.x")
DEBUG: prAlreadyExisted=false (branch="renovate/unist-3.x")
DEBUG: Branch renovate/unist-3.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/unist-3.x")
DEBUG: syncBranchState() (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: getBranchPr(renovate/conventional-changelog-conventionalcommits-8.x) (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: findPr(renovate/conventional-changelog-conventionalcommits-8.x, undefined, open) (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: findPr(renovate/conventional-changelog-conventionalcommits-8.x, undefined, closed) (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: branchExists=false (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: findPr(renovate/conventional-changelog-conventionalcommits-8.x, chore(deps): update dependency conventional-changelog-conventionalcommits to v8, !open) (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: prAlreadyExisted=false (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: Branch renovate/conventional-changelog-conventionalcommits-8.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/conventional-changelog-conventionalcommits-8.x")
DEBUG: syncBranchState() (branch="renovate/node-20.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/node-20.x")
DEBUG: getBranchPr(renovate/node-20.x) (branch="renovate/node-20.x")
DEBUG: findPr(renovate/node-20.x, undefined, open) (branch="renovate/node-20.x")
DEBUG: findPr(renovate/node-20.x, undefined, closed) (branch="renovate/node-20.x")
DEBUG: branchExists=false (branch="renovate/node-20.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/node-20.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/node-20.x")
DEBUG: findPr(renovate/node-20.x, chore(deps): update dependency node to v20.14.0, !open) (branch="renovate/node-20.x")
DEBUG: prAlreadyExisted=false (branch="renovate/node-20.x")
DEBUG: Branch renovate/node-20.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/node-20.x")
DEBUG: syncBranchState() (branch="renovate/tar-7.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/tar-7.x")
DEBUG: getBranchPr(renovate/tar-7.x) (branch="renovate/tar-7.x")
DEBUG: findPr(renovate/tar-7.x, undefined, open) (branch="renovate/tar-7.x")
DEBUG: findPr(renovate/tar-7.x, undefined, closed) (branch="renovate/tar-7.x")
DEBUG: branchExists=false (branch="renovate/tar-7.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/tar-7.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/tar-7.x")
DEBUG: findPr(renovate/tar-7.x, chore(deps): update dependency tar to v7, !open) (branch="renovate/tar-7.x")
DEBUG: prAlreadyExisted=false (branch="renovate/tar-7.x")
DEBUG: Branch renovate/tar-7.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/tar-7.x")
DEBUG: syncBranchState() (branch="renovate/unified-11.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/unified-11.x")
DEBUG: getBranchPr(renovate/unified-11.x) (branch="renovate/unified-11.x")
DEBUG: findPr(renovate/unified-11.x, undefined, open) (branch="renovate/unified-11.x")
DEBUG: findPr(renovate/unified-11.x, undefined, closed) (branch="renovate/unified-11.x")
DEBUG: branchExists=false (branch="renovate/unified-11.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/unified-11.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/unified-11.x")
DEBUG: findPr(renovate/unified-11.x, chore(deps): update dependency unified to v11, !open) (branch="renovate/unified-11.x")
DEBUG: prAlreadyExisted=false (branch="renovate/unified-11.x")
DEBUG: Branch renovate/unified-11.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/unified-11.x")
DEBUG: syncBranchState() (branch="renovate/major-linters")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/major-linters")
DEBUG: getBranchPr(renovate/major-linters) (branch="renovate/major-linters")
DEBUG: findPr(renovate/major-linters, undefined, open) (branch="renovate/major-linters")
DEBUG: findPr(renovate/major-linters, undefined, closed) (branch="renovate/major-linters")
DEBUG: branchExists=false (branch="renovate/major-linters")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/major-linters")
DEBUG: recreateClosed is true. No need to check for closed PR. (branch="renovate/major-linters")
DEBUG: Branch renovate/major-linters creation is disabled because dependencyDashboardApproval=true (branch="renovate/major-linters")
DEBUG: syncBranchState() (branch="renovate/pnpm-action-setup-4.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/pnpm-action-setup-4.x")
DEBUG: getBranchPr(renovate/pnpm-action-setup-4.x) (branch="renovate/pnpm-action-setup-4.x")
DEBUG: findPr(renovate/pnpm-action-setup-4.x, undefined, open) (branch="renovate/pnpm-action-setup-4.x")
DEBUG: findPr(renovate/pnpm-action-setup-4.x, undefined, closed) (branch="renovate/pnpm-action-setup-4.x")
DEBUG: branchExists=false (branch="renovate/pnpm-action-setup-4.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/pnpm-action-setup-4.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/pnpm-action-setup-4.x")
DEBUG: findPr(renovate/pnpm-action-setup-4.x, chore(deps): update pnpm/action-setup action to v4, !open) (branch="renovate/pnpm-action-setup-4.x")
DEBUG: prAlreadyExisted=false (branch="renovate/pnpm-action-setup-4.x")
DEBUG: Branch renovate/pnpm-action-setup-4.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/pnpm-action-setup-4.x")
DEBUG: syncBranchState() (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: getBranchPr(renovate/ghcr.io-renovatebot-base-image-6.x) (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: findPr(renovate/ghcr.io-renovatebot-base-image-6.x, undefined, open) (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: findPr(renovate/ghcr.io-renovatebot-base-image-6.x, undefined, closed) (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: branchExists=false (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: findPr(renovate/ghcr.io-renovatebot-base-image-6.x, feat(deps): update ghcr.io/renovatebot/base-image docker tag to v6, !open) (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: prAlreadyExisted=false (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: Branch renovate/ghcr.io-renovatebot-base-image-6.x creation is disabled because dependencyDashboardApproval=true (branch="renovate/ghcr.io-renovatebot-base-image-6.x")
DEBUG: syncBranchState() (branch="renovate/lock-file-maintenance")
DEBUG: syncBranchState(): update baseBranchSha (branch="renovate/lock-file-maintenance")
DEBUG: getBranchPr(renovate/lock-file-maintenance) (branch="renovate/lock-file-maintenance")
DEBUG: findPr(renovate/lock-file-maintenance, undefined, open) (branch="renovate/lock-file-maintenance")
DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed) (branch="renovate/lock-file-maintenance")
DEBUG: branchExists=false (branch="renovate/lock-file-maintenance")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/lock-file-maintenance")
DEBUG: recreateClosed is true. No need to check for closed PR. (branch="renovate/lock-file-maintenance")
DEBUG: Reached branch limit - skipping branch creation (branch="renovate/lock-file-maintenance")
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-devcontainer-10.x)
DEBUG: findPr(renovate/ghcr.io-containerbase-devcontainer-10.x, undefined, open)
DEBUG: Found PR #8
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getBranchPr(renovate/ghcr.io-containerbase-sidecar-10.x)
DEBUG: findPr(renovate/ghcr.io-containerbase-sidecar-10.x, undefined, open)
DEBUG: Found PR #9
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: ensureDependencyDashboard()
DEBUG: Ensuring Dependency Dashboard
DEBUG: ensureIssue(Dependency Dashboard)
INFO: Issue created
DEBUG: validateReconfigureBranch()
DEBUG: No reconfigure branch found
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json (etag=W/"93bf4840930b378d28046f65e005e5eff8abd1ce", lastModified=Thu, 30 May 2024 11:48:12 GMT)
DEBUG: checkConfigMigrationBranch()
DEBUG: checkConfigMigrationBranch() Config does not need migration
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: Branch lists
{
"branchList": [
"renovate/aggregate-error-5.x",
"renovate/aws-sdk-js-v3-monorepo",
"renovate/better-sqlite3-10.x",
"renovate/cacheable-lookup-7.x",
"renovate/chalk-5.x",
"renovate/conventional-changelog-conventionalcommits-8.x",
"renovate/detect-indent-7.x",
"renovate/docs-renovate-renovate-37.x",
"renovate/find-up-7.x",
"renovate/ghcr.io-containerbase-devcontainer-10.x",
"renovate/ghcr.io-containerbase-sidecar-10.x",
"renovate/ghcr.io-renovatebot-base-image-6.x",
"renovate/got-14.x",
"renovate/json-stringify-pretty-compact-4.x",
"renovate/linkify-it-5.x",
"renovate/linters",
"renovate/lock-file-maintenance",
"renovate/major-linters",
"renovate/major-remark",
"renovate/major-semantic-release-monorepo",
"renovate/markdown-it-14.x",
"renovate/markdown-table-3.x",
"renovate/mdast-4.x",
"renovate/nanoid-5.x",
"renovate/node-20.x",
"renovate/openpgp-web-stream-tools-0.x",
"renovate/p-all-5.x",
"renovate/p-map-7.x",
"renovate/p-queue-8.x",
"renovate/p-throttle-6.x",
"renovate/pnpm-9.x",
"renovate/pnpm-action-setup-4.x",
"renovate/re2-1.x",
"renovate/sindresorhus-is-6.x",
"renovate/swc-monorepo",
"renovate/tar-7.x",
"renovate/ts-jest-29.x",
"renovate/type-fest-4.x",
"renovate/unified-11.x",
"renovate/unist-3.x",
"renovate/url-join-5.x"
]
"renovateBranches": [
"renovate/ghcr.io-containerbase-devcontainer-10.x",
"renovate/ghcr.io-containerbase-sidecar-10.x"
]
}
DEBUG: remainingBranches=
DEBUG: No branches to clean up
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Branch summary
{
"cacheModified": true
"baseBranches": [
{
"branchName": "main",
"sha": "c09b9a72fb32da2162d327d9c9353d5846ce083c"
}
]
"branches": [
{
"automerge": true,
"baseBranch": "main",
"baseBranchSha": "c09b9a72fb32da2162d327d9c9353d5846ce083c",
"branchName": "renovate/ghcr.io-containerbase-devcontainer-10.x",
"branchSha": "55a5bd27ceacbfb24bd9a73c004cc7a85377f83c",
"isModified": false,
"isPristine": true
},
{
"automerge": true,
"baseBranch": "main",
"baseBranchSha": "c09b9a72fb32da2162d327d9c9353d5846ce083c",
"branchName": "renovate/ghcr.io-containerbase-sidecar-10.x",
"branchSha": "ee2901ac65525a5612f94f9d9965d24d303f6ef0",
"isModified": false,
"isPristine": true
}
]
"defaultBranch": "main"
"inactiveBranches": [
"renovate/re2-1.x",
"renovate/swc-monorepo",
"renovate/ts-jest-29.x",
"renovate/type-fest-4.x",
"renovate/pnpm-9.x",
"renovate/aws-sdk-js-v3-monorepo",
"renovate/openpgp-web-stream-tools-0.x",
"renovate/markdown-it-14.x",
"renovate/linters",
"renovate/docs-renovate-renovate-37.x",
"renovate/sindresorhus-is-6.x",
"renovate/aggregate-error-5.x",
"renovate/better-sqlite3-10.x",
"renovate/cacheable-lookup-7.x",
"renovate/chalk-5.x",
"renovate/detect-indent-7.x",
"renovate/find-up-7.x",
"renovate/got-14.x",
"renovate/json-stringify-pretty-compact-4.x",
"renovate/markdown-table-3.x",
"renovate/nanoid-5.x",
"renovate/p-all-5.x",
"renovate/p-map-7.x",
"renovate/p-queue-8.x",
"renovate/p-throttle-6.x",
"renovate/major-semantic-release-monorepo",
"renovate/url-join-5.x",
"renovate/major-remark",
"renovate/linkify-it-5.x",
"renovate/mdast-4.x",
"renovate/unist-3.x",
"renovate/conventional-changelog-conventionalcommits-8.x",
"renovate/node-20.x",
"renovate/tar-7.x",
"renovate/unified-11.x",
"renovate/major-linters",
"renovate/pnpm-action-setup-4.x",
"renovate/ghcr.io-renovatebot-base-image-6.x",
"renovate/lock-file-maintenance"
]
}
DEBUG: branches info extended
{
"branchesInformation": [
{
"branchName": "renovate/re2-1.x",
"prNo": null,
"prTitle": "build(deps): update dependency re2 to v1.20.12",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "re2",
"displayPending": "",
"fixedVersion": "1.20.11",
"currentVersion": "1.20.11",
"currentValue": "1.20.11",
"newValue": "1.20.12",
"newVersion": "1.20.12",
"packageFile": "package.json",
"updateType": "patch",
"packageName": "re2"
}
]
},
{
"branchName": "renovate/swc-monorepo",
"prNo": null,
"prTitle": "chore(deps): update dependency @swc/core to v1.5.24",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "@swc/core",
"displayPending": "",
"fixedVersion": "1.5.7",
"currentVersion": "1.5.7",
"currentValue": "1.5.7",
"newValue": "1.5.24",
"newVersion": "1.5.24",
"packageFile": "package.json",
"updateType": "patch",
"packageName": "@swc/core"
}
]
},
{
"branchName": "renovate/ts-jest-29.x",
"prNo": null,
"prTitle": "chore(deps): update dependency ts-jest to v29.1.4",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "ts-jest",
"displayPending": "",
"fixedVersion": "29.1.3",
"currentVersion": "29.1.3",
"currentValue": "29.1.3",
"newValue": "29.1.4",
"newVersion": "29.1.4",
"packageFile": "package.json",
"updateType": "patch",
"packageName": "ts-jest"
}
]
},
{
"branchName": "renovate/type-fest-4.x",
"prNo": null,
"prTitle": "chore(deps): update dependency type-fest to v4.18.3",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "type-fest",
"displayPending": "",
"fixedVersion": "4.18.2",
"currentVersion": "4.18.2",
"currentValue": "4.18.2",
"newValue": "4.18.3",
"newVersion": "4.18.3",
"packageFile": "package.json",
"updateType": "patch",
"packageName": "type-fest"
}
]
},
{
"branchName": "renovate/ghcr.io-containerbase-devcontainer-10.x",
"prNo": 8,
"prTitle": "chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.6.19",
"result": "pr-created",
"upgrades": [
{
"datasource": "docker",
"depName": "ghcr.io/containerbase/devcontainer",
"displayPending": "",
"fixedVersion": "10.6.17",
"currentVersion": "10.6.17",
"currentValue": "10.6.17",
"newValue": "10.6.19",
"newVersion": "10.6.19",
"packageFile": ".devcontainer/Dockerfile",
"updateType": "patch",
"packageName": "ghcr.io/containerbase/devcontainer"
}
]
},
{
"branchName": "renovate/pnpm-9.x",
"prNo": null,
"prTitle": "chore(deps): update pnpm to v9.1.4",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "pnpm",
"displayPending": "",
"fixedVersion": "9.1.3",
"currentVersion": "9.1.3",
"currentValue": "9.1.3",
"newValue": "9.1.4",
"newVersion": "9.1.4",
"packageFile": "package.json",
"updateType": "patch",
"packageName": "pnpm"
}
]
},
{
"branchName": "renovate/ghcr.io-containerbase-sidecar-10.x",
"prNo": 9,
"prTitle": "fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.19",
"result": "pr-created",
"upgrades": [
{
"datasource": "docker",
"depName": "ghcr.io/containerbase/sidecar",
"displayPending": "",
"fixedVersion": "10.6.17",
"currentVersion": "10.6.17",
"currentValue": "10.6.17",
"newValue": "10.6.19",
"newVersion": "10.6.19",
"packageFile": "lib/config/options/index.ts",
"updateType": "patch",
"packageName": "ghcr.io/containerbase/sidecar"
}
]
},
{
"branchName": "renovate/aws-sdk-js-v3-monorepo",
"prNo": null,
"prTitle": "build(deps): update aws-sdk-js-v3 monorepo",
"result": "branch-limit-reached",
"upgrades": [
{
"datasource": "npm",
"depName": "@aws-sdk/client-codecommit",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.583.0",
"newVersion": "3.583.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/client-codecommit"
},
{
"datasource": "npm",
"depName": "@aws-sdk/client-ec2",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.585.0",
"newVersion": "3.585.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/client-ec2"
},
{
"datasource": "npm",
"depName": "@aws-sdk/client-ecr",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.583.0",
"newVersion": "3.583.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/client-ecr"
},
{
"datasource": "npm",
"depName": "@aws-sdk/client-rds",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.583.0",
"newVersion": "3.583.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/client-rds"
},
{
"datasource": "npm",
"depName": "@aws-sdk/client-s3",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.583.0",
"newVersion": "3.583.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/client-s3"
},
{
"datasource": "npm",
"depName": "@aws-sdk/credential-providers",
"displayPending": "",
"fixedVersion": "3.565.0",
"currentVersion": "3.565.0",
"currentValue": "3.565.0",
"newValue": "3.583.0",
"newVersion": "3.583.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@aws-sdk/credential-providers"
}
]
},
{
"branchName": "renovate/openpgp-web-stream-tools-0.x",
"prNo": null,
"prTitle": "chore(deps): update dependency @openpgp/web-stream-tools to v0.1.1",
"result": "branch-limit-reached",
"upgrades": [
{
"datasource": "npm",
"depName": "@openpgp/web-stream-tools",
"displayPending": "",
"fixedVersion": "0.0.14",
"currentVersion": "0.0.14",
"currentValue": "0.0.14",
"newValue": "0.1.1",
"newVersion": "0.1.1",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@openpgp/web-stream-tools"
}
]
},
{
"branchName": "renovate/markdown-it-14.x",
"prNo": null,
"prTitle": "chore(deps): update dependency @types/markdown-it to v14.1.1",
"result": "branch-limit-reached",
"upgrades": [
{
"datasource": "npm",
"depName": "@types/markdown-it",
"displayPending": "",
"fixedVersion": "14.0.1",
"currentVersion": "14.0.1",
"currentValue": "14.0.1",
"newValue": "14.1.1",
"newVersion": "14.1.1",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@types/markdown-it"
}
]
},
{
"branchName": "renovate/linters",
"prNo": null,
"prTitle": "chore(deps): update linters",
"result": "pending",
"upgrades": [
{
"datasource": "npm",
"depName": "@typescript-eslint/eslint-plugin",
"displayPending": "",
"fixedVersion": "7.10.0",
"currentVersion": "7.10.0",
"currentValue": "7.10.0",
"newValue": "7.11.0",
"newVersion": "7.11.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@typescript-eslint/eslint-plugin"
},
{
"datasource": "npm",
"depName": "@typescript-eslint/parser",
"displayPending": "",
"fixedVersion": "7.10.0",
"currentVersion": "7.10.0",
"currentValue": "7.10.0",
"newValue": "7.11.0",
"newVersion": "7.11.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "@typescript-eslint/parser"
},
{
"datasource": "npm",
"depName": "eslint-plugin-promise",
"displayPending": "",
"fixedVersion": "6.1.1",
"currentVersion": "6.1.1",
"currentValue": "6.1.1",
"newValue": "6.2.0",
"newVersion": "6.2.0",
"packageFile": "package.json",
"updateType": "minor",
"packageName": "eslint-plugin-promise"
}
]
},
{
"branchName": "renovate/docs-renovate-renovate-37.x",
"prNo": null,
"prTitle": "docs: update references to renovate/renovate to v37.382.0",
"result": "branch-limit-reached",
"upgrades": [
{
"datasource": "docker",
"depName": "renovate/renovate",
"displayPending": "",
"fixedVersion": "37.356.1",
"currentVersion": "37.356.1",
"currentValue": "37.356.1",
"newValue": "37.382.0",
"newVersion": "37.382.0",
"packageFile": "docs/usage/docker.md",
"updateType": "minor",
"packageName": "renovate/renovate"
}
]
},
{
"branchName": "renovate/sindresorhus-is-6.x",
"prNo": null,
"prTitle": "build(deps): update dependency @sindresorhus/is to v6",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "@sindresorhus/is",
"displayPending": "",
"fixedVersion": "4.6.0",
"currentVersion": "4.6.0",
"currentValue": "4.6.0",
"newValue": "6.3.1",
"newVersion": "6.3.1",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@sindresorhus/is"
}
]
},
{
"branchName": "renovate/aggregate-error-5.x",
"prNo": null,
"prTitle": "build(deps): update dependency aggregate-error to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "aggregate-error",
"displayPending": "",
"fixedVersion": "3.1.0",
"currentVersion": "3.1.0",
"currentValue": "3.1.0",
"newValue": "5.0.0",
"newVersion": "5.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "aggregate-error"
}
]
},
{
"branchName": "renovate/better-sqlite3-10.x",
"prNo": null,
"prTitle": "build(deps): update dependency better-sqlite3 to v10",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "better-sqlite3",
"displayPending": "",
"fixedVersion": "9.6.0",
"currentVersion": "9.6.0",
"currentValue": "9.6.0",
"newValue": "10.0.0",
"newVersion": "10.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "better-sqlite3"
}
]
},
{
"branchName": "renovate/cacheable-lookup-7.x",
"prNo": null,
"prTitle": "build(deps): update dependency cacheable-lookup to v7",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "cacheable-lookup",
"displayPending": "",
"fixedVersion": "5.0.4",
"currentVersion": "5.0.4",
"currentValue": "5.0.4",
"newValue": "7.0.0",
"newVersion": "7.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "cacheable-lookup"
}
]
},
{
"branchName": "renovate/chalk-5.x",
"prNo": null,
"prTitle": "build(deps): update dependency chalk to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "chalk",
"displayPending": "",
"fixedVersion": "4.1.2",
"currentVersion": "4.1.2",
"currentValue": "4.1.2",
"newValue": "5.3.0",
"newVersion": "5.3.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "chalk"
}
]
},
{
"branchName": "renovate/detect-indent-7.x",
"prNo": null,
"prTitle": "build(deps): update dependency detect-indent to v7",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "detect-indent",
"displayPending": "",
"fixedVersion": "6.1.0",
"currentVersion": "6.1.0",
"currentValue": "6.1.0",
"newValue": "7.0.1",
"newVersion": "7.0.1",
"packageFile": "package.json",
"updateType": "major",
"packageName": "detect-indent"
}
]
},
{
"branchName": "renovate/find-up-7.x",
"prNo": null,
"prTitle": "build(deps): update dependency find-up to v7",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "find-up",
"displayPending": "",
"fixedVersion": "5.0.0",
"currentVersion": "5.0.0",
"currentValue": "5.0.0",
"newValue": "7.0.0",
"newVersion": "7.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "find-up"
}
]
},
{
"branchName": "renovate/got-14.x",
"prNo": null,
"prTitle": "build(deps): update dependency got to v14",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "got",
"displayPending": "",
"fixedVersion": "11.8.6",
"currentVersion": "11.8.6",
"currentValue": "11.8.6",
"newValue": "14.3.0",
"newVersion": "14.3.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "got"
}
]
},
{
"branchName": "renovate/json-stringify-pretty-compact-4.x",
"prNo": null,
"prTitle": "build(deps): update dependency json-stringify-pretty-compact to v4",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "json-stringify-pretty-compact",
"displayPending": "",
"fixedVersion": "3.0.0",
"currentVersion": "3.0.0",
"currentValue": "3.0.0",
"newValue": "4.0.0",
"newVersion": "4.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "json-stringify-pretty-compact"
}
]
},
{
"branchName": "renovate/markdown-table-3.x",
"prNo": null,
"prTitle": "build(deps): update dependency markdown-table to v3",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "markdown-table",
"displayPending": "",
"fixedVersion": "2.0.0",
"currentVersion": "2.0.0",
"currentValue": "2.0.0",
"newValue": "3.0.3",
"newVersion": "3.0.3",
"packageFile": "package.json",
"updateType": "major",
"packageName": "markdown-table"
},
{
"datasource": "npm",
"depName": "@types/markdown-table",
"displayPending": "",
"fixedVersion": "2.0.0",
"currentVersion": "2.0.0",
"currentValue": "2.0.0",
"newValue": "3.0.0",
"newVersion": "3.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@types/markdown-table"
}
]
},
{
"branchName": "renovate/nanoid-5.x",
"prNo": null,
"prTitle": "build(deps): update dependency nanoid to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "nanoid",
"displayPending": "",
"fixedVersion": "3.3.7",
"currentVersion": "3.3.7",
"currentValue": "3.3.7",
"newValue": "5.0.7",
"newVersion": "5.0.7",
"packageFile": "package.json",
"updateType": "major",
"packageName": "nanoid"
}
]
},
{
"branchName": "renovate/p-all-5.x",
"prNo": null,
"prTitle": "build(deps): update dependency p-all to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "p-all",
"displayPending": "",
"fixedVersion": "3.0.0",
"currentVersion": "3.0.0",
"currentValue": "3.0.0",
"newValue": "5.0.0",
"newVersion": "5.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "p-all"
}
]
},
{
"branchName": "renovate/p-map-7.x",
"prNo": null,
"prTitle": "build(deps): update dependency p-map to v7",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "p-map",
"displayPending": "",
"fixedVersion": "4.0.0",
"currentVersion": "4.0.0",
"currentValue": "4.0.0",
"newValue": "7.0.2",
"newVersion": "7.0.2",
"packageFile": "package.json",
"updateType": "major",
"packageName": "p-map"
}
]
},
{
"branchName": "renovate/p-queue-8.x",
"prNo": null,
"prTitle": "build(deps): update dependency p-queue to v8",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "p-queue",
"displayPending": "",
"fixedVersion": "6.6.2",
"currentVersion": "6.6.2",
"currentValue": "6.6.2",
"newValue": "8.0.1",
"newVersion": "8.0.1",
"packageFile": "package.json",
"updateType": "major",
"packageName": "p-queue"
}
]
},
{
"branchName": "renovate/p-throttle-6.x",
"prNo": null,
"prTitle": "build(deps): update dependency p-throttle to v6",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "p-throttle",
"displayPending": "",
"fixedVersion": "4.1.1",
"currentVersion": "4.1.1",
"currentValue": "4.1.1",
"newValue": "6.1.0",
"newVersion": "6.1.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "p-throttle"
}
]
},
{
"branchName": "renovate/major-semantic-release-monorepo",
"prNo": null,
"prTitle": "build(deps): update dependency semantic-release to v23",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "semantic-release",
"displayPending": "",
"fixedVersion": "22.0.12",
"currentVersion": "22.0.12",
"currentValue": "22.0.12",
"newValue": "23.1.1",
"newVersion": "23.1.1",
"packageFile": "package.json",
"updateType": "major",
"packageName": "semantic-release"
}
]
},
{
"branchName": "renovate/url-join-5.x",
"prNo": null,
"prTitle": "build(deps): update dependency url-join to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "url-join",
"displayPending": "",
"fixedVersion": "4.0.1",
"currentVersion": "4.0.1",
"currentValue": "4.0.1",
"newValue": "5.0.0",
"newVersion": "5.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "url-join"
}
]
},
{
"branchName": "renovate/major-remark",
"prNo": null,
"prTitle": "build(deps): update remark (major)",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "remark",
"displayPending": "",
"fixedVersion": "13.0.0",
"currentVersion": "13.0.0",
"currentValue": "13.0.0",
"newValue": "15.0.1",
"newVersion": "15.0.1",
"packageFile": "package.json",
"updateType": "major",
"packageName": "remark"
},
{
"datasource": "npm",
"depName": "remark-github",
"displayPending": "",
"fixedVersion": "10.1.0",
"currentVersion": "10.1.0",
"currentValue": "10.1.0",
"newValue": "12.0.0",
"newVersion": "12.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "remark-github"
}
]
},
{
"branchName": "renovate/linkify-it-5.x",
"prNo": null,
"prTitle": "chore(deps): update dependency @types/linkify-it to v5",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "@types/linkify-it",
"displayPending": "",
"currentVersion": "3.0.5",
"currentValue": "<5.0.0",
"newValue": "<6.0.0",
"newVersion": "5.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@types/linkify-it"
}
]
},
{
"branchName": "renovate/mdast-4.x",
"prNo": null,
"prTitle": "chore(deps): update dependency @types/mdast to v4",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "@types/mdast",
"displayPending": "",
"fixedVersion": "3.0.15",
"currentVersion": "3.0.15",
"currentValue": "3.0.15",
"newValue": "4.0.4",
"newVersion": "4.0.4",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@types/mdast"
}
]
},
{
"branchName": "renovate/unist-3.x",
"prNo": null,
"prTitle": "chore(deps): update dependency @types/unist to v3",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "@types/unist",
"displayPending": "",
"fixedVersion": "2.0.10",
"currentVersion": "2.0.10",
"currentValue": "2.0.10",
"newValue": "3.0.2",
"newVersion": "3.0.2",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@types/unist"
}
]
},
{
"branchName": "renovate/conventional-changelog-conventionalcommits-8.x",
"prNo": null,
"prTitle": "chore(deps): update dependency conventional-changelog-conventionalcommits to v8",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "conventional-changelog-conventionalcommits",
"displayPending": "",
"fixedVersion": "7.0.2",
"currentVersion": "7.0.2",
"currentValue": "7.0.2",
"newValue": "8.0.0",
"newVersion": "8.0.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "conventional-changelog-conventionalcommits"
}
]
},
{
"branchName": "renovate/node-20.x",
"prNo": null,
"prTitle": "chore(deps): update dependency node to v20.14.0",
"result": "needs-approval",
"upgrades": [
{
"datasource": "node-version",
"depName": "node",
"displayPending": "",
"fixedVersion": "20.12.2",
"currentVersion": "v20.12.2",
"currentValue": "20.12.2",
"newValue": "20.14.0",
"newVersion": "v20.14.0",
"packageFile": ".nvmrc",
"updateType": "minor",
"packageName": "node"
},
{
"datasource": "npm",
"depName": "@types/node",
"displayPending": "`20.12.13`",
"fixedVersion": "18.19.33",
"currentVersion": "18.19.33",
"currentValue": "18.19.33",
"newValue": "20.12.12",
"newVersion": "20.12.12",
"packageFile": "package.json",
"updateType": "major",
"packageName": "@types/node"
}
]
},
{
"branchName": "renovate/tar-7.x",
"prNo": null,
"prTitle": "chore(deps): update dependency tar to v7",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "tar",
"displayPending": "`7.2.0`",
"fixedVersion": "6.2.1",
"currentVersion": "6.2.1",
"currentValue": "6.2.1",
"newValue": "7.1.0",
"newVersion": "7.1.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "tar"
}
]
},
{
"branchName": "renovate/unified-11.x",
"prNo": null,
"prTitle": "chore(deps): update dependency unified to v11",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "unified",
"displayPending": "",
"fixedVersion": "9.2.2",
"currentVersion": "9.2.2",
"currentValue": "9.2.2",
"newValue": "11.0.4",
"newVersion": "11.0.4",
"packageFile": "package.json",
"updateType": "major",
"packageName": "unified"
}
]
},
{
"branchName": "renovate/major-linters",
"prNo": null,
"prTitle": "chore(deps): update linters (major)",
"result": "needs-approval",
"upgrades": [
{
"datasource": "npm",
"depName": "eslint",
"displayPending": "",
"fixedVersion": "8.57.0",
"currentVersion": "8.57.0",
"currentValue": "8.57.0",
"newValue": "9.3.0",
"newVersion": "9.3.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "eslint"
},
{
"datasource": "npm",
"depName": "eslint-plugin-jest",
"displayPending": "",
"fixedVersion": "27.9.0",
"currentVersion": "27.9.0",
"currentValue": "27.9.0",
"newValue": "28.5.0",
"newVersion": "28.5.0",
"packageFile": "package.json",
"updateType": "major",
"packageName": "eslint-plugin-jest"
}
]
},
{
"branchName": "renovate/pnpm-action-setup-4.x",
"prNo": null,
"prTitle": "chore(deps): update pnpm/action-setup action to v4",
"result": "needs-approval",
"upgrades": [
{
"datasource": "github-tags",
"depName": "pnpm/action-setup",
"displayPending": "",
"fixedVersion": "v3.0.0",
"currentVersion": "v3.0.0",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"newValue": "v4.0.0",
"newVersion": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"packageFile": ".github/workflows/update-data.yml",
"updateType": "major",
"packageName": "pnpm/action-setup"
},
{
"datasource": "github-tags",
"depName": "pnpm/action-setup",
"displayPending": "",
"fixedVersion": "v3.0.0",
"currentVersion": "v3.0.0",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"newValue": "v4.0.0",
"newVersion": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"packageFile": ".github/workflows/build.yml",
"updateType": "major",
"packageName": "pnpm/action-setup"
},
{
"datasource": "github-tags",
"depName": "pnpm/action-setup",
"displayPending": "",
"fixedVersion": "v3.0.0",
"currentVersion": "v3.0.0",
"currentValue": "v3.0.0",
"currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d",
"newValue": "v4.0.0",
"newVersion": "v4.0.0",
"newDigest": "fe02b34f77f8bc703788d5817da081398fad5dd2",
"packageFile": ".github/actions/setup-node/action.yml",
"updateType": "major",
"packageName": "pnpm/action-setup"
}
]
},
{
"branchName": "renovate/ghcr.io-renovatebot-base-image-6.x",
"prNo": null,
"prTitle": "feat(deps): update ghcr.io/renovatebot/base-image docker tag to v6",
"result": "needs-approval",
"upgrades": [
{
"datasource": "docker",
"depName": "ghcr.io/renovatebot/base-image",
"displayPending": "",
"fixedVersion": "2.12.15-full",
"currentVersion": "2.12.15",
"currentValue": "2.12.15-full",
"currentDigest": "sha256:0e803dabe3a77d5240e0fd20c042954d1a2a0e4c482113b2b912968f3558be6f",
"newValue": "6.10.4-full",
"newVersion": "6.10.4",
"newDigest": "sha256:beb4d8dbcc2914f16713a22e43c65d1087582bf2c89bdda563ebafeb1fcd8624",
"packageFile": "tools/docker/Dockerfile",
"updateType": "major",
"packageName": "ghcr.io/renovatebot/base-image"
},
{
"datasource": "docker",
"depName": "ghcr.io/renovatebot/base-image",
"displayPending": "",
"fixedVersion": "2.12.15",
"currentVersion": "2.12.15",
"currentValue": "2.12.15",
"currentDigest": "sha256:8fb91b670cad0ad8f109d62392667be0f53cc8d05cb453e4e7e4898096363d88",
"newValue": "6.10.4",
"newVersion": "6.10.4",
"newDigest": "sha256:6ca9598fb68dbcaa75e952e52bc5cf6082c6b273774371fffed0b06beed8bec1",
"packageFile": "tools/docker/Dockerfile",
"updateType": "major",
"packageName": "ghcr.io/renovatebot/base-image"
}
]
},
{
"branchName": "renovate/lock-file-maintenance",
"prNo": null,
"prTitle": "chore(deps): lock file maintenance",
"result": "branch-limit-reached",
"upgrades": [
{
"displayPending": "",
"packageFile": "tools/eslint/package.json",
"updateType": "lockFileMaintenance"
},
{
"displayPending": "",
"packageFile": "package.json",
"updateType": "lockFileMaintenance"
}
]
}
]
}
DEBUG: Renovate repository PR statistics
{
"stats": {
"total": 4,
"open": 2,
"closed": 2,
"merged": 0
}
}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
"splits": {
"init": 5736,
"extract": 19651,
"lookup": 38850,
"onboarding": 1,
"update": 13537
}
"total": 80724
}
DEBUG: Package cache statistics
{
"get": {
"count": 297,
"avgMs": 438,
"medianMs": 91,
"maxMs": 14755,
"totalMs": 129984
}
"set": {
"count": 61,
"avgMs": 361,
"medianMs": 45,
"maxMs": 14781,
"totalMs": 22040
}
}
DEBUG: HTTP statistics
{
"urls": {
"https://api.github.com/graphql": {
"POST": {
"200": 6
}
},
"https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-devcontainer-10.x/check-runs": {
"GET": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-devcontainer-10.x/status": {
"GET": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-sidecar-10.x/check-runs": {
"GET": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-sidecar-10.x/status": {
"GET": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json": {
"GET": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/commits": {
"POST": {
"201": 2
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/commits/55a5bd27ceacbfb24bd9a73c004cc7a85377f83c": {
"HEAD": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/commits/ee2901ac65525a5612f94f9d9965d24d303f6ef0": {
"HEAD": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/refs": {
"POST": {
"201": 2
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-devcontainer-10.x": {
"HEAD": {
"404": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-devcontainer-10.x/": {
"HEAD": {
"404": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-sidecar-10.x": {
"HEAD": {
"404": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/refs/heads/renovate/ghcr.io-containerbase-sidecar-10.x/": {
"HEAD": {
"404": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/git/trees": {
"POST": {
"201": 2
}
},
"https://api.github.com/repos/HonkingGoose/renovate/issues": {
"POST": {
"201": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/pulls": {
"POST": {
"201": 2
},
"GET": {
"200": 1
}
},
"https://api.github.com/repos/renovatebot/.github/contents/default.json": {
"GET": {
"200": 1
}
},
"https://ghcr.io/token": {
"GET": {
"200": 3
}
},
"https://ghcr.io/v2/": {
"GET": {
"401": 1
}
},
"https://ghcr.io/v2/containerbase/devcontainer/tags/list": {
"GET": {
"200": 1,
"401": 1
}
},
"https://ghcr.io/v2/containerbase/sidecar/tags/list": {
"GET": {
"200": 1,
"401": 1
}
},
"https://ghcr.io/v2/renovatebot/base-image/manifests/2.12.15": {
"HEAD": {
"200": 1
}
},
"https://ghcr.io/v2/renovatebot/base-image/manifests/2.12.15-full": {
"HEAD": {
"200": 1
}
},
"https://ghcr.io/v2/renovatebot/base-image/manifests/6.10.4": {
"HEAD": {
"200": 1
}
},
"https://ghcr.io/v2/renovatebot/base-image/manifests/6.10.4-full": {
"HEAD": {
"200": 1
}
},
"https://ghcr.io/v2/renovatebot/base-image/tags/list": {
"GET": {
"200": 2,
"401": 1
}
},
"https://registry.npmjs.org/@cdktf%2Fhcl2json": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@hyrious%2Fmarshal": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@jest%2Fenvironment": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@openpgp%2Fweb-stream-tools": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@renovatebot%2Fkbpgp": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@renovatebot%2Fosv-offline": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@renovatebot%2Fpep440": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@renovatebot%2Fruby-semver": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fbreejs__later": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fcallsite": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fchangelog-filename-regex": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fclean-git-ref": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fconventional-commits-detector": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fgithub-url-from-git": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fglobal-agent": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fjson-dup-key-validator": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Flinkify-markdown": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fmarkdown-table": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fmarshal": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fmoo": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fparse-link-header": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fsemver-stable": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fsemver-utils": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/@types%2Fxmldoc": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/auth-header": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/callsite": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/changelog-filename-regex": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/clean-git-ref": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/conventional-commits-detector": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/editorconfig": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/emojibase": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/emojibase-data": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/eslint-plugin-typescript-enum": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/find-packages": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/github-url-from-git": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/good-enough-parser": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/graph-data-structure": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/json-dup-key-validator": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/json-stringify-pretty-compact": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/markdown-table": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/moo": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/nyc": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/p-all": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/remark-github": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/semver-stable": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/semver-utils": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/shlex": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/toml-eslint-parser": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/vuln-vects": {
"GET": {
"304": 1
}
},
"https://registry.npmjs.org/xmldoc": {
"GET": {
"304": 1
}
}
}
"hosts": {
"api.github.com": {
"count": 28,
"reqAvgMs": 261,
"reqMedianMs": 207,
"reqMaxMs": 822,
"queueAvgMs": 0,
"queueMedianMs": 0,
"queueMaxMs": 1
},
"ghcr.io": {
"count": 15,
"reqAvgMs": 436,
"reqMedianMs": 336,
"reqMaxMs": 1272,
"queueAvgMs": 1,
"queueMedianMs": 0,
"queueMaxMs": 9
},
"registry.npmjs.org": {
"count": 50,
"reqAvgMs": 616,
"reqMedianMs": 209,
"reqMaxMs": 15310,
"queueAvgMs": 0,
"queueMedianMs": 0,
"queueMaxMs": 1
}
}
"requests": 93
}
DEBUG: HTTP cache statistics
{
"https://api.github.com": {
"/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-devcontainer-10.x/status": {
"hit": 0,
"miss": 1
},
"/repos/HonkingGoose/renovate/commits/renovate/ghcr.io-containerbase-sidecar-10.x/status": {
"hit": 0,
"miss": 1
},
"/repos/HonkingGoose/renovate/contents/renovate.json": {
"hit": 0,
"miss": 3
},
"/repos/HonkingGoose/renovate/pulls": {
"hit": 0,
"miss": 1
}
}
"https://registry.npmjs.org": {
"/@aws-sdk%2Fclient-codecommit": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@aws-sdk%2Fclient-ec2": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@aws-sdk%2Fclient-ecr": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@aws-sdk%2Fclient-rds": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@aws-sdk%2Fclient-s3": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@aws-sdk%2Fcredential-providers": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@breejs%2Flater": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@cdktf%2Fhcl2json": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@hyrious%2Fmarshal": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@jest%2Fenvironment": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@jest%2Fglobals": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@jest%2Freporters": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@jest%2Ftest-result": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@jest%2Ftypes": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@ls-lint%2Fls-lint": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@openpgp%2Fweb-stream-tools": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@opentelemetry%2Fapi": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fcontext-async-hooks": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fexporter-trace-otlp-http": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Finstrumentation": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Finstrumentation-bunyan": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Finstrumentation-http": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fresources": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fsdk-trace-base": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fsdk-trace-node": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@opentelemetry%2Fsemantic-conventions": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@qnighy%2Fmarshal": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@renovatebot%2Fkbpgp": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@renovatebot%2Fosv-offline": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@renovatebot%2Fpep440": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@renovatebot%2Fruby-semver": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@semantic-release%2Fexec": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@sindresorhus%2Fis": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@swc%2Fcore": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fauth-header": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Faws4": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fbetter-sqlite3": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fbreejs__later": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fbunyan": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fcacache": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fcallsite": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fchangelog-filename-regex": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fclean-git-ref": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fcommon-tags": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fconventional-commits-detector": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fdiff": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Feslint": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Ffs-extra": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fgit-url-parse": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fgithub-url-from-git": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fglobal-agent": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fini": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fjs-yaml": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fjson-dup-key-validator": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Flinkify-it": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Flinkify-markdown": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Flodash": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fluxon": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fmarkdown-it": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fmarkdown-table": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fmarshal": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fmdast": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fmoo": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fms": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fnode": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fparse-link-header": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fsemver": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fsemver-stable": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Fsemver-utils": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@types%2Ftar": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Ftmp": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Ftraverse": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Funist": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Furl-join": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fvalidate-npm-package-name": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@types%2Fxmldoc": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/@typescript-eslint%2Feslint-plugin": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@typescript-eslint%2Fparser": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@yarnpkg%2Fcore": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/@yarnpkg%2Fparsers": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/agentkeepalive": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/aggregate-error": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/auth-header": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/aws-sdk-client-mock": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/aws4": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/azure-devops-node-api": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/better-sqlite3": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/bunyan": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/cacache": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/cacheable-lookup": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/callsite": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/chalk": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/changelog-filename-regex": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/clean-git-ref": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/commander": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/common-tags": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/conventional-changelog-conventionalcommits": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/conventional-commits-detector": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/cron-parser": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/deepmerge": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/dequal": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/detect-indent": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/diff": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/editorconfig": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/email-addresses": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/emoji-regex": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/emojibase": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/emojibase-data": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/emojibase-regex": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-formatter-gha": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-import-resolver-typescript": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-plugin-import": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-plugin-jest": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-plugin-jest-formatting": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-plugin-promise": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/eslint-plugin-typescript-enum": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/expect": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/expect-more-jest": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/extract-zip": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/find-packages": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/find-up": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/fs-extra": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/git-url-parse": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/github-url-from-git": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/glob": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/global-agent": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/good-enough-parser": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/google-auth-library": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/got": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/graph-data-structure": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/graphql": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/handlebars": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/husky": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/ignore": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/ini": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jest": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jest-extended": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jest-mock": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jest-mock-extended": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jest-snapshot": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/js-yaml": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/json-dup-key-validator": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/json-stringify-pretty-compact": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/json5": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jsonata": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/jsonc-parser": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/klona": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/lru-cache": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/luxon": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/markdown-it": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/markdown-table": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/markdownlint-cli2": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/memfs": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/minimatch": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/moo": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/ms": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/nanoid": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/nock": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/node-html-parser": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/npm-run-all2": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/nyc": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/openpgp": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/p-all": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/p-map": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/p-queue": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/p-throttle": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/parse-link-header": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/pnpm": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/prettier": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/pretty-format": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/re2": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/redis": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/remark": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/remark-github": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/rimraf": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/safe-stable-stringify": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/semantic-release": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/semver": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/semver-stable": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/semver-utils": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/shlex": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/simple-git": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/slugify": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/source-map-support": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/tar": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/tmp-promise": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/toml-eslint-parser": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/traverse": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/ts-jest": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/ts-node": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/tslib": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/type-fest": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/typescript": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/unified": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/upath": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/url-join": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/validate-npm-package-name": {
"hit": 0,
"miss": 0,
"localHit": 1
},
"/vuln-vects": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/xmldoc": {
"hit": 1,
"miss": 0,
"localMiss": 1
},
"/zod": {
"hit": 0,
"miss": 0,
"localHit": 1
}
}
}
DEBUG: Lookup statistics
{
"docker": {
"count": 9,
"avgMs": 6563,
"medianMs": 2416,
"maxMs": 21075,
"totalMs": 59068
}
"node-version": {
"count": 2,
"avgMs": 312,
"medianMs": 501,
"maxMs": 501,
"totalMs": 623
}
"github-tags": {
"count": 60,
"avgMs": 890,
"medianMs": 909,
"maxMs": 4010,
"totalMs": 53426
}
"npm": {
"count": 202,
"avgMs": 739,
"medianMs": 139,
"maxMs": 15597,
"totalMs": 149320
}
}
DEBUG: dns cache
{
"hosts": []
}
INFO: Repository finished
{
"cloned": true
"durationMs": 80724
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment